From 70971e18e3415970eabd3bdf4b0ce2f887091763 Mon Sep 17 00:00:00 2001 From: haykam821 <24855774+haykam821@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:45:34 -0500 Subject: [PATCH] Rename the LootTable#shuffle method to spreadStacks --- mappings/net/minecraft/loot/LootTable.mapping | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mappings/net/minecraft/loot/LootTable.mapping b/mappings/net/minecraft/loot/LootTable.mapping index 38e6fe7c68..6d862faf99 100644 --- a/mappings/net/minecraft/loot/LootTable.mapping +++ b/mappings/net/minecraft/loot/LootTable.mapping @@ -39,8 +39,8 @@ CLASS net/minecraft/class_52 net/minecraft/loot/LootTable METHOD method_332 processStacks (Lnet/minecraft/class_3218;Ljava/util/function/Consumer;)Ljava/util/function/Consumer; ARG 0 world ARG 1 consumer - METHOD method_333 shuffle (Lit/unimi/dsi/fastutil/objects/ObjectArrayList;ILnet/minecraft/class_5819;)V - ARG 1 drops + METHOD method_333 spreadStacks (Lit/unimi/dsi/fastutil/objects/ObjectArrayList;ILnet/minecraft/class_5819;)V + ARG 1 stacks ARG 2 freeSlots ARG 3 random METHOD method_51878 generateLoot (Lnet/minecraft/class_8567;)Lit/unimi/dsi/fastutil/objects/ObjectArrayList;