Fix libzontreck's packets not being functional
This commit is contained in:
parent
f039eb2abf
commit
965bea2982
2 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,7 @@ mod_name=Zontreck's Library Mod
|
||||||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||||
mod_license=GPLv3
|
mod_license=GPLv3
|
||||||
# The mod version. See https://semver.org/
|
# The mod version. See https://semver.org/
|
||||||
mod_version=1201.13.042324.2250
|
mod_version=1201.13.042324.2323
|
||||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||||
# This should match the base package used for the mod sources.
|
# This should match the base package used for the mod sources.
|
||||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
|
|
|
@ -37,6 +37,8 @@ public class ModMessages {
|
||||||
.serverAcceptedVersions(s->true)
|
.serverAcceptedVersions(s->true)
|
||||||
.simpleChannel();
|
.simpleChannel();
|
||||||
|
|
||||||
|
INSTANCE=net;
|
||||||
|
|
||||||
|
|
||||||
net.messageBuilder(S2CPlaySoundPacket.class, PACKET_ID.getAndIncrement(), NetworkDirection.PLAY_TO_CLIENT)
|
net.messageBuilder(S2CPlaySoundPacket.class, PACKET_ID.getAndIncrement(), NetworkDirection.PLAY_TO_CLIENT)
|
||||||
.decoder(S2CPlaySoundPacket::new)
|
.decoder(S2CPlaySoundPacket::new)
|
||||||
|
|
Reference in a new issue