-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Re-added Laser Drill integration, since Industrial Foregoing now uses JSON files for all the entries, all files are now loaded to the same directory as the default file. If you disable the integration for a mod via config, the file will be deleted on load as well - Added NuclearCraft integration, closes #38
- Loading branch information
Showing
33 changed files
with
1,295 additions
and
153 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
156 changes: 94 additions & 62 deletions
156
src/main/java/jackyy/integrationforegoing/integration/Integrations.java
Large diffs are not rendered by default.
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
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
12 changes: 12 additions & 0 deletions
12
...ava/jackyy/integrationforegoing/integration/laserdrill/LaserDrillHandlerNuclearCraft.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package jackyy.integrationforegoing.integration.laserdrill; | ||
|
||
import jackyy.integrationforegoing.util.ModNames; | ||
import jackyy.integrationforegoing.util.ModUtils; | ||
|
||
public class LaserDrillHandlerNuclearCraft { | ||
|
||
public static void init() { | ||
ModUtils.loadLaserDrillFile(ModNames.NUCLEARCRAFT); | ||
} | ||
|
||
} |
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
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
15 changes: 15 additions & 0 deletions
15
src/main/resources/assets/integrationforegoing/actuallyadditions_ores.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,15 @@ | ||
[ | ||
{ | ||
"item" : "actuallyadditions:block_misc:3", | ||
"color" : 15, | ||
"rarity" : [ | ||
{ | ||
"whitelist": "", | ||
"blacklist": "minecraft:hell, minecraft:sky", | ||
"depth_min": 0, | ||
"depth_max": 255, | ||
"weight": 6 | ||
} | ||
] | ||
} | ||
] |
28 changes: 28 additions & 0 deletions
28
src/main/resources/assets/integrationforegoing/appliedenergistics2_ores.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,28 @@ | ||
[ | ||
{ | ||
"item" : "appliedenergistics2:quartz_ore:0", | ||
"color" : 8, | ||
"rarity" : [ | ||
{ | ||
"whitelist": "", | ||
"blacklist": "minecraft:hell, minecraft:sky", | ||
"depth_min": 0, | ||
"depth_max": 255, | ||
"weight": 2 | ||
} | ||
] | ||
}, | ||
{ | ||
"item" : "appliedenergistics2:charged_quartz_ore:0", | ||
"color" : 8, | ||
"rarity" : [ | ||
{ | ||
"whitelist": "", | ||
"blacklist": "minecraft:hell, minecraft:sky", | ||
"depth_min": 0, | ||
"depth_max": 255, | ||
"weight": 1 | ||
} | ||
] | ||
} | ||
] |
41 changes: 41 additions & 0 deletions
41
src/main/resources/assets/integrationforegoing/astralsorcery_ores.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,41 @@ | ||
[ | ||
{ | ||
"item" : "astralsorcery:blockcustomore:0", | ||
"color" : 0, | ||
"rarity" : [ | ||
{ | ||
"whitelist": "", | ||
"blacklist": "minecraft:hell, minecraft:sky", | ||
"depth_min": 0, | ||
"depth_max": 255, | ||
"weight": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"item" : "astralsorcery:blockcustomore:1", | ||
"color" : 11, | ||
"rarity" : [ | ||
{ | ||
"whitelist": "", | ||
"blacklist": "minecraft:hell, minecraft:sky", | ||
"depth_min": 0, | ||
"depth_max": 255, | ||
"weight": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"item" : "astralsorcery:blockcustomsandore:0", | ||
"color" : 3, | ||
"rarity" : [ | ||
{ | ||
"whitelist": "", | ||
"blacklist": "minecraft:hell, minecraft:sky", | ||
"depth_min": 0, | ||
"depth_max": 255, | ||
"weight": 2 | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.