You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20/src/main/java/dev/jorel/commandapi/nms/NMS_1_20_R1.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -142,9 +142,9 @@
142
142
143
143
// Mojang-Mapped reflection
144
144
/**
145
-
* NMS implementation for Minecraft 1.20.
145
+
* NMS implementation for Minecraft 1.20 and 1.20.1.
146
146
*/
147
-
@NMSMeta(compatibleWith = { "1.20" })
147
+
@NMSMeta(compatibleWith = { "1.20", "1.20.1" })
148
148
@RequireField(in = SimpleHelpMap.class, name = "helpTopics", ofType = Map.class)
149
149
@RequireField(in = EntitySelector.class, name = "usesSelector", ofType = boolean.class)
150
150
@RequireField(in = ItemInput.class, name = "tag", ofType = CompoundTag.class)
0 commit comments