mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +01:00
Revert "height_min/max --> y_min/max"
(due to misread of the code) This reverts commit 798a885807a1e1d6f0e028dbf6dcdb5cc9517106.
This commit is contained in:
parent
8ef83e8f7e
commit
e16a39b385
@ -67,8 +67,8 @@ if technic.config:get_bool("enable_granite_generation") then
|
||||
mg.register_ore_sheet({
|
||||
name = "technic:granite",
|
||||
wherein = "default:stone",
|
||||
y_min = -31000,
|
||||
y_max = -150,
|
||||
height_min = -31000,
|
||||
height_max = -150,
|
||||
tmin = 3,
|
||||
tmax = 6,
|
||||
threshhold = 0.4,
|
||||
@ -80,8 +80,8 @@ if technic.config:get_bool("enable_marble_generation") then
|
||||
mg.register_ore_sheet({
|
||||
name = "technic:marble",
|
||||
wherein = "default:stone",
|
||||
y_min = -31000,
|
||||
y_max = -50,
|
||||
height_min = -31000,
|
||||
height_max = -50,
|
||||
tmin = 3,
|
||||
tmax = 6,
|
||||
threshhold = 0.4,
|
||||
|
Loading…
Reference in New Issue
Block a user