diff --git a/mappings/net/minecraft/command/argument/NbtCompoundTagArgumentType.mapping b/mappings/net/minecraft/command/argument/NbtCompoundArgumentType.mapping similarity index 92% rename from mappings/net/minecraft/command/argument/NbtCompoundTagArgumentType.mapping rename to mappings/net/minecraft/command/argument/NbtCompoundArgumentType.mapping index b1fc78cd65..aac422313e 100644 --- a/mappings/net/minecraft/command/argument/NbtCompoundTagArgumentType.mapping +++ b/mappings/net/minecraft/command/argument/NbtCompoundArgumentType.mapping @@ -1,4 +1,4 @@ -CLASS net/minecraft/class_2179 net/minecraft/command/argument/NbtCompoundTagArgumentType +CLASS net/minecraft/class_2179 net/minecraft/command/argument/NbtCompoundArgumentType FIELD field_9843 EXAMPLES Ljava/util/Collection; METHOD method_9284 nbtCompound ()Lnet/minecraft/class_2179; METHOD method_9285 getNbtCompound (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2487;