@@ -1,11 +0,0 @@
|
||||
--- a/net/minecraft/nbt/NBTTagList.java
|
||||
+++ b/net/minecraft/nbt/NBTTagList.java
|
||||
@@ -145,7 +145,7 @@
|
||||
private final List<NBTBase> list;
|
||||
private byte type;
|
||||
|
||||
- NBTTagList(List<NBTBase> list, byte b0) {
|
||||
+ public NBTTagList(List<NBTBase> list, byte b0) { // PAIL: package-private -> public
|
||||
this.list = list;
|
||||
this.type = b0;
|
||||
}
|
||||
Reference in New Issue
Block a user