diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-11 13:38:55 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-11 13:38:55 +0200 |
commit | 848477200ad2f137acfb87ce97842071c913d85b (patch) | |
tree | 13548b62751e2bf8e0acc07d67b61dfbadae29b1 /src/onload/sapling_mutation.lua | |
parent | 271faf447df1eef0299b6d0cd79a154f602b3e35 (diff) | |
download | skycraft-848477200ad2f137acfb87ce97842071c913d85b.tar.xz |
Sapling Mutation at Smaller Chance
Diffstat (limited to 'src/onload/sapling_mutation.lua')
-rw-r--r-- | src/onload/sapling_mutation.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onload/sapling_mutation.lua b/src/onload/sapling_mutation.lua index 4b2f1d1..4ee0e7b 100644 --- a/src/onload/sapling_mutation.lua +++ b/src/onload/sapling_mutation.lua @@ -5,7 +5,7 @@ for _, tree in pairs(trees) do for _, mutant_tree in pairs(trees) do drop.items[#drop.items + 1] = { items = {"mcl_core:" .. mutant_tree .. "sapling"}, - rarity = 1000, + rarity = 5000, } end end |