Update registry

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2021-10-21 21:08:51 +02:00
parent 86ac1a4471
commit 5897fcb6e3
2 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -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