diff --git a/src/main/resources/data/andromeda/loot_tables/pouches/saplings.json b/src/main/resources/data/andromeda/loot_tables/pouches/saplings.json index bd29b84b..531e160b 100644 --- a/src/main/resources/data/andromeda/loot_tables/pouches/saplings.json +++ b/src/main/resources/data/andromeda/loot_tables/pouches/saplings.json @@ -109,6 +109,19 @@ } } ] + }, + { + "type": "minecraft:item", + "name": "minecraft:cherry_sapling", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] } ] }