mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-10 17:19:35 +01:00
Patch mcl_cocoas for pickblock
This commit is contained in:
parent
353cc12175
commit
c7aa353bb4
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ for i = 1, 3 do
|
|||
on_rotate = false,
|
||||
_mcl_blast_resistance = 3,
|
||||
_mcl_hardness = 0.2,
|
||||
_vl_pickblock = "mcl_cocoas:cocoa_beans",
|
||||
_on_bone_meal = function(itemstack, placer, pointed_thing)
|
||||
local pos = pointed_thing.under
|
||||
return cocoa_grow(pos)
|
||||
|
|
Loading…
Reference in a new issue