mirror of
https://github.com/pandorabox-io/locator.git
synced 2026-05-04 07:46:51 -06:00
recipes
This commit is contained in:
@@ -85,4 +85,15 @@ minetest.register_node("locator:radar", {
|
||||
show_radar(pos, sender)
|
||||
end
|
||||
end
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
output = "locator:radar",
|
||||
recipe = {
|
||||
{"default:glass", "default:mese", "default:glass"},
|
||||
{"locator:beacon_base", "locator:beacon_base", "locator:beacon_base"},
|
||||
{"default:glass", "default:mese", "default:glass"}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user