mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 12:46:12 +03:00
12 lines
515 B
Diff
12 lines
515 B
Diff
--- ../src-base/minecraft/net/minecraftforge/common/util/Constants.java
|
|
+++ ../src-work/minecraft/net/minecraftforge/common/util/Constants.java
|
|
@@ -29,7 +29,7 @@
|
|
* NBT Tag type IDS, used when storing the nbt to disc, Should align with NBTBase.getId,
|
|
* table used in NBTBase.func_150283_g
|
|
*
|
|
- * Main use is checking tag type in NBTTagCompound.func_150297_b(String, int)
|
|
+ * Main use is checking tag type in NBTTagCompound.hasKey(String, int)
|
|
*
|
|
*/
|
|
public static class NBT
|