Skip to content

Commit

Permalink
Removing MT Script (#10891)
Browse files Browse the repository at this point in the history
* Removing MT Script

removed MT script for removing fluid manipulator recipe in order for the new YOTTANK recipes to work

* Added new Gregy Recipe for Fluid Manipulator
  • Loading branch information
Runakai1 authored Aug 1, 2022
1 parent ad8790d commit bb8104d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions scripts/Galacticraft.zs
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,12 @@ recipes.remove(<GalacticraftMars:item.itemBasicAsteroids:1>);
// --- Heavy Nose Cone
recipes.remove(<GalacticraftMars:item.heavyNoseCone>);

// --- Fluid Manipulator
recipes.remove(<GalacticraftMars:item.null:6>);

// --- Red Core
recipes.remove(<GalacticraftMars:item.itemBasicAsteroids:8>);

// --- Fluid Manipulator
recipes.remove(<GalacticraftMars:item.null:6>);

// --- Energy Beam Reflector
recipes.remove(<GalacticraftMars:tile.beamReflector>);

Expand Down Expand Up @@ -1087,6 +1087,12 @@ recipes.addShaped(<GalacticraftMars:item.itemBasicAsteroids:8>, [
[CompressedIron, <ore:lensDiamond>, CompressedIron],
[<ore:ringRedAlloy>, CompressedIron, <ore:ringRedAlloy>]]);

// --- Fluid Manipulator
recipes.addShaped(<GalacticraftMars:item.null:6>, [
[<gregtech:gt.metaitem.01:32612>, <gregtech:gt.blockmachines:5135>, <gregtech:gt.metaitem.01:32612>],
[<gregtech:gt.blockmachines:5135>, <GalacticraftCore:item.oilCanisterPartial:1001>, <gregtech:gt.blockmachines:5135>],
[<gregtech:gt.metaitem.01:32612>, <gregtech:gt.blockmachines:5135>, <gregtech:gt.metaitem.01:32612>]]);

// --- Energy Beam Reflector
recipes.addShaped(<GalacticraftMars:tile.beamReflector>, [
[DeshRing, <GalacticraftMars:item.itemBasicAsteroids:8>, DeshRing],
Expand Down

0 comments on commit bb8104d

Please sign in to comment.