Skip to content

Commit

Permalink
Add 4x and 16x co-processors to creative tabs (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
greesyB authored Aug 19, 2022
1 parent 3e4a775 commit 76eacbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/appeng/block/crafting/BlockCraftingUnit.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ public void getCheckedSubBlocks( final Item item, final CreativeTabs tabs, final
{
itemStacks.add( new ItemStack( this, 1, 0 ) );
itemStacks.add( new ItemStack( this, 1, 1 ) );
itemStacks.add( new ItemStack( this, 1, 2 ) );
itemStacks.add( new ItemStack( this, 1, 3 ) );
}

@Override
Expand Down

0 comments on commit 76eacbd

Please sign in to comment.