-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project temporarily compiles against full REI for code browsing
Removed redundant ITextureGenerator.java Removed redundant MachineUpgradeRecipe.java Reworked ModRecipeProvider to support various predicate types Created new recipe for tier 2 speed upgrade REI item comparator for machine upgrade now takes into account fuzzy matching TextureProvider.Entry is now static Added a temporary testing recipe (see shedaniel/RoughlyEnoughItems#1798 for more info)
- Loading branch information
leet
committed
Jan 19, 2025
1 parent
be116e3
commit 26114c4
Showing
8 changed files
with
131 additions
and
126 deletions.
There are no files selected for viewing
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
56 changes: 0 additions & 56 deletions
56
src/main/java/com/leetftw/tech_mod/datagen/MachineUpgradeRecipe.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
6 changes: 0 additions & 6 deletions
6
src/main/java/com/leetftw/tech_mod/datagen/texture/ITextureGenerator.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"B": { | ||
"neoforge:ingredient_type": "neoforge:components", | ||
"components": { | ||
"minecraft:stored_enchantments": { | ||
"levels": { | ||
"minecraft:sharpness": 4 | ||
} | ||
} | ||
}, | ||
"items": "minecraft:enchanted_book", | ||
"strict": false | ||
} | ||
}, | ||
"pattern": [ | ||
" ", | ||
" ", | ||
" B" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "minecraft:dirt" | ||
} | ||
} |