aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
diff options
context:
space:
mode:
authorCaedis <Caedis@users.noreply.github.com>2024-01-08 13:14:50 -0600
committerGitHub <noreply@github.com>2024-01-08 13:14:50 -0600
commit2e7625ffed587d930afda7692db0c478e430a8c2 (patch)
treeb5acaeab8d28bfbf7f1ea3254c35be1ff0097b30 /src/main/java/gregtech/common
parent578c770e3e72ea205290c7f32cc4276a89096382 (diff)
downloadGT5-Unofficial-2e7625ffed587d930afda7692db0c478e430a8c2.tar.gz
GT5-Unofficial-2e7625ffed587d930afda7692db0c478e430a8c2.tar.bz2
GT5-Unofficial-2e7625ffed587d930afda7692db0c478e430a8c2.zip
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)
Diffstat (limited to 'src/main/java/gregtech/common')
-rw-r--r--src/main/java/gregtech/common/items/GT_MetaGenerated_Item_02.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_02.java b/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_02.java
index 1c4556b5a3..9edb6b912a 100644
--- a/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_02.java
+++ b/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_02.java
@@ -2212,10 +2212,10 @@ public class GT_MetaGenerated_Item_02 extends GT_MetaGenerated_Item_X32 {
new TC_Aspects.TC_AspectStack(TC_Aspects.MESSIS, 1L),
new TC_Aspects.TC_AspectStack(TC_Aspects.HERBA, 1L),
new TC_Aspects.TC_AspectStack(TC_Aspects.FAMES, 1L)));
- ItemList.Crop_Drop_Rape.set(
+ ItemList.Crop_Drop_Canola.set(
addItem(
tLastID = 557,
- "Rape",
+ "Canola",
"Time to oil up!",
new TC_Aspects.TC_AspectStack(TC_Aspects.MESSIS, 1L),
new TC_Aspects.TC_AspectStack(TC_Aspects.HERBA, 1L),
@@ -2615,7 +2615,7 @@ public class GT_MetaGenerated_Item_02 extends GT_MetaGenerated_Item_X32 {
.addTo(compressorRecipes);
GT_Values.RA.stdBuilder()
- .itemInputs(ItemList.Crop_Drop_Rape.get(4L))
+ .itemInputs(ItemList.Crop_Drop_Canola.get(4L))
.itemOutputs(ItemList.IC2_PlantballCompressed.get(1L))
.duration(15 * SECONDS)
.eut(2)