9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 12:09:07 +00:00

1.21 nms bindings

This commit is contained in:
Julian Krings
2024-06-20 22:08:12 +02:00
parent e90e3901f5
commit 2ea54b7f2f
5 changed files with 730 additions and 1 deletions

View File

@@ -28,7 +28,8 @@ import java.util.Map;
public class INMS {
private static final Map<String, String> REVISION = Map.of(
"1.20.5", "v1_20_R4",
"1.20.6", "v1_20_R4"
"1.20.6", "v1_20_R4",
"1.21", "v1_21_R1"
);
//@done
private static final INMSBinding binding = bind();