Added salt ore.

Done. Almost.
continuation-0
MadKamel 2022-03-30 08:52:06 -07:00 committed by GitHub
parent a771d686bc
commit 4bd8129bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -602,6 +602,18 @@ function default.register_ores()
"deciduous_forest", "deciduous_forest_shore", "rainforest",
"rainforest_swamp"}
})
-- Salt
minetest.register_ore({
ore_type = "scatter",
ore = "foodstuff:salt_gen",
wherein = "default:silver_sand",
clust_scarcity = 12 * 12 * 12,
clust_num_ores = 15,
clust_size = 4,
y_max = 31000,
y_min = -31000,
})
-- Gravel