aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-06-11 13:38:55 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-06-11 13:38:55 +0200
commit848477200ad2f137acfb87ce97842071c913d85b (patch)
tree13548b62751e2bf8e0acc07d67b61dfbadae29b1 /src
parent271faf447df1eef0299b6d0cd79a154f602b3e35 (diff)
downloadskycraft-848477200ad2f137acfb87ce97842071c913d85b.tar.xz
Sapling Mutation at Smaller Chance
Diffstat (limited to 'src')
-rw-r--r--src/onload/sapling_mutation.lua2
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