rarity back to 1

This commit is contained in:
Joachim Stolberg 2017-09-10 13:26:10 +02:00
parent ac2ce0a36f
commit 50a8a3ae58
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ gravelsieve = {
dofile(minetest.get_modpath("gravelsieve") .. "/hammer.lua")
gravelsieve.ore_rarity = tonumber(minetest.setting_get("gravelsieve_ore_rarity")) or 0.5
gravelsieve.ore_rarity = tonumber(minetest.setting_get("gravelsieve_ore_rarity")) or 1
-- Ore probability table (1/n)

View File

@ -2,4 +2,4 @@
# 1.0 is according to the mapgen generator
# 2.0 means half as many ores as result
# 0.5 means twice as many ores as result
gravelsieve_ore_rarity (Rarity factor to find ores) float 0.5
gravelsieve_ore_rarity (Rarity factor to find ores) float 1