Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
fix brigadier on 1.14
Dieser Commit ist enthalten in:
Ursprung
21368f542c
Commit
877532d3b8
@ -109,6 +109,8 @@ public class ArgumentPropertyRegistry {
|
||||
dummy("minecraft:component", DUMMY);
|
||||
dummy("minecraft:message", DUMMY);
|
||||
dummy("minecraft:nbt", DUMMY);
|
||||
dummy("minecraft:nbt_compound_tag", DUMMY); // added in 1.14
|
||||
dummy("minecraft:nbt_tag", DUMMY); // added in 1.14
|
||||
dummy("minecraft:nbt_path", DUMMY);
|
||||
dummy("minecraft:objective", DUMMY);
|
||||
dummy("minecraft:objective_criteria", DUMMY);
|
||||
@ -128,5 +130,6 @@ public class ArgumentPropertyRegistry {
|
||||
dummy("minecraft:dimension", DUMMY);
|
||||
dummy("minecraft:int_range", DUMMY);
|
||||
dummy("minecraft:float_range", DUMMY);
|
||||
dummy("minecraft:time", DUMMY); // added in 1.14
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren