forked from VoxeLibre/VoxeLibre
add crafting recipie
This commit is contained in:
parent
927fd60786
commit
7f59611914
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue