.
This commit is contained in:
parent
fc76c42d11
commit
7cd3d37a42
@ -3,7 +3,7 @@ basic = require("lib.basic")
|
||||
currentSeed = 1
|
||||
|
||||
local toPlant = {
|
||||
[1] = "minecraft:wheat_seed",
|
||||
[1] = "minecraft:wheat_seeds",
|
||||
[2] = "minecraft:potato",
|
||||
[3] = "minecraft:carrot",
|
||||
}
|
||||
@ -71,7 +71,7 @@ local function kiss()
|
||||
selectSeed()
|
||||
turtle.placeDown()
|
||||
end
|
||||
if j%2==1 then
|
||||
if i%2==1 then
|
||||
turtle.turnRight()
|
||||
turtle.forward()
|
||||
turtle.turnRight()
|
||||
|
Loading…
Reference in New Issue
Block a user