No description
  • Java 96.6%
  • Nix 3.4%
Find a file
Chris Toph c92273818d fix(compat/ss): avoid client-side ItemContentsStorage pre-seeding in fromNetwork
Pre-seeding is only needed server-side to prevent orphan CompoundTags.
On the client, it creates empty entries in the client-side SavedData copy
that can interfere with SS's sync mechanism. Revert fromNetwork to use
StackStorageWrapper.fromStack() directly (server-side callers still use
SSPersistence.createWrapper).
2026-04-09 14:30:25 -04:00
.vscode feat: initial Shulker Boats mod with SS compat 2026-04-04 19:04:07 -04:00
gradle/wrapper feat: initial Shulker Boats mod with SS compat 2026-04-04 19:04:07 -04:00
src/main fix(compat/ss): avoid client-side ItemContentsStorage pre-seeding in fromNetwork 2026-04-09 14:30:25 -04:00
.gitignore refactor: update Sophisticated Storage package imports and add compat source set to build configuration 2026-04-07 15:06:37 -04:00
build.gradle feat(compat/ss): use SSPersistence for wrapper creation and fix processResources 2026-04-09 13:04:04 -04:00
flake.lock feat: initial Shulker Boats mod with SS compat 2026-04-04 19:04:07 -04:00
flake.nix feat: initial Shulker Boats mod with SS compat 2026-04-04 19:04:07 -04:00
gradle.properties refactor(compat/ss): migrate SS layer to KwahsCore shared compat 2026-04-07 13:51:08 -04:00
settings.gradle refactor(compat/ss): migrate SS layer to KwahsCore shared compat 2026-04-07 13:51:08 -04:00