mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-01-01 05:10:19 +01:00
Add missing commas.
This commit is contained in:
parent
31805dc74e
commit
932e21c521
4
init.lua
4
init.lua
@ -256,7 +256,7 @@ local oredefs = {
|
|||||||
fleshy = {times = {[2] = 0.70, [3] = 0.30}, uses = 100, maxlevel= 1},
|
fleshy = {times = {[2] = 0.70, [3] = 0.30}, uses = 100, maxlevel= 1},
|
||||||
snappy = {times = {[2] = 0.70, [3] = 0.30}, uses = 100, maxlevel= 1},
|
snappy = {times = {[2] = 0.70, [3] = 0.30}, uses = 100, maxlevel= 1},
|
||||||
choppy = {times = {[3] = 0.80}, uses = 100, maxlevel= 0}
|
choppy = {times = {[3] = 0.80}, uses = 100, maxlevel= 0}
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
full_punch_interval = 1.0,
|
full_punch_interval = 1.0,
|
||||||
damage_groups = {fleshy = 6},
|
damage_groups = {fleshy = 6},
|
||||||
@ -270,7 +270,7 @@ local oredefs = {
|
|||||||
height_min = moreores_tin_min_depth,
|
height_min = moreores_tin_min_depth,
|
||||||
height_max = moreores_tin_max_depth
|
height_max = moreores_tin_max_depth
|
||||||
},
|
},
|
||||||
tools = {}
|
tools = {},
|
||||||
},
|
},
|
||||||
mithril = {
|
mithril = {
|
||||||
description = "Mithril",
|
description = "Mithril",
|
||||||
|
Loading…
Reference in New Issue
Block a user