add crafting recipie

This commit is contained in:
chmodsayshello 2022-12-02 15:40:18 +01:00
parent 927fd60786
commit 7f59611914
1 changed files with 10 additions and 0 deletions

View File

@ -271,6 +271,16 @@ minetest.register_craft({
}
})
minetest.register_craft({ --TODO: update once echo shards are a thing
output = "mcl_compass:" .. random_frame .. "_recovery",
recipe = {
{"","mcl_nether:netherite_ingot",""},
{"mcl_core:diamondblock","mcl_compass:" .. stereotype_frame ,"mcl_core:diamondblock"},
{"mcl_core:diamondblock","mcl_core:diamondblock","mcl_core:diamondblock"}
}
})
minetest.register_alias("mcl_compass:compass", "mcl_compass:" .. stereotype_frame)