forked from VoxeLibre/VoxeLibre
Nether wart is no longer replacable
This commit is contained in:
parent
02a1eb82ad
commit
a479e144a0
|
@ -5,7 +5,6 @@ minetest.register_node("mcl_nether:nether_wart_0", {
|
||||||
paramtype2 = "meshoptions",
|
paramtype2 = "meshoptions",
|
||||||
place_param2 = 3,
|
place_param2 = 3,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
buildable_to = true,
|
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
drop = "mcl_nether:nether_wart_item",
|
drop = "mcl_nether:nether_wart_item",
|
||||||
tiles = {"mcl_nether_nether_wart_stage_0.png"},
|
tiles = {"mcl_nether_nether_wart_stage_0.png"},
|
||||||
|
@ -26,7 +25,6 @@ minetest.register_node("mcl_nether:nether_wart_1", {
|
||||||
paramtype2 = "meshoptions",
|
paramtype2 = "meshoptions",
|
||||||
place_param2 = 3,
|
place_param2 = 3,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
buildable_to = true,
|
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
drop = "mcl_nether:nether_wart_item",
|
drop = "mcl_nether:nether_wart_item",
|
||||||
tiles = {"mcl_nether_nether_wart_stage_1.png"},
|
tiles = {"mcl_nether_nether_wart_stage_1.png"},
|
||||||
|
@ -47,7 +45,6 @@ minetest.register_node("mcl_nether:nether_wart_2", {
|
||||||
paramtype2 = "meshoptions",
|
paramtype2 = "meshoptions",
|
||||||
place_param2 = 3,
|
place_param2 = 3,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
buildable_to = true,
|
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
drop = "mcl_nether:nether_wart_item",
|
drop = "mcl_nether:nether_wart_item",
|
||||||
tiles = {"mcl_nether_nether_wart_stage_1.png"},
|
tiles = {"mcl_nether_nether_wart_stage_1.png"},
|
||||||
|
@ -68,7 +65,6 @@ minetest.register_node("mcl_nether:nether_wart", {
|
||||||
paramtype2 = "meshoptions",
|
paramtype2 = "meshoptions",
|
||||||
place_param2 = 3,
|
place_param2 = 3,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
buildable_to = true,
|
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
drop = {
|
drop = {
|
||||||
max_items = 2,
|
max_items = 2,
|
||||||
|
|
Loading…
Reference in New Issue