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

@ -232,20 +232,20 @@ register_wires()
minetest.register_craft({
type = "cooking",
output = "mesecons:wire_00000000_off 2",
recipe = "mesecons_compat:mese_crystal_fragment",
recipe = "mesecons_gamecompat:mese_crystal_fragment",
cooktime = 3,
})
minetest.register_craft({
type = "cooking",
output = "mesecons:wire_00000000_off 18",
recipe = "mesecons_compat:mese_crystal",
recipe = "mesecons_gamecompat:mese_crystal",
cooktime = 15,
})
minetest.register_craft({
type = "cooking",
output = "mesecons:wire_00000000_off 162",
recipe = "mesecons_compat:mese",
recipe = "mesecons_gamecompat:mese",
cooktime = 30,
})