Skip to content

Commit d1503e5

Browse files
authored
Update Tinted Glass assembler recipe (#802)
1 parent 8a238b7 commit d1503e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/dreammaster/gthandler/recipes/AssemblerRecipes.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -5576,8 +5576,8 @@ private void makeZTonesRecipes() {
55765576
for (int i = 0; i < ztoneVariants; i++) {
55775577
GT_Values.RA.stdBuilder()
55785578
.itemInputs(
5579-
GT_ModHandler.getModItem(ZTones.ID, "auroraBlock", 4L, 0),
5580-
new ItemStack(Blocks.glass, 1, 0),
5579+
GT_ModHandler.getModItem(ZTones.ID, "auroraBlock", 1L, 0),
5580+
new ItemStack(Blocks.glass, 4, 0),
55815581
GT_Utility.getIntegratedCircuit(i == 0 ? 24 : i))
55825582
.itemOutputs(GT_ModHandler.getModItem(ZTones.ID, "tile.glaxx", 8L, i)).duration(10 * SECONDS)
55835583
.eut(16).addTo(assemblerRecipes);

0 commit comments

Comments
 (0)