Clear default everness sandstone to sand recipe

This commit is contained in:
gabriel1379 2024-03-09 15:19:39 +01:00
parent e57dc5b16c
commit 8074d49de8
1 changed files with 9 additions and 0 deletions

View File

@ -53,6 +53,15 @@ minetest.clear_craft({
},
})
if minetest.get_modpath("everness") then
minetest.clear_craft({
recipe = {
{"everness:mineral_sandstone"}
},
})
-- There seem to be no reverse recipes for any of the other everness sandstones.
end
if minetest.get_modpath("farming") then
table.insert(recipes, {"farming:seed_wheat", "farming:flour 1"})
end