-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial work on registry-sync-v2 * More progress on registry api v2 - differentiate "synced" Index-Key-Value registries from simple Key-Value registries - start preparing registry remapping * Start working on new registry remapper * Rename some classes * Port remapping system to v2 and port to every supported version * Ensure backward compatibility with registry-sync-api-v1 * Fix a few possible crashes when using registries * Add more useful methods to RegistryHelper * Make vanilla registries first assignable id 1 instead of 0 * Some improvements and bug fixes. * Create a default implementation of IdsHolder and SyncedRegistrableRegistry. * Start working on wrapper for non-standard registry forms * Clean up and fix style * Fix missing events in MapRegistryWrapper * Avoid using sysout * Allow Synchronized Registry to declare themselves not to be synchronized * Allow setting the min id possible of a registry * Fix entry count in IdsHolder * SyncedArrayMapRegistryWrapper * Make Map+Array-based registry min id be 1 instead of 0 * SyncedArrayRegistryWrapper * RegistryWrapper Improvements * Fix defaulted registries default value not being interpreted as entry missing when it should. * Fix defaulted registries default value not being interpreted as entry missing when it should. (again) * Allow registering multiple entries together with a defined offset between their numerical ids. * Fix missing ids being taken over by new entries when entering an existing world * Fix style * Fix style and compiling errors * Disable complex registering for now * Clean up registry-sync-v1 * apache commons lang3 isn't available in 1.7.10 * Fix some parameter names * Add javadoc to deprecated classes and members * Rename some api classes/interfaces * Fix style * Small mixins clean-up * Document registry-sync-v2 apis + Add missing utility methods
- Loading branch information
1 parent
77f3414
commit 0524871
Showing
218 changed files
with
3,245 additions
and
8,428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
131 changes: 0 additions & 131 deletions
131
...rc/main/java/net/legacyfabric/fabric/impl/registry/sync/RegistrySyncEarlyInitializer.java
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
...1.10.2/src/main/java/net/legacyfabric/fabric/mixin/registry/sync/BlockEntityAccessor.java
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
...v1/1.10.2/src/main/java/net/legacyfabric/fabric/mixin/registry/sync/BlockEntityMixin.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.