-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use radox in GT5u * fix radox refs * bump deps --------- Co-authored-by: boubou19 <miisterunknown@gmail.com>
- Loading branch information
1 parent
ffa87da
commit f0a5f64
Showing
11 changed files
with
37 additions
and
98 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
3 changes: 2 additions & 1 deletion
3
src/main/java/com/dreammaster/gthandler/CoreMod_PCBFactory_MaterialLoader.java
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,10 +1,11 @@ | ||
package com.dreammaster.gthandler; | ||
|
||
import gregtech.api.enums.Materials; | ||
import gregtech.api.util.GT_PCBFactoryManager; | ||
|
||
public class CoreMod_PCBFactory_MaterialLoader { | ||
|
||
public static void init() { | ||
GT_PCBFactoryManager.addPlasticTier(GT_CoreModSupport.RadoxPolymer, 8); | ||
GT_PCBFactoryManager.addPlasticTier(Materials.RadoxPolymer, 8); | ||
} | ||
} |
58 changes: 0 additions & 58 deletions
58
src/main/java/com/dreammaster/gthandler/GT_CoreModSupport.java
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
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
Oops, something went wrong.