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

@ -169,6 +169,6 @@ minetest.register_craft({
output = "mesecons_delayer:delayer_off_1",
recipe = {
{"mesecons_torch:mesecon_torch_on", "group:mesecon_conductor_craftable", "mesecons_torch:mesecon_torch_on"},
{"mesecons_compat:cobble","mesecons_compat:cobble", "mesecons_compat:cobble"},
{"mesecons_gamecompat:cobble","mesecons_gamecompat:cobble", "mesecons_gamecompat:cobble"},
}
})