Skip to content

Commit

Permalink
Add TODOs for non-cell recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Cysteine committed Apr 25, 2024
1 parent 997feb1 commit 0424528
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ enum RecipeMap {
PRECISION_LASER_ENGRAVER(RecipeMaps.laserEngraverRecipes, ItemList.Machine_HV_LaserEngraver,
"precisionlaserengraverlabel"),
MIXER(RecipeMaps.mixerRecipes, ItemList.Machine_HV_Mixer, "mixerlabel"),
/*
* TODO I think this is the multiblock mixer, from GT++? MIXER_NON_CELL(RecipeMaps.mixerNonCellRecipes,
* ItemList.Machine_HV_Mixer, "mixerlabel"),
*/
AUTOCLAVE(RecipeMaps.autoclaveRecipes, ItemList.Machine_HV_Autoclave, "autoclavelabel"),
ELECTROMAGNETIC_SEPARATOR(RecipeMaps.electroMagneticSeparatorRecipes,
ItemList.Machine_HV_ElectromagneticSeparator, "electromagneticseparatorlabel"),
Expand All @@ -136,7 +140,15 @@ enum RecipeMap {
UNPACKAGER(RecipeMaps.unpackagerRecipes, ItemList.Machine_HV_Unboxinator, "unpackagerlabel"),
FUSION_REACTOR(RecipeMaps.fusionRecipes, ItemList.FusionComputer_LuV, "fusionreactorlabel"),
CENTRIFUGE(RecipeMaps.centrifugeRecipes, ItemList.Machine_HV_Centrifuge, "centrifugelabel"),
/*
* TODO I think this is the multiblock centrifuge, from GT++? CENTRIFUGE_NON_CELL(
* RecipeMaps.centrifugeNonCellRecipes, ItemList.Machine_HV_Centrifuge, "centrifugelabel"),
*/
ELECTROLYZER(RecipeMaps.electrolyzerRecipes, ItemList.Machine_HV_Electrolyzer, "electrolyzerlabel"),
/*
* TODO I think this is the multiblock electrolyzer, from GT++? ELECTROLYZER_NON_CELL(
* RecipeMaps.electrolyzerNonCellRecipes, ItemList.Machine_HV_Electrolyzer, "electrolyzerlabel"),
*/
ELECTRIC_BLAST_FURNACE(RecipeMaps.blastFurnaceRecipes, ItemList.Machine_Multi_BlastFurnace,
"electricblastfurnacelabel"),
PLASMA_FORGE(RecipeMaps.plasmaForgeRecipes, ItemList.Machine_Multi_PlasmaForge, "plasmaforgelabel"),
Expand Down

0 comments on commit 0424528

Please sign in to comment.