diff --git a/mods/ITEMS/mcl_nether/nether_wart.lua b/mods/ITEMS/mcl_nether/nether_wart.lua index a120268bc..aae72c3a2 100644 --- a/mods/ITEMS/mcl_nether/nether_wart.lua +++ b/mods/ITEMS/mcl_nether/nether_wart.lua @@ -5,7 +5,6 @@ minetest.register_node("mcl_nether:nether_wart_0", { paramtype2 = "meshoptions", place_param2 = 3, walkable = false, - buildable_to = true, drawtype = "plantlike", drop = "mcl_nether:nether_wart_item", tiles = {"mcl_nether_nether_wart_stage_0.png"}, @@ -26,7 +25,6 @@ minetest.register_node("mcl_nether:nether_wart_1", { paramtype2 = "meshoptions", place_param2 = 3, walkable = false, - buildable_to = true, drawtype = "plantlike", drop = "mcl_nether:nether_wart_item", tiles = {"mcl_nether_nether_wart_stage_1.png"}, @@ -47,7 +45,6 @@ minetest.register_node("mcl_nether:nether_wart_2", { paramtype2 = "meshoptions", place_param2 = 3, walkable = false, - buildable_to = true, drawtype = "plantlike", drop = "mcl_nether:nether_wart_item", tiles = {"mcl_nether_nether_wart_stage_1.png"}, @@ -68,7 +65,6 @@ minetest.register_node("mcl_nether:nether_wart", { paramtype2 = "meshoptions", place_param2 = 3, walkable = false, - buildable_to = true, drawtype = "plantlike", drop = { max_items = 2,