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

@ -98,7 +98,7 @@ minetest.register_craft({
output = "mesecons_hydroturbine:hydro_turbine_off 2",
recipe = {
{"","grup:stick", ""},
{"group:stick", "mesecons_compat:steel_ingot", "group:stick"},
{"group:stick", "mesecons_gamecompat:steel_ingot", "group:stick"},
{"","group:stick", ""},
}
})