realtest_mt5/mods/ores/init.lua

16 lines
311 B
Lua
Raw Permalink Normal View History

2020-03-30 22:41:58 +02:00
ores = {}
minetest.register_ore({
ore_type = "scatter",
ore = "ores:peat",
wherein = "default:dirt",
clust_scarcity = 20*20*20,
clust_num_ores = 343,
clust_size = 7,
2020-03-30 22:57:09 +02:00
y_min = -31000,
y_max = 0,
2020-03-30 22:41:58 +02:00
})
dofile(minetest.get_modpath("ores").."/registration.lua")