mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-03 08:40:36 +02:00
move from recipe defusion to recipe deactivation to avoid confusion
This commit is contained in:
@ -21,7 +21,7 @@ local recipes = {
|
||||
|
||||
-- defuse the default sandstone recipe, since we have the compressor to take over in a more realistic manner
|
||||
minetest.register_craft({
|
||||
output = "default:sand 4",
|
||||
output = "default:sand 0",
|
||||
recipe = {
|
||||
{'group:sand', 'group:sand'},
|
||||
{'group:sand', 'group:sand'}
|
||||
|
Reference in New Issue
Block a user