This commit is contained in:
Julian Brammer 2024-06-17 02:50:30 +02:00
parent fc76c42d11
commit 7cd3d37a42

View File

@ -3,7 +3,7 @@ basic = require("lib.basic")
currentSeed = 1 currentSeed = 1
local toPlant = { local toPlant = {
[1] = "minecraft:wheat_seed", [1] = "minecraft:wheat_seeds",
[2] = "minecraft:potato", [2] = "minecraft:potato",
[3] = "minecraft:carrot", [3] = "minecraft:carrot",
} }
@ -71,7 +71,7 @@ local function kiss()
selectSeed() selectSeed()
turtle.placeDown() turtle.placeDown()
end end
if j%2==1 then if i%2==1 then
turtle.turnRight() turtle.turnRight()
turtle.forward() turtle.forward()
turtle.turnRight() turtle.turnRight()