Skip to content

Commit

Permalink
changed the mercury tooltip XD
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoriusT committed Apr 23, 2024
1 parent 72cfc0c commit 63b7b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/loaders/a/Loader_Fluids.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit 63b7b5e

Please sign in to comment.