9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-29 20:09:23 +00:00

fix leaves utils

This commit is contained in:
MC_XiaoHei
2025-07-03 16:40:35 +08:00
parent 72193e2b2c
commit f8ce63f9a2

View File

@@ -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