Skip to content

Commit

Permalink
Recipes Updated and Icon Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmehdiyev committed Dec 8, 2024
1 parent c35b5c4 commit 230740f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,18 @@ public void generate(RecipeExporter recipeExporter) {

// Cactus Tool Recipes
ShapedRecipeJsonBuilder.create(RecipeCategory.COMBAT, ModItems.CACTUS_SWORD)
.pattern(" C ")
.pattern(" C ")
.pattern(" P ")
.pattern("CPC")
.pattern(" S ")
.input('C', ModItems.CACTUS_SKIN)
.input('P', ModBlocks.CACTUS_PLANKS)
.input('S', Items.STICK)
.criterion(hasItem(ModItems.CACTUS_SKIN), conditionsFromItem(ModItems.CACTUS_SKIN))
.offerTo(recipeExporter);

ShapedRecipeJsonBuilder.create(RecipeCategory.TOOLS, ModItems.CACTUS_PICKAXE)
.pattern("CCC")
.pattern(" S ")
.pattern("PPP")
.pattern("CSC")
.pattern(" S ")
.input('C', ModItems.CACTUS_SKIN)
.input('S', Items.STICK)
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sources": "https://github.com/rafaelmehdiyev/Useful-Cactus-Fabric-1.21.x"
},
"license": "MIT",
"icon": "assets/rafaels-useful-cactus/icon.gif",
"icon": "assets/rafaels-useful-cactus/icon.png",
"environment": "*",
"entrypoints": {
"fabric-datagen": [
Expand Down

0 comments on commit 230740f

Please sign in to comment.