Some fixes, start updating CustomModelData API

This commit is contained in:
Nassim Jahnke
2024-12-03 20:58:25 +01:00
parent 2c2dadf75b
commit a894c3a437
28 changed files with 56 additions and 16 deletions

View File

@@ -123,7 +123,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
}
- }
+ } else { this.player.containerMenu.sendAllDataToRemote(); } // Paper - Fix inventory desync; MC-99075
+ } else { this.player.containerMenu.sendAllDataToRemote(); } // Paper - Fix inventory desync; MC-99075
} else {
MutableComponent ichatmutablecomponent1 = Component.translatable("build.tooHigh", i).withStyle(ChatFormatting.RED);