Completely remove selection box for warped fungus

Recommended by Michael
This commit is contained in:
SmokeyDope 2023-02-02 22:45:06 +00:00
parent 89eb458df7
commit 16a6dcb66c
1 changed files with 0 additions and 4 deletions

View File

@ -77,10 +77,6 @@ minetest.register_node("mcl_crimson:warped_fungus", {
groups = {dig_immediate=3,mushroom=1,attached_node=1,dig_by_water=1,destroy_by_lava_flow=1,dig_by_piston=1,enderman_takable=1,deco_block=1},
light_source = 1,
sounds = mcl_sounds.node_sound_leaves_defaults(),
--[[ selection_box = {
type = "fixed",
fixed = { -3/16, -0.5, -3/16, 3/16, -2/16, 3/16 },
},]]
node_placement_prediction = "",
on_rightclick = function(pos, node, pointed_thing, player, itemstack)
if pointed_thing:get_wielded_item():get_name() == "mcl_bone_meal:bone_meal" then