update mache, rebuild patches for concurrency fix
This commit is contained in:
@@ -56,9 +56,9 @@
|
||||
.ifPresent(data -> this.vibrationData = data);
|
||||
}
|
||||
|
||||
- this.duplicationCooldown = tag.getInt("DuplicationCooldown");
|
||||
+ this.duplicationCooldown = tag.getLong("DuplicationCooldown"); // Paper - Load as long
|
||||
this.entityData.set(DATA_CAN_DUPLICATE, tag.getBoolean("CanDuplicate"));
|
||||
- this.duplicationCooldown = compound.getInt("DuplicationCooldown");
|
||||
+ this.duplicationCooldown = compound.getLong("DuplicationCooldown"); // Paper - Load as long
|
||||
this.entityData.set(DATA_CAN_DUPLICATE, compound.getBoolean("CanDuplicate"));
|
||||
}
|
||||
|
||||
@@ -508,15 +_,17 @@
|
||||
|
||||
Reference in New Issue
Block a user