mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-15 04:31:44 +01:00
Update registry
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
86ac1a4471
commit
5897fcb6e3
@ -161,7 +161,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
api "com.github.Minestom:DependencyGetter:v1.0.1"
|
api "com.github.Minestom:DependencyGetter:v1.0.1"
|
||||||
implementation 'com.github.Minestom:MinestomDataGenerator:47da93dd5a99280314d7e6137d2c81e7793f0fdb'
|
implementation 'com.github.Minestom:MinestomDataGenerator:bbb3cde8fb8220b91db5d03cb34463cabaf8a88e'
|
||||||
|
|
||||||
// Adventure, for user-interface
|
// Adventure, for user-interface
|
||||||
api "net.kyori:adventure-api:$adventureVersion"
|
api "net.kyori:adventure-api:$adventureVersion"
|
||||||
|
@ -292,8 +292,7 @@ public class Player extends LivingEntity implements CommandSender, Localizable,
|
|||||||
// Recipes end
|
// Recipes end
|
||||||
|
|
||||||
// Tags
|
// Tags
|
||||||
// FIXME: 1.18
|
this.playerConnection.sendPacket(TagsPacket.DEFAULT_TAGS);
|
||||||
//this.playerConnection.sendPacket(TagsPacket.DEFAULT_TAGS);
|
|
||||||
|
|
||||||
// Some client updates
|
// Some client updates
|
||||||
this.playerConnection.sendPacket(getPropertiesPacket()); // Send default properties
|
this.playerConnection.sendPacket(getPropertiesPacket()); // Send default properties
|
||||||
|
Loading…
Reference in New Issue
Block a user