Skip to content

Commit

Permalink
Adjust recipes for the accumulator pack & magnet
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Jan 7, 2024
1 parent 89f79bb commit 4713f3e
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,7 @@ private void recipesMetalDevices(@Nonnull Consumer<FinishedRecipe> out)
.pattern("wiw")
.pattern("pwp")
.define('w', Misc.WIRE_COILS.get(WireType.COPPER))
.define('p', IETags.getTagsFor(EnumMetals.STEEL).plate)
.define('p', IETags.steelRod)
.define('i', IETags.getTagsFor(EnumMetals.IRON).ingot)
.define('c', Ingredients.COMPONENT_ELECTRONIC)
.unlockedBy("has_"+toPath(Ingredients.COMPONENT_ELECTRONIC), has(Ingredients.COMPONENT_ELECTRONIC))
Expand Down Expand Up @@ -3005,19 +3005,21 @@ private void recipesIngredients(@Nonnull Consumer<FinishedRecipe> out)
.save(out, toRL(toPath(Misc.TOOL_UPGRADES.get(ToolUpgrade.POWERPACK_INDUCTION))));
shapedMisc(Misc.TOOL_UPGRADES.get(ToolUpgrade.POWERPACK_TESLA))
.pattern("iii")
.pattern("cfc")
.pattern("cec")
.pattern("wfw")
.pattern("wew")
.define('i', IETags.getTagsFor(EnumMetals.ALUMINUM).plate)
.define('f', WoodenDecoration.TREATED_FENCE)
.define('c', IETags.electrumWire)
.define('w', Misc.WIRE_COILS.get(WireType.ELECTRUM))
.define('e', Ingredients.COMPONENT_ELECTRONIC_ADV)
.unlockedBy("has_powerpack", has(Misc.POWERPACK))
.save(out, toRL(toPath(Misc.TOOL_UPGRADES.get(ToolUpgrade.POWERPACK_TESLA))));
shapedMisc(Misc.TOOL_UPGRADES.get(ToolUpgrade.POWERPACK_MAGNET))
.pattern("wew")
.pattern("rer")
.pattern("wiw")
.define('w', IETags.copperWire)
.define('e', Ingredients.COMPONENT_ELECTRONIC)
.pattern(" w ")
.define('r', IETags.steelRod)
.define('w', Misc.WIRE_COILS.get(WireType.COPPER))
.define('e', Ingredients.COMPONENT_ELECTRONIC_ADV)
.define('i', IETags.getTagsFor(EnumMetals.IRON).ingot)
.unlockedBy("has_powerpack", has(Misc.POWERPACK))
.save(out, toRL(toPath(Misc.TOOL_UPGRADES.get(ToolUpgrade.POWERPACK_MAGNET))));
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Note that you can not use the <link;charging_station;Charging Station> to charge
<&antenna>By attaching a §2Charging Antenna§r to the backpack, you can charge its accumulator on the go! Simply walk underneath an <link;wiring;un-insulated powerline;wire_recipes> to have the antenna connect to it.<br>
While you remain close enough to the wire, the antenna will flex and stay connected, slowly charging the accumulator from the wire network.<np>
<&induction>The §2Induction Charger§r allows the accumulator pack to charge all the items in your inventory instead of just those in your hands. Due to not using a direct wired connection however, this charging is much slower.<np>
<&magnet>The §2Portable Electromagnet§r is designed to attract nearby items to the user, allowing them to be easily picked up. This consumes energy from the installed accumulator, but only while items are being moved.<np>
<&magnet>The §2Portable Electromagnet§r is a specialized version of the <link;electromagnet;larger block>, designed to attract nearby items to the user, allowing them to be easily picked up. Thanks to improved circuitry, this upgrade only consumes energy while items are being moved.<np>
<&tesla>As its name may suggest, the §2Miniaturized Tesla Coil§r is much like its <link;tesla_coil;larger sister>, a device that delivers dangerous shocks to nearby targets. It does so in response to the wearer being attacked, thus substituting thorny armor for electricity.
<br>Due to attaching at the top of the backpack, the coil can not be used at the same time as the Charging Antenna.

0 comments on commit 4713f3e

Please sign in to comment.