Fix crash when placing cocoa beans in item frame
This commit is contained in:
parent
b68224a38d
commit
064bf1effe
2 changed files with 6 additions and 6 deletions
|
@ -229,7 +229,7 @@ minetest.register_craftitem("mcl_dye:brown", {
|
|||
description = "Cocoa Beans",
|
||||
stack_max = 64,
|
||||
groups = dyelocal.dyes[4][3],
|
||||
on_place = function(itemstack, user, pointed_thing)
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
return mcl_cocoas.place(itemstack, placer, pointed_thing, "mcl_cocoas:cocoa_1")
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue