Skip to content

Conversation

@IlmarsXd
Copy link

@IlmarsXd IlmarsXd commented Sep 14, 2025

try to get registry entry with and without minecraft namespace.
ViaVersion and ViaBackwards provide it without, and the minecraft client uses the default minecraft namespace when deserializing the packet, so it doesnt cause any issues, but replaymod does:
dimension type tag: minecraft:dimension_type
dimension name: overworld
while ViaVersion/ViaBackwards provide:
dimension type tag: dimension_type
dimension name: minecraft:overworld

this does appear to be a viaversion issue, but since easier to fix it here, and not possibly disrupt other mods

vanilla:
image

viaversion:

image

…rsion and ViaBackwards provide it without, and the minecraft client uses the default `minecraft` namespace when deserializing the packet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant