aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/goodgenerator/crossmod
diff options
context:
space:
mode:
authorGDCloud <93287602+GDCloudstrike@users.noreply.github.com>2023-04-15 22:12:58 +0200
committerGitHub <noreply@github.com>2023-04-15 21:12:58 +0100
commit2698718434f34a845b942c2adf1a325f61f43bf5 (patch)
tree8ede59f9074d74fd3abf2c4deb69bb1d85e0568c /src/main/java/goodgenerator/crossmod
parent2715d7bfff88439ff0e0748841ffae9b65d68ecd (diff)
downloadGT5-Unofficial-2698718434f34a845b942c2adf1a325f61f43bf5.tar.gz
GT5-Unofficial-2698718434f34a845b942c2adf1a325f61f43bf5.tar.bz2
GT5-Unofficial-2698718434f34a845b942c2adf1a325f61f43bf5.zip
Re-enable compact mk5 + adjust mk4 (#155)
* bump dep * nei catalyst * change mk5 blocks * mk5 recipes * right texture * adjust mk4 recipes + mk5 disassembly * bump dep again * update coremod dep * update buildscript * update bartworks dep * update dep file * update bs * merge conflict * ++ dep * nei catalyst * change mk5 blocks * mk5 recipes * right texture * adjust mk4 recipes + mk5 disassembly * ++ dep * no complex fusion * fix mk4 casing * move to research station + fix oredict issue --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/goodgenerator/crossmod')
-rw-r--r--src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java b/src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java
index 8035e6db8c..863e18fe92 100644
--- a/src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java
+++ b/src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java
@@ -23,18 +23,8 @@ public class IMCForNEI {
sendCatalyst("gt.recipe.fusionreactor", "gregtech:gt.blockmachines:32021", -10);
if (LoadedList.GTPP) {
sendCatalyst("gt.recipe.fusionreactor", "gregtech:gt.blockmachines:32022", -10);
+ sendCatalyst("gt.recipe.fusionreactor", "gregtech:gt.blockmachines:32023", -10);
}
- // sendCatalyst("gt.recipe.fusionreactor", "gregtech:gt.blockmachines:32023", -10); // Compact Fusion
- // MK-V
-
- sendCatalyst("gt.recipe.complexfusionreactor", "gregtech:gt.blockmachines:32019", -10);
- sendCatalyst("gt.recipe.complexfusionreactor", "gregtech:gt.blockmachines:32020", -10);
- sendCatalyst("gt.recipe.complexfusionreactor", "gregtech:gt.blockmachines:32021", -10);
- if (LoadedList.GTPP) {
- sendCatalyst("gt.recipe.complexfusionreactor", "gregtech:gt.blockmachines:32022", -10);
- }
- // sendCatalyst("gt.recipe.complexfusionreactor", "gregtech:gt.blockmachines:32023", -10); // Compact
- // Fusion MK-V
sendHandler("gg.recipe.componentassemblyline", "gregtech:gt.blockmachines:32026", 2);
sendCatalyst("gg.recipe.componentassemblyline", "gregtech:gt.blockmachines:32026");