start getting some MCL equivalents set up

This commit is contained in:
FaceDeer
2022-08-02 04:09:18 -06:00
parent 8f713d6fa4
commit c5fd4917b4
5 changed files with 131 additions and 104 deletions

View File

@ -115,7 +115,7 @@ end)
minetest.register_ore({
ore_type = "scatter",
ore = "mine_gas:gas_seep",
wherein = "default:stone",
wherein = df_caverns.node_name.stone,
clust_scarcity = 32 * 32 * 32,
clust_num_ores = 27,
clust_size = 6,