uwu/generacioncita.lua

36 lines
817 B
Lua
Raw Normal View History

2020-11-20 12:59:28 -08:00
-- UwU Generacioncita
2020-11-20 12:59:28 -08:00
minetest.register_ore({
ore_type = "scatter",
ore = "uwu:stone_with_uwu",
wherein = "default:stone",
clust_scarcity = 16 * 16 * 16,
clust_num_ores = 5,
clust_size = 3,
y_max = 31000,
y_min = 1025,
})
minetest.register_ore({
ore_type = "scatter",
ore = "uwu:stone_with_uwu",
wherein = "default:stone",
clust_scarcity = 17 * 17 * 17,
clust_num_ores = 3,
clust_size = 4,
y_max = -250,
y_min = -750,
})
2020-11-20 12:59:28 -08:00
minetest.register_ore({
ore_type = "scatter",
ore = "uwu:stone_with_uwu",
wherein = "default:stone",
clust_scarcity = 15 * 15 * 15,
clust_num_ores = 5,
clust_size = 2,
y_max = -751,
y_min = -31000,
})