moved tools to tool crafting tab

This commit is contained in:
Adrien1106 2024-03-27 23:24:33 +01:00
parent 3afee9e501
commit a430a8e62b
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ public class ReFramedBlueprintItem extends Item implements RecipeSetter {
@Override
public void setRecipe(RecipeExporter exporter) {
ShapedRecipeJsonBuilder
.create(RecipeCategory.BUILDING_BLOCKS, this, 3)
.create(RecipeCategory.TOOLS, this, 3)
.pattern("PI")
.pattern("PP")
.input('P', Items.PAPER)

View File

@ -56,7 +56,7 @@ public class ReFramedHammerItem extends Item implements RecipeSetter {
@Override
public void setRecipe(RecipeExporter exporter) {
ShapedRecipeJsonBuilder
.create(RecipeCategory.BUILDING_BLOCKS, this)
.create(RecipeCategory.TOOLS, this)
.pattern(" CI")
.pattern(" ~C")
.pattern("~ ")

View File

@ -65,7 +65,7 @@ public class ReFramedScrewdriverItem extends Item implements RecipeSetter {
@Override
public void setRecipe(RecipeExporter exporter) {
ShapedRecipeJsonBuilder
.create(RecipeCategory.BUILDING_BLOCKS, this)
.create(RecipeCategory.TOOLS, this)
.pattern(" I")
.pattern(" I ")
.pattern("C ")