Nether wart is no longer replacable

This commit is contained in:
Wuzzy 2017-03-14 23:27:14 +01:00
parent 02a1eb82ad
commit a479e144a0
1 changed files with 0 additions and 4 deletions

View File

@ -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,