Rename mod to mesecons_gamecompat

This commit is contained in:
Jude Melton-Houghton
2022-04-21 08:42:54 -04:00
parent 90ef9d2145
commit d074dd1a18
47 changed files with 128 additions and 128 deletions

View File

@ -36,6 +36,6 @@ minetest.register_craft({
output = "mesecons_materials:silicon 4",
recipe = {
{"group:sand", "group:sand"},
{"group:sand", "mesecons_compat:steel_ingot"},
{"group:sand", "mesecons_gamecompat:steel_ingot"},
}
})