Add crops. (wheat, cotton).
This commit is contained in:
parent
1bc76c862b
commit
6fcb17c547
16
init.lua
16
init.lua
@ -159,6 +159,22 @@ for _, node in pairs({
|
||||
"flowers:dandelion_white",
|
||||
"flowers:mushroom_red",
|
||||
"flowers:mushroom_brown",
|
||||
"farming:cotton_1",
|
||||
"farming:cotton_2",
|
||||
"farming:cotton_3",
|
||||
"farming:cotton_4",
|
||||
"farming:cotton_5",
|
||||
"farming:cotton_6",
|
||||
"farming:cotton_7",
|
||||
"farming:cotton_8",
|
||||
"farming:wheat_1",
|
||||
"farming:wheat_2",
|
||||
"farming:wheat_3",
|
||||
"farming:wheat_4",
|
||||
"farming:wheat_5",
|
||||
"farming:wheat_6",
|
||||
"farming:wheat_7",
|
||||
"farming:wheat_8",
|
||||
}) do
|
||||
flowerpot.register_node(node)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user