1
1
package gregtech .api .util ;
2
2
3
3
import static gregtech .api .enums .GT_Values .E ;
4
- import static gregtech .api .enums .GT_Values .RES_PATH_GUI ;
5
- import static gregtech .api .enums .Mods .GTPlusPlus ;
6
4
import static net .minecraft .util .EnumChatFormatting .GRAY ;
7
5
8
6
import java .util .ArrayList ;
@@ -146,7 +144,7 @@ public static class GTPP_Recipe_Map {
146
144
"gtpp.recipe.cokeoven" ,
147
145
"Coke Oven" ,
148
146
null ,
149
- RES_PATH_GUI + "basicmachines/Dehydrator " ,
147
+ " " ,
150
148
2 ,
151
149
9 ,
152
150
1 ,
@@ -162,7 +160,7 @@ public static class GTPP_Recipe_Map {
162
160
"gtpp.recipe.matterfab2" ,
163
161
"Matter Fabricator" ,
164
162
null ,
165
- RES_PATH_GUI + "basicmachines/Default " ,
163
+ " " ,
166
164
2 ,
167
165
0 ,
168
166
0 ,
@@ -179,7 +177,7 @@ public static class GTPP_Recipe_Map {
179
177
"gtpp.recipe.rocketenginefuel" ,
180
178
"Rocket Engine Fuel" ,
181
179
null ,
182
- RES_PATH_GUI + "basicmachines/Default " ,
180
+ " " ,
183
181
0 ,
184
182
0 ,
185
183
0 ,
@@ -196,7 +194,7 @@ public static class GTPP_Recipe_Map {
196
194
"gtpp.recipe.quantumforcesmelter" ,
197
195
"Quantum Force Transformer" ,
198
196
null ,
199
- RES_PATH_GUI + "basicmachines/LCRNEI " ,
197
+ " " ,
200
198
6 ,
201
199
6 ,
202
200
1 ,
@@ -214,7 +212,7 @@ public static class GTPP_Recipe_Map {
214
212
"gtpp.recipe.geothermalfuel" ,
215
213
"GeoThermal Fuel" ,
216
214
null ,
217
- RES_PATH_GUI + "basicmachines/Default " ,
215
+ " " ,
218
216
1 ,
219
217
1 ,
220
218
0 ,
@@ -230,7 +228,7 @@ public static class GTPP_Recipe_Map {
230
228
"gtpp.recipe.chemicaldehydrator" ,
231
229
"Dehydrator" ,
232
230
null ,
233
- RES_PATH_GUI + "basicmachines/Dehydrator " ,
231
+ " " ,
234
232
2 ,
235
233
9 ,
236
234
0 ,
@@ -246,7 +244,7 @@ public static class GTPP_Recipe_Map {
246
244
"gtpp.recipe.vacfurnace" ,
247
245
"Vacuum Furnace" ,
248
246
null ,
249
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
247
+ " " ,
250
248
9 ,
251
249
9 ,
252
250
1 ,
@@ -262,7 +260,7 @@ public static class GTPP_Recipe_Map {
262
260
"gtpp.recipe.alloyblastsmelter" ,
263
261
"Alloy Blast Smelter" ,
264
262
null ,
265
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
263
+ " " ,
266
264
9 ,
267
265
9 ,
268
266
1 ,
@@ -278,7 +276,7 @@ public static class GTPP_Recipe_Map {
278
276
"gtpp.recipe.steamturbinefuel" ,
279
277
"GeoThermal Fuel" ,
280
278
null ,
281
- RES_PATH_GUI + "basicmachines/Default " ,
279
+ " " ,
282
280
1 ,
283
281
1 ,
284
282
0 ,
@@ -296,7 +294,7 @@ public static class GTPP_Recipe_Map {
296
294
"gtpp.recipe.lftr" ,
297
295
"Liquid Fluoride Thorium Reactor" ,
298
296
null ,
299
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
297
+ " " ,
300
298
0 ,
301
299
0 ,
302
300
0 ,
@@ -321,7 +319,7 @@ public static class GTPP_Recipe_Map {
321
319
"gtpp.recipe.nuclearsaltprocessingplant" ,
322
320
"Nuclear Salt Processing Plant" ,
323
321
null ,
324
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
322
+ " " ,
325
323
0 ,
326
324
6 ,
327
325
0 ,
@@ -339,7 +337,7 @@ public static class GTPP_Recipe_Map {
339
337
"gtpp.recipe.oremill" ,
340
338
"Milling" ,
341
339
null ,
342
- RES_PATH_GUI + "basicmachines/LFTR " ,
340
+ " " ,
343
341
3 ,
344
342
3 ,
345
343
1 ,
@@ -377,7 +375,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
377
375
"gtpp.recipe.fissionfuel" ,
378
376
"Nuclear Fuel Processing" ,
379
377
null ,
380
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
378
+ " " ,
381
379
0 ,
382
380
0 ,
383
381
0 ,
@@ -395,7 +393,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
395
393
"gtpp.recipe.coldtrap" ,
396
394
"Cold Trap" ,
397
395
null ,
398
- RES_PATH_GUI + "basicmachines/Dehydrator " ,
396
+ " " ,
399
397
2 ,
400
398
9 ,
401
399
0 ,
@@ -413,7 +411,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
413
411
"gtpp.recipe.reactorprocessingunit" ,
414
412
"Reactor Processing Unit" ,
415
413
null ,
416
- RES_PATH_GUI + "basicmachines/Dehydrator " ,
414
+ " " ,
417
415
2 ,
418
416
9 ,
419
417
0 ,
@@ -431,7 +429,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
431
429
"gtpp.recipe.simplewasher" ,
432
430
"Simple Dust Washer" ,
433
431
null ,
434
- RES_PATH_GUI + "basicmachines/PotionBrewer " ,
432
+ " " ,
435
433
1 ,
436
434
1 ,
437
435
0 ,
@@ -450,7 +448,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
450
448
"gtpp.recipe.moleculartransformer" ,
451
449
"Molecular Transformer" ,
452
450
null ,
453
- RES_PATH_GUI + "basicmachines/Scanner " ,
451
+ " " ,
454
452
1 ,
455
453
1 ,
456
454
0 ,
@@ -468,7 +466,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
468
466
"gtpp.recipe.elementaldupe" ,
469
467
"Elemental Duplicator" ,
470
468
null ,
471
- RES_PATH_GUI + "basicmachines/Replicator " ,
469
+ " " ,
472
470
1 ,
473
471
1 ,
474
472
0 ,
@@ -485,7 +483,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
485
483
"gtpp.recipe.fluidchemicaleactor" ,
486
484
"Chemical Plant" ,
487
485
null ,
488
- GTPlusPlus . ID + ":textures/gui/FluidReactor " ,
486
+ " " ,
489
487
4 ,
490
488
4 ,
491
489
0 ,
@@ -503,7 +501,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
503
501
"gtpp.recipe.RTGgenerators" ,
504
502
"RTG" ,
505
503
null ,
506
- "gregtech:textures/gui/basicmachines/Default " ,
504
+ "" ,
507
505
1 ,
508
506
0 ,
509
507
0 ,
@@ -521,7 +519,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
521
519
"gtpp.recipe.thermalgeneratorfuel" ,
522
520
"Thermal Generator Fuel" ,
523
521
null ,
524
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
522
+ " " ,
525
523
9 ,
526
524
9 ,
527
525
0 ,
@@ -539,7 +537,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
539
537
"gtpp.recipe.solartower" ,
540
538
"Solar Tower" ,
541
539
null ,
542
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
540
+ " " ,
543
541
0 ,
544
542
0 ,
545
543
0 ,
@@ -561,7 +559,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
561
559
"gtpp.recipe.cyclotron" ,
562
560
"COMET - Compact Cyclotron" ,
563
561
null ,
564
- RES_PATH_GUI + "basicmachines/BlastSmelter " ,
562
+ " " ,
565
563
9 ,
566
564
9 ,
567
565
0 ,
@@ -579,7 +577,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
579
577
"gtpp.recipe.slowfusionreactor" ,
580
578
"Mimir - Slow Fusion" ,
581
579
null ,
582
- "gregtech:textures/gui/basicmachines/LFTR " ,
580
+ "" ,
583
581
0 ,
584
582
0 ,
585
583
0 ,
@@ -591,31 +589,13 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
591
589
true ,
592
590
true ).useModularUI (true );
593
591
594
- // Component Assembler
595
- public static final GT_Recipe_Map sComponentAssemblerRecipes = new GT_Recipe_Map_Assembler (
596
- new HashSet <>(300 ),
597
- "gtpp.recipe.componentassembler" ,
598
- "Component Assembler" ,
599
- null ,
600
- RES_PATH_GUI + "basicmachines/Assembler" ,
601
- 6 ,
602
- 1 ,
603
- 1 ,
604
- 0 ,
605
- 1 ,
606
- E ,
607
- 1 ,
608
- E ,
609
- true ,
610
- true ).useModularUI (true );
611
-
612
592
// Special Maps for Multis
613
593
public static final GT_Recipe_Map sFishPondRecipes = new GT_Recipe_Map (
614
594
new HashSet <>(3 ),
615
595
"gtpp.recipe.fishpond" ,
616
596
"Zhuhai - Fishing Port" ,
617
597
null ,
618
- RES_PATH_GUI + "basicmachines/PotionBrewer " ,
598
+ " " ,
619
599
1 ,
620
600
1 ,
621
601
0 ,
@@ -632,7 +612,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
632
612
"gtpp.recipe.spargetower" ,
633
613
"Sparging" ,
634
614
null ,
635
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
615
+ " " ,
636
616
9 ,
637
617
9 ,
638
618
0 ,
@@ -649,7 +629,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
649
629
"gtpp.recipe.cryogenicfreezer" ,
650
630
"Cryogenic Freezer" ,
651
631
null ,
652
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
632
+ " " ,
653
633
1 ,
654
634
1 ,
655
635
0 ,
@@ -665,7 +645,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
665
645
"gtpp.recipe.multicentrifuge" ,
666
646
"Multiblock Centrifuge" ,
667
647
null ,
668
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
648
+ " " ,
669
649
6 ,
670
650
6 ,
671
651
0 ,
@@ -682,7 +662,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
682
662
"gtpp.recipe.multielectro" ,
683
663
"Multiblock Electrolyzer" ,
684
664
null ,
685
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
665
+ " " ,
686
666
6 ,
687
667
6 ,
688
668
0 ,
@@ -701,7 +681,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
701
681
"gtpp.recipe.temp4" ,
702
682
"temp4" ,
703
683
null ,
704
- RES_PATH_GUI + "basicmachines/PotionBrewer " ,
684
+ " " ,
705
685
0 ,
706
686
0 ,
707
687
0 ,
@@ -717,7 +697,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
717
697
"gtpp.recipe.multimixer" ,
718
698
"Multiblock Mixer" ,
719
699
null ,
720
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
700
+ " " ,
721
701
9 ,
722
702
9 ,
723
703
0 ,
@@ -735,7 +715,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
735
715
"gtpp.recipe.multidehydrator" ,
736
716
"Multiblock Dehydrator" ,
737
717
null ,
738
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
718
+ " " ,
739
719
6 ,
740
720
9 ,
741
721
0 ,
@@ -753,7 +733,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
753
733
"gtpp.recipe.semifluidgeneratorfuels" ,
754
734
"Semifluid Generator Fuels" ,
755
735
null ,
756
- RES_PATH_GUI + "basicmachines/Default " ,
736
+ " " ,
757
737
0 ,
758
738
0 ,
759
739
0 ,
@@ -771,7 +751,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
771
751
"gtpp.recipe.flotationcell" ,
772
752
"Flotation Cell" ,
773
753
null ,
774
- RES_PATH_GUI + "basicmachines/LFTR " ,
754
+ " " ,
775
755
6 ,
776
756
0 ,
777
757
1 ,
@@ -789,7 +769,7 @@ protected void drawNEIOverlayForInput(FixedPositionedStack stack) {
789
769
"gtpp.recipe.treefarm" ,
790
770
"Tree Growth Simulator" ,
791
771
null ,
792
- RES_PATH_GUI + "basicmachines/FissionFuel " ,
772
+ " " ,
793
773
1 ,
794
774
2 ,
795
775
1 ,
@@ -810,6 +790,7 @@ protected void drawNEIDurationInfo(NEIRecipeInfo recipeInfo) {}
810
790
@ Override
811
791
protected List <String > handleNEIItemOutputTooltip (List <String > currentTip , FixedPositionedStack pStack ) {
812
792
if (ModItems .fluidFertBasic != null && pStack .isChanceBased ()) {
793
+ // noinspection deprecation
813
794
currentTip
814
795
.add (GRAY + "Outputted if " + ModItems .fluidFertBasic .getLocalizedName () + " is provided" );
815
796
} else {
@@ -824,6 +805,7 @@ protected void drawNEIOverlayForOutput(FixedPositionedStack stack) {}
824
805
List <String > result = new ArrayList <>();
825
806
if (ModItems .fluidFertBasic != null ) {
826
807
result .add ("The sapling is not consumed." );
808
+ // noinspection deprecation
827
809
result .add ("If " + ModItems .fluidFertBasic .getLocalizedName () + " is provided," );
828
810
result .add ("Saplings are made instead" );
829
811
}
0 commit comments