From ec98d2c1c6c8e6261ced13afb8dc130c3c3400ca Mon Sep 17 00:00:00 2001 From: Stefhen Hovland Date: Mon, 17 Feb 2025 19:09:13 -0600 Subject: [PATCH] cleanup junk --- cables.md | 24 --------------- fluids.md | 89 ------------------------------------------------------- 2 files changed, 113 deletions(-) delete mode 100644 cables.md delete mode 100644 fluids.md diff --git a/cables.md b/cables.md deleted file mode 100644 index 3442a26..0000000 --- a/cables.md +++ /dev/null @@ -1,24 +0,0 @@ -# FTB Skies Expert - -```mermaid -%%{ -init: { -"flowchart":{ -"useMaxWidth": 0 -} -} -}%% - -graph LR - -quartz_fiber[Quartz Fiber] --> fluix_me_glass_cable[Fluix ME Glass Cable] -fluix_crystal[Fluix Crystal] --> fluix_me_glass_cable - -fluix_me_glass_cable --> dye[Dye] --> color_me_glass_cable[Color ME Glass Cable] - -color_me_glass_cable --> color_me_smart_cable[Color ME Smart Cable] -redstone[Redstone] --> color_me_smart_cable[Color ME Smart Cable] -glowstone[Glowstone] --> color_me_smart_cable[Color ME Smart Cable] - -color_me_smart_cable -->|4x| color_me_dense_smart_cable[Color ME Dense Smart Cable] -``` diff --git a/fluids.md b/fluids.md deleted file mode 100644 index 22f9305..0000000 --- a/fluids.md +++ /dev/null @@ -1,89 +0,0 @@ -# FTB Skies Expert - -```mermaid -%%{ -init: { -"flowchart":{ -"useMaxWidth": 0 -} -} -}%% - -graph LR - -subgraph Ethanol -spider_eye[Spider Eye] -->|Mixing| ethanol[Ethanol] -sugar[Sugar] -->|Mixing| ethanol -water[Water] -->|Mixing| ethanol -end - -subgraph Molten Silver -silver_ingot[Silver Ingot] -->|Magma Crucible| molten_silver -end - -subgraph Acetaldehyde -ethanol[Ethanol] -->|Advanced Mixer| acetaldehyde[Acetaldehyde] -molten_silver[Molten Silver] -->|Advanced Mixer| acetaldehyde -end - -subgraph Vegetable Oil -seeds[Seeds] -->|Compacting| vegetable_oil[Vegetable Oil] -end - -subgraph Biodiesel -ethanol -->|Mixing| biodiesel -vegetable_oil -->|Mixing| biodiesel -end - -subgraph Pink Slime -mob[Mob] -->|Mob Slaughter Factory| pink_slime[Pink Slime] -end - -subgraph Brine -salt[Salt] -->|Chemical Oxidizer| gaseous_brine[Gaseous Brine] -gaseous_brine -->|Condensentrating| brine[Brine] -end - -subgraph Sodium -brine -->|Electrolytic Separator| sodium[Sodium] -end - -subgraph Chlorine -brine -->|Electrolytic Separator| chlorine[Chlorine] -end - -subgraph Volatile Redstone -acetaldehyde -->|Fluid Mixer| volatile_redstone[Volatile Redstone] -redstone_dust[Redstone Dust] -->|Fluid Mixer| volatile_redstone[Volatile Redstone] -end - -subgraph Destabilized Redstone -volatile_redstone -->|Fractioning Still| destabilized_redstone[Destabilized Redstone] -end - -subgraph Redstone Acid -volatile_redstone -->|Fractioning Still| redstone_acid[Redstone Acid] -end - -subgraph Lubricant -biodiesel -->|Advanced Mixer| lubricant[Lubricant] -redstone_dust -->|Advanced Mixer| lubricant -end - -subgraph Force-Infused Biodiesel -biodiesel -->|Advanced Mixer| force_infused_biodiesel[Force-Infused Biodiesel] -force_gem[Force Gem] -->|Advanced Mixer| force_infused_biodiesel -end - -subgraph Liqueified Source -gaseous_source[Gaseous Source] -->|Condensentrating| liqueified_source[Liqueified Source] -end - -subgraph Crude Oil -black_laser_lens[Black Laser Lens] -->|Laser Drill Fluids| crude_oil[Crude Oil] -end - -subgraph Fuel -crude_oil -->|Advanced Mixer| fuel[Fuel] -end -```