export apply_bone_meal function in mcl_dye

this is essentially just a hack to not put any more sweetberry code
in mcl_dye because the architecture makes it necessary for mcl_dye
to depend on mcl_farming, not the other way around - hence all the
plant bonemealing is done in mcl_dye...
This commit is contained in:
cora 2022-11-16 17:24:05 +01:00 committed by Gitea
parent c5ec3c770c
commit 328a377940
1 changed files with 2 additions and 0 deletions

View File

@ -379,6 +379,8 @@ local function apply_bone_meal(pointed_thing,user)
return false
end
mcl_dye.apply_bone_meal = apply_bone_meal
minetest.register_craftitem("mcl_dye:white", {
inventory_image = "mcl_dye_white.png",
description = S("Bone Meal"),