mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-02 00:00:37 +02:00
Merge pull request #1 from OgelGames/master
Fix conflicting desert sand compress recipes
This commit is contained in:
@ -13,7 +13,7 @@ local recipes = {
|
|||||||
{"default:sand 2", "default:sandstone"},
|
{"default:sand 2", "default:sandstone"},
|
||||||
{"default:desert_sand 2", "default:desert_sandstone"},
|
{"default:desert_sand 2", "default:desert_sandstone"},
|
||||||
{"default:silver_sand 2", "default:silver_sandstone"},
|
{"default:silver_sand 2", "default:silver_sandstone"},
|
||||||
{"default:desert_sand", "default:desert_stone"},
|
{"default:desert_sandstone", "default:desert_stone"},
|
||||||
{"technic:mixed_metal_ingot", "technic:composite_plate"},
|
{"technic:mixed_metal_ingot", "technic:composite_plate"},
|
||||||
{"default:copper_ingot 5", "technic:copper_plate"},
|
{"default:copper_ingot 5", "technic:copper_plate"},
|
||||||
{"technic:coal_dust 4", "technic:graphite"},
|
{"technic:coal_dust 4", "technic:graphite"},
|
||||||
|
Reference in New Issue
Block a user