mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-05 09:40:35 +02:00
Update oregen.lua
This commit is contained in:
@ -54,7 +54,7 @@ minetest.register_ore({
|
|||||||
ore_type = "scatter",
|
ore_type = "scatter",
|
||||||
ore = "technic:mineral_zinc",
|
ore = "technic:mineral_zinc",
|
||||||
wherein = "default:stone",
|
wherein = "default:stone",
|
||||||
clust_scarcity = 9*9*9,
|
clust_scarcity = 8*8*8,
|
||||||
clust_num_ores = 5,
|
clust_num_ores = 5,
|
||||||
clust_size = 7,
|
clust_size = 7,
|
||||||
y_min = -32,
|
y_min = -32,
|
||||||
|
Reference in New Issue
Block a user