Rename mod: default to mcl_core

This commit is contained in:
Wuzzy 2017-01-31 23:32:56 +01:00
parent d0ecf0c66c
commit 02fe45bca2
393 changed files with 2205 additions and 2210 deletions

View file

@ -55,9 +55,9 @@ end
minetest.register_craft({
output = 'mcl_compass:'..stereotype_frame,
recipe = {
{'', 'default:steel_ingot', ''},
{'default:steel_ingot', 'mesecons:redstone', 'default:steel_ingot'},
{'', 'default:steel_ingot', ''}
{'', 'mcl_core:steel_ingot', ''},
{'mcl_core:steel_ingot', 'mesecons:redstone', 'mcl_core:steel_ingot'},
{'', 'mcl_core:steel_ingot', ''}
}
})