Skip to content

Commit

Permalink
fix rubber usage in cable recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
ursamina committed Sep 18, 2024
1 parent 20d96e9 commit b021f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubejs/server_scripts/appliedenergistics2/cables.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ ServerEvents.recipes((event) => {
event.recipes.gtceu
.assembler("gtceu:covered_fluix_mid")
.itemInputs("ae2:fluix_glass_cable")
.inputFluids("gtceu:styrene_butadiene_rubber 72")
.inputFluids("gtceu:styrene_butadiene_rubber 36")
.itemOutputs("ae2:fluix_covered_cable")
.duration(150)
.EUt(8);
event.recipes.gtceu
.assembler("gtceu:covered_fluix_best")
.itemInputs("ae2:fluix_glass_cable")
.inputFluids("gtceu:silicone_rubber 36")
.inputFluids("gtceu:silicone_rubber 72")
.itemOutputs("ae2:fluix_covered_cable")
.duration(150)
.EUt(8);
Expand Down

0 comments on commit b021f4e

Please sign in to comment.