-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed TextHandlerAccessor mixin, should prevent issues on some specific Environments Added Craft Recipe!
- Loading branch information
1 parent
80a2e21
commit 41a11e7
Showing
8 changed files
with
54 additions
and
22 deletions.
There are no files selected for viewing
14 changes: 0 additions & 14 deletions
14
common/src/main/java/com/rafacasari/mod/cobbledex/mixins/TextHandlerAccessor.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
common/src/main/resources/data/cobbledex/recipes/cobbledex_crafting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"pattern": [ | ||
"iai", | ||
"gbg", | ||
"iri" | ||
], | ||
"key": { | ||
"i": { | ||
"item": "minecraft:iron_ingot" | ||
}, | ||
"r": { | ||
"item": "minecraft:redstone" | ||
}, | ||
"b": { | ||
"item": "minecraft:book" | ||
}, | ||
"g": { | ||
"item": "minecraft:glass_pane" | ||
}, | ||
"a": { | ||
"item": "cobblemon:red_apricorn" | ||
} | ||
}, | ||
"result": { | ||
"item": "cobbledex:cobbledex_item", | ||
"count": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters