Skip to content

Commit

Permalink
Update whynot_compat
Browse files Browse the repository at this point in the history
  • Loading branch information
dacmot committed Nov 30, 2024
1 parent 09c112a commit 651fc78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mods/libs/whynot_compat/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 651fc78

Please sign in to comment.