mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-10-20 15:55:22 +02:00
Make modpack mostly independent from MTG
This commit is contained in:
@@ -36,6 +36,6 @@ minetest.register_craft({
|
||||
output = "mesecons_materials:silicon 4",
|
||||
recipe = {
|
||||
{"group:sand", "group:sand"},
|
||||
{"group:sand", "default:steel_ingot"},
|
||||
{"group:sand", "mesecons_compat:steel_ingot"},
|
||||
}
|
||||
})
|
||||
|
@@ -1,2 +1,2 @@
|
||||
name = mesecons_materials
|
||||
depends = default, mesecons
|
||||
depends = mesecons_compat
|
||||
|
Reference in New Issue
Block a user