From 651fc78339a9ad4a67cd14f2f3b2455f69bb5cd8 Mon Sep 17 00:00:00 2001 From: Olivier Dragon Date: Sat, 30 Nov 2024 10:01:23 -0500 Subject: [PATCH] Update whynot_compat --- mods/libs/whynot_compat/init.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mods/libs/whynot_compat/init.lua b/mods/libs/whynot_compat/init.lua index 9b01b5a4..76da2feb 100644 --- a/mods/libs/whynot_compat/init.lua +++ b/mods/libs/whynot_compat/init.lua @@ -77,6 +77,12 @@ minetest.register_alias("mtfoods:sugar", "farming:sugar") -- Expired. See https://github.com/minetest-whynot/whynot-game/issues/95 -- minetest.register_alias("endless_apples:apple_mark", "default:apple_mark") +-- Remove bonemeal recipe in favor of the heads +minetest.clear_craft({ + type = "shapeless", + recipe = {"bones:bones"} +}) + -- https://github.com/rubenwardy/food/issues/32 -- food_basic vs food_sweet -- Replace egg recipe by one with water to avoid conflict with lemon