Enable bamboo bonemealing despite rightclick handling strangeness

This commit is contained in:
teknomunk 2024-03-21 07:24:31 +00:00
parent 55b4d3d5ee
commit 4a865fa2df

View file

@ -34,12 +34,10 @@ local bamboo_def = {
wield_image = "mcl_bamboo_bamboo_shoot.png", wield_image = "mcl_bamboo_bamboo_shoot.png",
_mcl_blast_resistance = 1, _mcl_blast_resistance = 1,
_mcl_hardness = 1, _mcl_hardness = 1,
--[[
_mcl_on_bonemealing = function(pointed_thing, placer) _mcl_on_bonemealing = function(pointed_thing, placer)
local pos = pointed_thing.under local pos = pointed_thing.under
return mcl_bamboo.grow_bamboo(pos, true) return mcl_bamboo.grow_bamboo(pos, true)
end, end,
]]
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {