mirror of
https://github.com/LeavesMC/Leaves.git
synced 2026-01-04 15:41:31 +00:00
[ci skip] Just fix a comment
This commit is contained in:
@@ -31,7 +31,7 @@ index 46954db7ecd35ac4018fdf476df7c8020d7ce6c8..044c51ebb058fc36074fd178929e3279
|
||||
public PlayerAreaMap() {
|
||||
super();
|
||||
diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java
|
||||
index 3ffb92a82e17af467afb18c81accc482a93d6a6f..33f657e1a5d7676db00c37f6c8a12abdb9b2374f 100644
|
||||
index 3ffb92a82e17af467afb18c81accc482a93d6a6f..499fb6aa4c264f51b9ce2acd9988cd16f864dd2b 100644
|
||||
--- a/src/main/java/net/minecraft/world/entity/Entity.java
|
||||
+++ b/src/main/java/net/minecraft/world/entity/Entity.java
|
||||
@@ -417,6 +417,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
|
||||
@@ -58,7 +58,7 @@ index 3ffb92a82e17af467afb18c81accc482a93d6a6f..33f657e1a5d7676db00c37f6c8a12abd
|
||||
+ if (nbt.contains("Leaves.Data")) {
|
||||
+ leavesData = nbt.getCompound("Leaves.Data");
|
||||
+ }
|
||||
+ // Leaves start - leaves ex data
|
||||
+ // Leaves end - leaves ex data
|
||||
|
||||
} catch (Throwable throwable) {
|
||||
CrashReport crashreport = CrashReport.forThrowable(throwable, "Loading entity NBT");
|
||||
|
||||
Reference in New Issue
Block a user