]> git.lizzy.rs Git - skycraft.git/blobdiff - src/onload/sapling_mutation.lua
Sapling Mutation at Smaller Chance
[skycraft.git] / src / onload / sapling_mutation.lua
index 4b2f1d14eaee568e355268f7333aa9c287392b9c..4ee0e7b984dd39645da36b264d439a6040a57927 100644 (file)
@@ -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