Custom Model Loader
This commit is contained in:
@@ -34,7 +34,7 @@ public class GrinderHandler implements IAERecipeFactory
|
||||
turns = JSONUtils.getInt( json, "turns" );
|
||||
}
|
||||
|
||||
final IGrinderRegistry reg = AEApi.instance().registries().grinder();
|
||||
final IGrinderRegistry reg = Api.INSTANCE.registries().grinder();
|
||||
for( int i = 0; i < input.length; ++i )
|
||||
{
|
||||
final IGrinderRecipeBuilder builder = reg.builder();
|
||||
|
||||
@@ -44,7 +44,7 @@ public class InscriberHandler implements IAERecipeFactory
|
||||
bottom = CraftingHelper.getIngredient( JSONUtils.getJsonObject( ingredients, "bottom" ), ctx ).getMatchingStacks();
|
||||
}
|
||||
|
||||
final IInscriberRegistry reg = AEApi.instance().registries().inscriber();
|
||||
final IInscriberRegistry reg = Api.INSTANCE.registries().inscriber();
|
||||
for( int i = 0; i < top.length; ++i )
|
||||
{
|
||||
for( int j = 0; j < bottom.length; ++j )
|
||||
|
||||
Reference in New Issue
Block a user