Flattening part 1
This commit is contained in:
@@ -46,8 +46,8 @@ public final class ApiDefinitions implements IDefinitions
|
||||
public ApiDefinitions( final PartModels partModels )
|
||||
{
|
||||
this.blocks = new ApiBlocks( this.registry, partModels );
|
||||
this.items = new ApiItems( this.registry );
|
||||
this.materials = new ApiMaterials( this.registry );
|
||||
this.items = new ApiItems( this.registry, this.materials );
|
||||
this.parts = new ApiParts( this.registry, partModels );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user