aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorchochem <40274384+chochem@users.noreply.github.com>2023-08-08 21:39:10 +0100
committerGitHub <noreply@github.com>2023-08-08 22:39:10 +0200
commit03ca60ddc5a1062a30db8a046065a29327d0d7bd (patch)
treee8d17f10428f425358da83a3a656e1543d0ac32f /src
parent5cf7984b470a20be1bb5bd52c648701681820b97 (diff)
downloadGT5-Unofficial-03ca60ddc5a1062a30db8a046065a29327d0d7bd.tar.gz
GT5-Unofficial-03ca60ddc5a1062a30db8a046065a29327d0d7bd.tar.bz2
GT5-Unofficial-03ca60ddc5a1062a30db8a046065a29327d0d7bd.zip
fix Refractory Capsule (#2219)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gregtech/loaders/postload/recipes/ExtruderRecipes.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/postload/recipes/ExtruderRecipes.java b/src/main/java/gregtech/loaders/postload/recipes/ExtruderRecipes.java
index 200aa915e2..8203593551 100644
--- a/src/main/java/gregtech/loaders/postload/recipes/ExtruderRecipes.java
+++ b/src/main/java/gregtech/loaders/postload/recipes/ExtruderRecipes.java
@@ -23,7 +23,7 @@ public class ExtruderRecipes implements Runnable {
GT_Values.RA.stdBuilder()
.itemInputs(ItemList.FR_RefractoryWax.get(1L), ItemList.Shape_Extruder_Cell.get(0L))
- .itemOutputs(ItemList.FR_WaxCapsule.get(1L))
+ .itemOutputs(ItemList.FR_RefractoryCapsule.get(1L))
.noFluidInputs()
.noFluidOutputs()
.duration(6 * SECONDS + 8 * TICKS)