aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech
diff options
context:
space:
mode:
authorGDCloud <93287602+GDCloudstrike@users.noreply.github.com>2024-09-09 02:45:18 +0200
committerGitHub <noreply@github.com>2024-09-09 00:45:18 +0000
commit86913e8edaaefc169d55f073b970f5e8302306c0 (patch)
tree07e363dc6ef80d4362b1d80ad55dbc73d52adfa0 /src/main/java/gtPlusPlus/xmod/gregtech
parente37dd40d641add25c5041a4907954dc2b925aa1a (diff)
downloadGT5-Unofficial-86913e8edaaefc169d55f073b970f5e8302306c0.tar.gz
GT5-Unofficial-86913e8edaaefc169d55f073b970f5e8302306c0.tar.bz2
GT5-Unofficial-86913e8edaaefc169d55f073b970f5e8302306c0.zip
Fix wrong packager recipes (#3131)
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGenDustGeneration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGenDustGeneration.java b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGenDustGeneration.java
index 4c77e31cbb..62fd4d39b1 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGenDustGeneration.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGenDustGeneration.java
@@ -392,7 +392,7 @@ public class RecipeGenDustGeneration extends RecipeGenBase {
// Tiny Dust
GTValues.RA.stdBuilder()
- .itemInputs(GTUtility.copyAmount(4, aMatInfo.getTinyDust(9)), ItemList.Schematic_Dust.get(0))
+ .itemInputs(GTUtility.copyAmount(9, aMatInfo.getTinyDust(9)), ItemList.Schematic_Dust.get(0))
.itemOutputs(aMatInfo.getDust(1))
.duration(5 * SECONDS)
.eut(4)