mirror of
https://github.com/minetest-mods/technic.git
synced 2025-03-14 08:30:34 +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)
|
||||
minetest.register_craft({
|
||||
output = "default:sandstone 0",
|
||||
minetest.clear_craft({
|
||||
recipe = {
|
||||
{'default:sandstone'}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user