mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-06-28 22:26:15 +02:00
Compare commits
7 Commits
master
...
nalc-1.2.0
Author | SHA1 | Date | |
---|---|---|---|
66347e148c | |||
f42e7883b4 | |||
20b0c60227 | |||
2554d1303a | |||
dd63bfa1f6 | |||
319a694c74 | |||
336d16373e |
12
init.lua
12
init.lua
@ -261,9 +261,6 @@ local oredefs = {
|
||||
pick = {
|
||||
cracky = {times = {[1] = 2.60, [2] = 1.00, [3] = 0.60}, uses = 100, maxlevel = 1},
|
||||
},
|
||||
hoe = {
|
||||
uses = 300,
|
||||
},
|
||||
shovel = {
|
||||
crumbly = {times = {[1] = 1.10, [2] = 0.40, [3] = 0.25}, uses = 100, maxlevel = 1},
|
||||
},
|
||||
@ -294,9 +291,6 @@ local oredefs = {
|
||||
pick = {
|
||||
cracky = {times = {[1] = 2.25, [2] = 0.55, [3] = 0.35}, uses = 200, maxlevel = 2}
|
||||
},
|
||||
hoe = {
|
||||
uses = 1000,
|
||||
},
|
||||
shovel = {
|
||||
crumbly = {times = {[1] = 0.70, [2] = 0.35, [3] = 0.20}, uses = 200, maxlevel = 2},
|
||||
},
|
||||
@ -371,11 +365,11 @@ if minetest.get_modpath("carts") then
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = "moreores:copper_rail 24",
|
||||
output = "moreores:copper_rail 18",
|
||||
recipe = {
|
||||
{"default:copper_ingot", "group:wood", "default:copper_ingot"},
|
||||
{"default:copper_ingot", "", "default:copper_ingot"},
|
||||
{"default:copper_ingot", "group:stick", "default:copper_ingot"},
|
||||
{"default:copper_ingot", "", "default:copper_ingot"},
|
||||
{"default:copper_ingot", "group:wood", "default:copper_ingot"},
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user