Skip to content

Commit

Permalink
remove recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike committed Jul 19, 2024
1 parent 29d70f4 commit 3e274ab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/fox/spiteful/avaritia/crafting/Grinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,6 @@ public static void artsAndCrafts() {
"C",
'C',
new ItemStack(LudicrousBlocks.resource_block, 1, 1));

GameRegistry.addShapedRecipe(
new ItemStack(LudicrousItems.resource, 13, 8),
"CCC",
"CIC",
"CCC",
'C',
new ItemStack(Blocks.coal_block, 1),
'I',
new ItemStack(LudicrousItems.resource, 1, 1));
GameRegistry.addShapedRecipe(
new ItemStack(LudicrousItems.resource, 1, 9),
" I ",
Expand Down

0 comments on commit 3e274ab

Please sign in to comment.