Sync data component types registry ()

This commit is contained in:
modmuss 2024-03-06 15:46:08 +00:00 committed by GitHub
parent 29bc5c1b06
commit 403ef19793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -204,5 +204,9 @@ public class FabricRegistryInit implements ModInitializer {
// Synced by rawID.
RegistryAttributeHolder.get(Registries.POSITION_SOURCE_TYPE)
.addAttribute(RegistryAttribute.SYNCED);
// Synced by rawID.
RegistryAttributeHolder.get(Registries.DATA_COMPONENT_TYPE)
.addAttribute(RegistryAttribute.SYNCED);
}
}