-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent registering of certain Steelworks recipes when module disabled (
#55) This prevents the following recipes being registered when Steelworks is disabled as these recipes will not have properly registered components or results in this circumstance:- * Steel Nuggets from Ingots * Steel Ingots from Block * Charcoal from Charcoal Block This closes #54.
- Loading branch information
1 parent
f1f9221
commit 4dab98b
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/main/resources/assets/tcomplement/recipes/steelworks/charcoal.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
1 change: 1 addition & 0 deletions
1
src/main/resources/assets/tcomplement/recipes/steelworks/steel_ingot_from_block.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
1 change: 1 addition & 0 deletions
1
src/main/resources/assets/tcomplement/recipes/steelworks/steel_nugget.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