From 63b7b5e729befb284255539d49e914caea5cedca Mon Sep 17 00:00:00 2001 From: Gregorius Techneticies Date: Tue, 23 Apr 2024 04:06:10 +0200 Subject: [PATCH] changed the mercury tooltip XD --- src/main/java/gregtech/loaders/a/Loader_Fluids.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/gregtech/loaders/a/Loader_Fluids.java b/src/main/java/gregtech/loaders/a/Loader_Fluids.java index 84a1227de..b0d95f4fc 100644 --- a/src/main/java/gregtech/loaders/a/Loader_Fluids.java +++ b/src/main/java/gregtech/loaders/a/Loader_Fluids.java @@ -615,7 +615,7 @@ public void run() { new FoodStatDrink(FL.create("holywater" , "Holy Water" , MT.HolyWater , 1, 1000, 300, FluidsGT.SIMPLE, FluidsGT.ENCHANTED_EFFECT) , "May the holy Planks be with you" , 0, 0.0F , 10, C+30, 0.50F, 0, 0, 0, 0, 0, EnumAction.drink, T, F, F, Potion.poison .id, 100, 1, 100, PotionsGT.ID_INSANITY, 600, 1, 100).setMilk(); new FoodStatDrink(FL.create("glue" , "Glue" , MT.Glue , 1, 1000, 300, FluidsGT.SIMPLE) , "Do not eat!" , 1, 0.1F , 5, C+37, 0.50F, 0, 0, 0, 0, 0, EnumAction.eat , T, F, F, Potion.moveSlowdown .id, 400, 1, 90, Potion.digSlowdown.id, 400, 1, 90, PotionsGT.ID_STICKY, 300, 0, 90); new FoodStatDrink(FL.create("lubricant" , "Lubricant" , MT.Lubricant , 1) , "Industrial Use ONLY!" , 0, 0.0F , 0, C+37, 0.00F, 0, 0, 0, 0, 0, EnumAction.drink, T, F, F, PotionsGT.ID_SLIPPERY , 300, 1, 90); - new FoodStatDrink(FL.create("mercury" , "Mercury" , MT.Hg , 1, L , 300, FluidsGT.SIMPLE) , "Liquid Metal" , 0, 0.0F , 0, C+37, 0.00F, 0, 0, 0, 0, 0, EnumAction.drink, T, F, F, PotionsGT.ID_CONDUCTIVE , 300, 0, 90, Potion.poison .id,2000, 3, 100); + new FoodStatDrink(FL.create("mercury" , "Mercury" , MT.Hg , 1, L , 300, FluidsGT.SIMPLE) , "Essence of Immortality" , 0, 0.0F , 0, C+37, 0.00F, 0, 0, 0, 0, 0, EnumAction.drink, T, F, F, PotionsGT.ID_CONDUCTIVE , 300, 0, 90, Potion.poison .id,2000, 3, 100); new FoodStatDrink(FL.create("sluicejuice" , "Sluice Juice" , null , 1, 1000, 300, FluidsGT.SIMPLE) , "" , 0, 0.0F , 0, C+37, 0.00F, 0, 0, 0, 0, 0, EnumAction.drink, T, F, F, Potion.moveSlowdown .id,2000, 3, 100, Potion.poison .id, 100, 1, 100);