This repository has been archived by the owner on Dec 29, 2024. It is now read-only.
forked from Elisis/GTNH-Lanthanides
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update WerkstoffMaterialPool.java - Fix "Impure Samarium ..." naming (#…
…88) * Update WerkstoffMaterialPool.java Renamed "Impure Samarium Oxalate" -> "Coarse Samarium Oxalate". Reason: Deny it from entering OreProc Systems utilizing "dustImpure*" filtering to gather any Impure Dust that can be centrifuged - but Impure Samarium Oxalate needs an LSC instead ! * Update WerkstoffMaterialPool.java * Update WerkstoffMaterialPool.java * update * if a material was renamed you need to check the usage --------- Co-authored-by: Martin Robertz <[email protected]>
- Loading branch information
1 parent
17fa6ba
commit cfdc7a5
Showing
7 changed files
with
19 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// Add your dependencies here | ||
|
||
dependencies { | ||
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.130:dev') | ||
implementation('com.github.GTNewHorizons:GTplusplus:1.11.49:dev') | ||
implementation('com.github.GTNewHorizons:GoodGenerator:0.8.18:dev') | ||
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.46.05:dev') | ||
implementation('com.github.GTNewHorizons:GTplusplus:1.12.2:dev') | ||
implementation('com.github.GTNewHorizons:GoodGenerator:0.9.1:dev') | ||
} |
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
Binary file not shown.
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