mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-09 17:23:49 +01:00
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",
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user