mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2025-01-09 14:17:42 +01:00
Tweak crafts for better progressing in game
This commit is contained in:
parent
13a59c7ab7
commit
80340fbd63
12
init.lua
12
init.lua
@ -99,9 +99,9 @@ if minetest.get_modpath("default") ~= nil then
|
||||
minetest.register_craft({
|
||||
output = "orienteering:altimeter",
|
||||
recipe = {
|
||||
{"default:copper_ingot"},
|
||||
{"default:copper_ingot"},
|
||||
{"default:copper_ingot"},
|
||||
{"default:steel_ingot"},
|
||||
{"default:steel_ingot"},
|
||||
{"default:steel_ingot"},
|
||||
}
|
||||
})
|
||||
minetest.register_craft({
|
||||
@ -129,9 +129,9 @@ if minetest.get_modpath("default") ~= nil then
|
||||
minetest.register_craft({
|
||||
output = "orienteering:speedometer",
|
||||
recipe = {
|
||||
{"", "default:steel_ingot", ""},
|
||||
{"default:steel_ingot", "group:stick", "default:steel_ingot"},
|
||||
{"", "default:steel_ingot", ""},
|
||||
{"", "default:gold_ingot", ""},
|
||||
{"default:steel_ingot", "group:stick", "default:steel_ingot"},
|
||||
{"", "default:steel_ingot", ""},
|
||||
}
|
||||
})
|
||||
minetest.register_craft({
|
||||
|
Loading…
Reference in New Issue
Block a user