Paper commands should be built right before registration into command dispatcher (so the root command node exists in case we need it)

This commit is contained in:
2024-11-22 22:40:18 +01:00
parent e6b77bcad6
commit 974347cbde
2 changed files with 39 additions and 30 deletions

View File

@@ -68,7 +68,9 @@
"1.20.5": 766,
"1.20.6": 766,
"1.21": 767,
"1.21.1": 767
"1.21.1": 767,
"1.21.2": 768,
"1.21.3": 768
},
"versionsOfProtocol": {
"4": [
@@ -223,6 +225,10 @@
"767": [
"1.21",
"1.21.1"
],
"768": [
"1.21.2",
"1.21.3"
]
}
}