From f8ce63f9a213761650cae87e21b161cfb5b27329 Mon Sep 17 00:00:00 2001 From: MC_XiaoHei Date: Thu, 3 Jul 2025 16:40:35 +0800 Subject: [PATCH] fix leaves utils --- .../minecraft-patches/features/0003-Leaves-Utils.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaves-server/minecraft-patches/features/0003-Leaves-Utils.patch b/leaves-server/minecraft-patches/features/0003-Leaves-Utils.patch index a1e02a6e..fd0b9f74 100644 --- a/leaves-server/minecraft-patches/features/0003-Leaves-Utils.patch +++ b/leaves-server/minecraft-patches/features/0003-Leaves-Utils.patch @@ -38,7 +38,7 @@ index 3d2c0a4d3a1f9d3e5cc6cd0cdb988ae1205de821..910bec7cbb2ef140ab16d99f93859326 } // Paper end - Expose entity id counter + // Leaves start - leaves ex data -+ public CompoundTag getLeavesData() { ++ public net.minecraft.nbt.CompoundTag getLeavesData() { + return leavesData; + } + // Leaves end - leaves ex data