Skip to content

Commit b180f86

Browse files
author
Apop T. Osis
committed
Made Hub and Reciever controllers cheaper
1 parent 5a6c803 commit b180f86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/net/neganote/gtutilities/recipe/UtilRecipes.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public static void init(Consumer<FinishedRecipe> provider) {
5656
.inputItems(UtilMachines.WEB_MACHINE)
5757
.inputItems(TagPrefix.plate, GTMaterials.Neutronium, 32)
5858
.inputItems(SENSOR.get(GTValues.UV), 2)
59-
.inputItems(EMITTER.get(GTValues.UV), 16)
60-
.inputItems(FIELD_GENERATOR.get(GTValues.UV), 8)
59+
.inputItems(EMITTER.get(GTValues.UV), 8)
60+
.inputItems(FIELD_GENERATOR.get(GTValues.UV), 4)
6161
.inputItems(CustomTags.UHV_CIRCUITS, 4)
6262
.inputItems(TagPrefix.pipeLargeFluid, GTMaterials.Neutronium, 4)
6363
.inputItems(CABLE_QUAD.get(GTValues.UV), 16)
@@ -74,7 +74,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
7474
ASSEMBLY_LINE_RECIPES.recipeBuilder("web")
7575
.inputItems(GTMultiMachines.ACTIVE_TRANSFORMER)
7676
.inputItems(TagPrefix.plate, NaquadahAlloy, 8)
77-
.inputItems(SENSOR.get(UV), 8)
77+
.inputItems(SENSOR.get(UV), 4)
7878
.inputItems(EMITTER.get(UV), 1)
7979
.inputItems(CustomTags.UV_CIRCUITS, 1)
8080
.inputItems(TagPrefix.pipeLargeFluid, Naquadah, 1)

0 commit comments

Comments
 (0)