add compass crafting recipie
This commit is contained in:
parent
99fd9076e7
commit
48e265aae7
9
init.lua
9
init.lua
@ -374,3 +374,12 @@ minetest.register_tool(
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "shaped",
|
||||||
|
output = "waypoint_compass:compass",
|
||||||
|
recipe = {
|
||||||
|
{"default:copper_ingot", "default:copper_ingot", "default:copper_ingot"},
|
||||||
|
{"default:copper_ingot", "default:mese_crystal_fragment", "default:copper_ingot"},
|
||||||
|
{"default:copper_ingot", "default:copper_ingot", "default:copper_ingot"},
|
||||||
|
}
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user