Update craftCrystal.lua
This commit is contained in:
parent
5196d3881c
commit
b641281054
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local robot = require("robot")
|
|||
local component = require("component")
|
||||
local sides = require("sides")
|
||||
local rs = component.redstone
|
||||
local flag = false;
|
||||
local flag = false
|
||||
while true do
|
||||
if rs.getInput(sides.top) > 0 then
|
||||
if not flag then
|
||||
|
|
Loading…
Reference in a new issue