Skip to content

Commit

Permalink
Yipee! Polishing wheels work perfectly!
Browse files Browse the repository at this point in the history
  • Loading branch information
ghasto69 committed Sep 14, 2023
1 parent 88590ef commit 3f308b3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
12 changes: 1 addition & 11 deletions src/main/java/com/ghasto/create_so/ModRecipeTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,7 @@
import net.minecraft.world.item.crafting.RecipeType;
import net.minecraft.world.level.Level;

public enum









ModRecipeTypes implements IRecipeTypeInfo {
public enum ModRecipeTypes implements IRecipeTypeInfo {

POLISHING(PolishingRecipe::new);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create_so:polishing",
"ingredients": [
{
"item": "create:rose_quartz"
}
],
"processingTime": 100,
"results": [
{
"count": 1,
"item": "create:polished_rose_quartz"
}
]
}

0 comments on commit 3f308b3

Please sign in to comment.