mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-04 17:20:37 +02:00
Clear default everness sandstone to sand recipe
This commit is contained in:
@ -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
|
if minetest.get_modpath("farming") then
|
||||||
table.insert(recipes, {"farming:seed_wheat", "farming:flour 1"})
|
table.insert(recipes, {"farming:seed_wheat", "farming:flour 1"})
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user