rarity back to 1
This commit is contained in:
parent
ac2ce0a36f
commit
50a8a3ae58
2
init.lua
2
init.lua
@ -37,7 +37,7 @@ gravelsieve = {
|
|||||||
|
|
||||||
dofile(minetest.get_modpath("gravelsieve") .. "/hammer.lua")
|
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)
|
-- Ore probability table (1/n)
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
# 1.0 is according to the mapgen generator
|
# 1.0 is according to the mapgen generator
|
||||||
# 2.0 means half as many ores as result
|
# 2.0 means half as many ores as result
|
||||||
# 0.5 means twice 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
|
Loading…
Reference in New Issue
Block a user