Hotfix
Optional: exists simi: null
This commit is contained in:
parent
bb5a6c45f6
commit
e15c19222f
1 changed files with 2 additions and 2 deletions
|
@ -595,8 +595,8 @@ public class ContraptionEntity extends Entity implements IEntityAdditionalSpawnD
|
|||
@Override
|
||||
protected void registerData() {
|
||||
this.dataManager.register(STALLED, false);
|
||||
this.dataManager.register(COUPLING, null);
|
||||
this.dataManager.register(COUPLED_CART, null);
|
||||
this.dataManager.register(COUPLING, Optional.empty());
|
||||
this.dataManager.register(COUPLED_CART, Optional.empty());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue