mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Sync data component types registry (#3631)
This commit is contained in:
parent
29bc5c1b06
commit
403ef19793
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue