From 057159cb089608bf9a0dc0b9aec048307a0a3b97 Mon Sep 17 00:00:00 2001 From: Muddr Date: Tue, 7 Jan 2025 00:04:48 -0600 Subject: [PATCH] Replaces apple and salmon from bonus chest due to unlocking red stage (#140) --- .../data/minecraft/loot_tables/chests/spawn_bonus_chest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/minecraft/global_packs/required_data/skyfactory_5/data/minecraft/loot_tables/chests/spawn_bonus_chest.json b/src/minecraft/global_packs/required_data/skyfactory_5/data/minecraft/loot_tables/chests/spawn_bonus_chest.json index 85d735ce2..7ee581d0a 100644 --- a/src/minecraft/global_packs/required_data/skyfactory_5/data/minecraft/loot_tables/chests/spawn_bonus_chest.json +++ b/src/minecraft/global_packs/required_data/skyfactory_5/data/minecraft/loot_tables/chests/spawn_bonus_chest.json @@ -47,7 +47,7 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:apple", + "name": "sf5_things:none_apple", "weight": 5 }, { @@ -79,7 +79,7 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:salmon", + "name": "minecraft:cod", "weight": 3 } ],