Skip to content

Commit

Permalink
Fixes from Blu's discord comments
Browse files Browse the repository at this point in the history
  • Loading branch information
voidsong-dragonfly committed Mar 20, 2024
1 parent bc5bb28 commit e74c9db
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public class ManualHelper
public static String CAT_ELECTRICAL_GRIDS = "electrical_grids";
public static String CAT_EXPLOSIVES_WEAPONRY = "explosives_weaponry";
public static String CAT_TOOLS = "tools";
public static String CAT_DEVICES = "devices";
public static String CAT_SIMPLE_MACHINERY = "simple_machinery";
public static String CAT_LARGE_FURNACES_OVENS = "large_furnaces_ovens";
public static String CAT_HEAVY_MACHINERY = "heavy_machinery";
public static String CAT_UPDATE = "update";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,8 @@
"manual.immersiveengineering.electrical_grids": "Electrical Grids",
"manual.immersiveengineering.explosives_weaponry": "Explosives & Weaponry",
"manual.immersiveengineering.tools": "Tools",
"manual.immersiveengineering.devices": "Devices",
"manual.immersiveengineering.simple_machinery": "Simple Machinery",
"manual.immersiveengineering.large_furnaces_ovens": "Large Furnaces & Ovens",
"manual.immersiveengineering.heavy_machinery": "Heavy Machinery",
"manual.immersiveengineering.test": "A subcategory!?",
"desc.immersiveengineering.info.shader.details.rosequartz": "First shader ever made!<br>No direct reference, though the name itself was inspired by a character in the „Inkheart“ series of novels",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"ores",
"industrial_hemp",
"industrial_dyes",
"duroplast"
"crafting_components",
"resin_and_duroplast"
]
},
"workbenches_storage": {
Expand All @@ -30,10 +31,11 @@
"electrical_grids": {
"category_weight": 30,
"entry_list": [
"grid_construction",
"basic_wiring",
"accumulators",
"breaker_switch",
"redstone_wiring",
"redstone_control",
"current_transformer",
"kinetic_dynamo",
"thermoelectric_generator",
"diesel_generator",
Expand Down Expand Up @@ -68,7 +70,7 @@
"shaders"
]
},
"devices": {
"simple_machinery": {
"category_weight": 60,
"entry_list": [
"turntable",
Expand All @@ -83,7 +85,7 @@
"charging_station"
]
},
"simple_machinery": {
"large_furnaces_ovens": {
"category_weight": 70,
"entry_list": [
"coke_oven",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"start": {
"mech_components": {
"type": "crafting",
"recipes": [
[
Expand All @@ -8,11 +8,7 @@
]
]
},
"create_bp": {
"type": "crafting",
"recipe": "crafting/blueprint_components"
},
"mech_components": {
"component_blueprint": {
"type": "blueprint",
"recipes": [
"blueprint/component_iron",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Crafting Components
Integral Pieces
Many machines and tools are constructed from various sub-components. Some of these you will have to use on a regular basis, detailed on the following pages.<br>
Simple components can be crafted in the regular §2Crafting Table§r, but advanced components will need the help of a <link;engineers_workbench;specialized workbench>.<np>
<&mech_components>The §2Iron§r and §2Steel Mechanical Components§r are integral to the majority of machinery large and small.<br>
As you will find yourself creating these components more frequently, it may be advisable to draft a <link;blueprints;Blueprint> for them.<np>
<&component_blueprint>
Instructions for drafting this blueprint can be found <link;blueprints;here;molds_components>.<br>
Using this blueprint in an <link;engineers_workbench;Engineer's Workbench> will allow you to construct simple components at a reduced cost.<br>
Blueprints are necessary for more advanced components, as detailed on the following pages.<np>
<&elec_components>§2Electronic Components§r are more complicated and less commonly used than their mechanical counterpart. They are however essential for any devices with an extended level of control such as the <link;item_batcher;Item Batcher> or <link;turrets;Turrets>.<np>
<&light_bulbs>§2Incandescent Light Bulbs§r are made of a carbonized bamboo or paper filament which produce light and warmth when powered. They are primarily used to craft <link;engineered_lighting;lanterns;electric_lantern>.<np>
<&tubes>Another, albeit less frequently used component are §2Vacuum Tubes§r. These expensive ingredients are used in <link;logic_circuits;logic circuits> and more complex electronic machinery.<np>
<&pcb>The §2Circuit Backplane§r is an insulated copper board that can have a variety of components soldered to it in order to create <link;logic_circuits;Logic Circuits>.


0 comments on commit e74c9db

Please sign in to comment.