mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 23:10:41 +01:00
Clear default everness sandstone to sand recipe
This commit is contained in:
parent
e57dc5b16c
commit
8074d49de8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user