refactor(wrapper): update accordingly
This commit is contained in:
parent
597ed23dbc
commit
f436c7db3a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class WrapperPlayServerRespawn extends AbstractPacket {
|
|||
|
||||
public void setDimension(World value) {
|
||||
if (MinecraftVersion.WILD_UPDATE.atOrAbove()) {
|
||||
// 1.19 to 1.19.4
|
||||
// 1.19 to 1.20.1
|
||||
// Thank you lukalt!
|
||||
final InternalStructure dimensionType = handle.getStructures().read(0);
|
||||
dimensionType.getMinecraftKeys().write(0, new MinecraftKey("minecraft", "dimension_type"));
|
||||
|
|
Loading…
Reference in a new issue