Patch mcl_cocoas for pickblock

This commit is contained in:
Mikita Wiśniewski 2024-08-03 14:28:42 +07:00
parent 353cc12175
commit c7aa353bb4

View file

@ -124,6 +124,7 @@ for i = 1, 3 do
on_rotate = false, on_rotate = false,
_mcl_blast_resistance = 3, _mcl_blast_resistance = 3,
_mcl_hardness = 0.2, _mcl_hardness = 0.2,
_vl_pickblock = "mcl_cocoas:cocoa_beans",
_on_bone_meal = function(itemstack, placer, pointed_thing) _on_bone_meal = function(itemstack, placer, pointed_thing)
local pos = pointed_thing.under local pos = pointed_thing.under
return cocoa_grow(pos) return cocoa_grow(pos)