mirror of
https://github.com/minetest-mods/technic.git
synced 2025-03-20 11:20:31 +01:00
Update grinder_recipes.lua
This commit is contained in:
parent
608aa87bd0
commit
b57a5d559b
@ -30,8 +30,7 @@ local recipes = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- defuse the sandstone -> 4 sand recipe to avoid infinite sand bugs (also consult the inverse compressor recipe)
|
-- defuse the sandstone -> 4 sand recipe to avoid infinite sand bugs (also consult the inverse compressor recipe)
|
||||||
minetest.register_craft({
|
minetest.clear_craft({
|
||||||
output = "default:sandstone 0",
|
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:sandstone'}
|
{'default:sandstone'}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user