mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2025-01-25 05:41:30 +01:00
Add binoculars craft
This commit is contained in:
parent
42faaae47f
commit
2c0b614970
@ -127,8 +127,8 @@ Symbols:
|
|||||||
### Binoculars
|
### Binoculars
|
||||||
|
|
||||||
g g
|
g g
|
||||||
S S
|
|
||||||
SSS
|
SSS
|
||||||
|
S S
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
8
init.lua
8
init.lua
@ -171,6 +171,14 @@ if minetest.get_modpath("default") ~= nil then
|
|||||||
{"default:gold_ingot", "default:gold_ingot", "default:gold_ingot"}
|
{"default:gold_ingot", "default:gold_ingot", "default:gold_ingot"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "orienteering:binoculars",
|
||||||
|
recipe = {
|
||||||
|
{"default:glass", "", "default:glass"},
|
||||||
|
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
||||||
|
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||||
|
}
|
||||||
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "orienteering:gps",
|
output = "orienteering:gps",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
Loading…
Reference in New Issue
Block a user