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