mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 23:21:07 +01:00
Enable bamboo bonemealing despite rightclick handling strangeness
This commit is contained in:
parent
55b4d3d5ee
commit
4a865fa2df
1 changed files with 0 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue