fix sentinels not actually existing
This commit is contained in:
parent
a43d92c6a1
commit
898c4453b6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class CapSentinel implements ICapabilitySerializable<CompoundTag> {
|
|||
tag.putBoolean(TAG_EXISTS, this.hasSentinel);
|
||||
tag.putBoolean(TAG_EXTENDS_RANGE, this.extendsRange);
|
||||
tag.put(TAG_POSITION, HexUtils.serializeToNBT(this.position));
|
||||
tag.putString(TAG_DIMENSION, dimension.getRegistryName().toString());
|
||||
tag.putString(TAG_DIMENSION, dimension.location().toString());
|
||||
|
||||
return tag;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue