From e9bb5f84e85a0980283e48f4d85fa8240df1c90a Mon Sep 17 00:00:00 2001 From: +merlan #flirora Date: Sat, 18 Apr 2026 20:18:08 -0400 Subject: [PATCH] Correct parameter name for BlockLootTableGenerator#candleCakeDrops --- .../minecraft/data/loottable/BlockLootTableGenerator.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/data/loottable/BlockLootTableGenerator.mapping b/mappings/net/minecraft/data/loottable/BlockLootTableGenerator.mapping index 123dd9591b..ac7390f206 100644 --- a/mappings/net/minecraft/data/loottable/BlockLootTableGenerator.mapping +++ b/mappings/net/minecraft/data/loottable/BlockLootTableGenerator.mapping @@ -133,7 +133,7 @@ CLASS net/minecraft/class_7788 net/minecraft/data/loottable/BlockLootTableGenera METHOD method_46020 candleDrops (Lnet/minecraft/class_2248;)Lnet/minecraft/class_52$class_53; ARG 1 candle METHOD method_46021 candleCakeDrops (Lnet/minecraft/class_2248;)Lnet/minecraft/class_52$class_53; - ARG 0 candleCake + ARG 0 candle METHOD method_46022 doorDrops (Lnet/minecraft/class_2248;)Lnet/minecraft/class_52$class_53; ARG 1 block METHOD method_46023 addPottedPlantDrops (Lnet/minecraft/class_2248;)V