Update wheat.lua

master
Andrew Ward 2012-10-02 18:13:04 +02:00
parent a0ec3228fe
commit 9f8674633c
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@ minetest.register_craftitem("farming:wheat_seed", {
minetest.register_node("farming:wheat_1", {
paramtype = "light",
sunlight_propagates = true,
walkable = false,
drawtype = "plantlike",
drop = "",
@ -29,6 +30,7 @@ minetest.register_node("farming:wheat_1", {
})
minetest.register_node("farming:wheat_2", {
sunlight_propagates = true,
paramtype = "light",
walkable = false,
drawtype = "plantlike",
@ -45,6 +47,7 @@ minetest.register_node("farming:wheat_2", {
})
minetest.register_node("farming:wheat_3", {
sunlight_propagates = true,
paramtype = "light",
walkable = false,
drawtype = "plantlike",
@ -61,6 +64,7 @@ minetest.register_node("farming:wheat_3", {
})
minetest.register_node("farming:wheat", {
sunlight_propagates = true,
paramtype = "light",
walkable = false,
drawtype = "plantlike",