From 2e7625ffed587d930afda7692db0c478e430a8c2 Mon Sep 17 00:00:00 2001 From: Caedis Date: Mon, 8 Jan 2024 13:14:50 -0600 Subject: Canola is a better name than Rapeseed (id is staying the same) (#2443) Canola is a better name than Rapeseed (id is staying the same) --- .../java/gregtech/loaders/postload/recipes/FluidExtractorRecipes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gregtech/loaders/postload/recipes') diff --git a/src/main/java/gregtech/loaders/postload/recipes/FluidExtractorRecipes.java b/src/main/java/gregtech/loaders/postload/recipes/FluidExtractorRecipes.java index 11861a9618..54d81b3b8b 100644 --- a/src/main/java/gregtech/loaders/postload/recipes/FluidExtractorRecipes.java +++ b/src/main/java/gregtech/loaders/postload/recipes/FluidExtractorRecipes.java @@ -503,7 +503,7 @@ public class FluidExtractorRecipes implements Runnable { .addTo(fluidExtractionRecipes); GT_Values.RA.stdBuilder() - .itemInputs(ItemList.Crop_Drop_Rape.get(1)) + .itemInputs(ItemList.Crop_Drop_Canola.get(1)) .fluidOutputs(Materials.SeedOil.getFluid(125)) .duration(1 * SECONDS + 12 * TICKS) .eut(2) -- cgit