File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Common/src/main/java/net/darkhax/bookshelf/api/registry Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class RegistryDataProvider {
4444 public final IOwnedRegistryEntries <BlockEntityType <?>> blockEntities = new RegistryEntries <>(this ::getOwner , Registry .BLOCK_ENTITY_TYPE_REGISTRY );
4545 public final IOwnedRegistryEntries <ParticleType <?>> particleTypes = new RegistryEntries <>(this ::getOwner , Registry .PARTICLE_TYPE_REGISTRY );
4646 public final IOwnedRegistryEntries <MenuType <?>> menus = new RegistryEntries <>(this ::getOwner , Registry .MENU_REGISTRY );
47- public final IOwnedRegistryEntries <RecipeSerializer <?>> recipeSerializers = new RegistryEntries <>(this ::getOwner , Registry .PARTICLE_TYPE_REGISTRY );
47+ public final IOwnedRegistryEntries <RecipeSerializer <?>> recipeSerializers = new RegistryEntries <>(this ::getOwner , Registry .RECIPE_SERIALIZER_REGISTRY );
4848 public final IOwnedRegistryEntries <Motive > paintings = new RegistryEntries <>(this ::getOwner , Registry .MOTIVE_REGISTRY );
4949 public final IOwnedRegistryEntries <Attribute > attributes = new RegistryEntries <>(this ::getOwner , Registry .ATTRIBUTE_REGISTRY );
5050 public final IOwnedRegistryEntries <StatType <?>> stats = new RegistryEntries <>(this ::getOwner , Registry .STAT_TYPE_REGISTRY );
You can’t perform that action at this time.
0 commit comments