replace mcl5 recepie

This commit is contained in:
chmodsayshello 2022-04-25 15:04:47 +00:00
parent 58b4bb46f6
commit 0e15559bc7
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ minetest.register_craft({
output = "mcl_compass:lodestone",
recipe = {
{"mcl_core:stonebrickcarved","mcl_core:stonebrickcarved","mcl_core:stonebrickcarved"},
{"mcl_core:stonebrickcarved", "mcl_nether:netherite_ingot", "mcl_core:stonebrickcarved"},
{"mcl_core:stonebrickcarved", "mcl_core:diamondblock", "mcl_core:stonebrickcarved"},
{"mcl_core:stonebrickcarved", "mcl_core:stonebrickcarved", "mcl_core:stonebrickcarved"}
}
})