You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CraftBukkit start - selectively save tile position
5
+
@Override
6
+
protected void addAdditionalSaveData(final net.minecraft.world.level.storage.ValueOutput output, final boolean includeAll) {
7
+
- if (includeAll) {
8
+
+ if (includeAll || com.legitimoose.lsp.MooseConfig.disableEnderchestSerializationInSelectors) { // Moose - Re-enable saving of those when playing with the enderchest serialization
0 commit comments