Registration rework (#3018)
Refactored component registration. Fixes #3008: crank rendering
This commit is contained in:
@@ -32,8 +32,5 @@ import appeng.bootstrap.IModelRegistry;
|
||||
@FunctionalInterface
|
||||
public interface IModelRegistrationComponent extends IBootstrapComponent
|
||||
{
|
||||
|
||||
@Override
|
||||
void modelRegistration( Side side, IModelRegistry registry );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user