.
This commit is contained in:
parent
fc76c42d11
commit
7cd3d37a42
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user