Skip to content

Commit

Permalink
Change circuit for sludge reprocessing, fixes #58
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Oct 7, 2023
1 parent cb623b9 commit 38e0bfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1690966774
//version: 1695527071
/*
* DO NOT CHANGE THIS FILE!
* Also, you may replace this file at any time if there is an update available.
Expand All @@ -24,9 +24,9 @@ plugins {
id 'eclipse'
id 'maven-publish'
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.7'
id 'com.gtnewhorizons.retrofuturagradle' version '1.3.23'
id 'net.darkhax.curseforgegradle' version '1.0.14' apply false
id 'com.modrinth.minotaur' version '2.8.0' apply false
id 'com.gtnewhorizons.retrofuturagradle' version '1.3.24'
id 'net.darkhax.curseforgegradle' version '1.1.16' apply false
id 'com.modrinth.minotaur' version '2.8.4' apply false
id 'com.diffplug.spotless' version '6.13.0' apply false
id 'com.palantir.git-version' version '3.0.0' apply false
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public static void init() {
.fluidOutputs(Methane.getFluid(8000))
.input(dust, Calcite, 3)
.notConsumable(CARBON_MESH)
.notConsumable(new IntCircuitIngredient(1))
.notConsumable(new IntCircuitIngredient(2))
.buildAndRegister();
}

Expand Down

0 comments on commit 38e0bfd

Please sign in to comment.