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 734b2bbc..bd29b84b 100644 --- a/src/main/resources/data/andromeda/loot_tables/pouches/saplings.json +++ b/src/main/resources/data/andromeda/loot_tables/pouches/saplings.json @@ -96,6 +96,19 @@ } } ] + }, + { + "type": "minecraft:item", + "name": "minecraft:mangrove_propagule", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] } ] }