From 9300fdc33fb27c7e55968b7ff3aca2d7fd9749b2 Mon Sep 17 00:00:00 2001 From: melontini <104443436+melontini@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:05:08 +0700 Subject: [PATCH] Add propagule to saplings.json --- .../andromeda/loot_tables/pouches/saplings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 + } + } + ] } ] } -- 2.51.2