From bbacb596ef386dbe836184b02b162b09f8069c97 Mon Sep 17 00:00:00 2001 From: melontini <104443436+melontini@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:08:50 +0700 Subject: [PATCH] Add cherry_sapling 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 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 + } + } + ] } ] } -- 2.51.2