From 1f128f76c75d46b7c0c03f68c0aa95d163481274 Mon Sep 17 00:00:00 2001 From: Noah van der Aa Date: Sat, 14 Dec 2024 18:20:14 +0100 Subject: [PATCH] net.minecraft.data.loot.packs --- .../net/minecraft/data/loot/packs/VanillaChestLoot.java.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename paper-server/patches/{unapplied => sources}/net/minecraft/data/loot/packs/VanillaChestLoot.java.patch (97%) diff --git a/paper-server/patches/unapplied/net/minecraft/data/loot/packs/VanillaChestLoot.java.patch b/paper-server/patches/sources/net/minecraft/data/loot/packs/VanillaChestLoot.java.patch similarity index 97% rename from paper-server/patches/unapplied/net/minecraft/data/loot/packs/VanillaChestLoot.java.patch rename to paper-server/patches/sources/net/minecraft/data/loot/packs/VanillaChestLoot.java.patch index 02e103aaf6..5d8aa86e40 100644 --- a/paper-server/patches/unapplied/net/minecraft/data/loot/packs/VanillaChestLoot.java.patch +++ b/paper-server/patches/sources/net/minecraft/data/loot/packs/VanillaChestLoot.java.patch @@ -1,6 +1,6 @@ --- a/net/minecraft/data/loot/packs/VanillaChestLoot.java +++ b/net/minecraft/data/loot/packs/VanillaChestLoot.java -@@ -946,7 +946,6 @@ +@@ -946,7 +_,6 @@ .add( LootItem.lootTableItem(Items.COMPASS) .apply(SetItemCountFunction.setCount(ConstantValue.exactly(1.0F)))