From a479e144a0af6f2c39c42fe9a14458f056fca0bf Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 14 Mar 2017 23:27:14 +0100 Subject: [PATCH] Nether wart is no longer replacable --- mods/ITEMS/mcl_nether/nether_wart.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mods/ITEMS/mcl_nether/nether_wart.lua b/mods/ITEMS/mcl_nether/nether_wart.lua index a120268b..aae72c3a 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,