mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2025-01-10 06:37:30 +01:00
Add binoculars craft
This commit is contained in:
parent
42faaae47f
commit
2c0b614970
@ -127,8 +127,8 @@ Symbols:
|
||||
### Binoculars
|
||||
|
||||
g g
|
||||
S S
|
||||
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"}
|
||||
}
|
||||
})
|
||||
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({
|
||||
output = "orienteering:gps",
|
||||
recipe = {
|
||||
|
Loading…
Reference in New Issue
Block a user