File tree Expand file tree Collapse file tree
src/main/java/dev/compactmods/crafting/recipes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616import dev .compactmods .crafting .api .recipe .layers .ISymmetricalLayer ;
1717import dev .compactmods .crafting .api .recipe .layers .dim .IDynamicSizedRecipeLayer ;
1818import dev .compactmods .crafting .api .recipe .layers .dim .IFixedSizedRecipeLayer ;
19- import dev .compactmods .crafting .recipes .catalyst .ItemStackCatalystMatcher ;
2019import dev .compactmods .crafting .recipes .components .EmptyBlockComponent ;
2120import dev .compactmods .crafting .recipes .components .MiniaturizationRecipeComponents ;
2221import dev .compactmods .crafting .recipes .layers .RecipeLayerUtil ;
@@ -52,7 +51,7 @@ public class MiniaturizationRecipe extends RecipeBase implements IMiniaturizatio
5251 public MiniaturizationRecipe () {
5352 this .recipeSize = -1 ;
5453 this .layers = new TreeMap <>();
55- this .catalyst = new ItemStackCatalystMatcher ( ItemStack . EMPTY ) ;
54+ this .catalyst = null ;
5655 this .outputs = new ItemStack [0 ];
5756 this .dimensions = AxisAlignedBB .ofSize (0 , 0 , 0 );
5857 this .components = new MiniaturizationRecipeComponents ();
You can’t perform that action at this time.
0 commit comments