Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Unused tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
GTNH-Colen committed May 14, 2024
1 parent e963a8f commit 14e054a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ public void addInformation(final ItemStack stack, final EntityPlayer aPlayer, fi
list.add("Can also be placed beside upto 4 other fish traps");
list.add("Requires at least two faces touching water");
list.add("1/1000 chance to produce triple loot.");
} else if (this.mID == 1) { // Modularity
list.add("Used to construct modular armour & bauble upgrades..");
} else if (this.mID == 2) { // Trade
list.add("Allows for SMP trade-o-mat type trading.");
} else if (this.mID == 3) { // Project
list.add("Scan any crafting recipe in this to mass fabricate them in the Autocrafter..");
} else if (this.mID == 4) { // Circuit Table
list.add("Easy Circuit Configuration");
list.add("Change default setting with a Screwdriver");
Expand All @@ -44,8 +38,6 @@ public void addInformation(final ItemStack stack, final EntityPlayer aPlayer, fi
list.add("Kills Forestry Butterflies, Bats and other pests");
list.add("Use either Formaldehyde or Hydrogen cyanide");
list.add("Be weary of your neighbours");
} else if (this.mID == 7) { // Egg Box
list.add("A box for holding big eggs");
} else if (this.mID == 8) { // Volumetric Flask Setter
list.add("Easy Flask Configuration");
list.add("Configure default input slot with a screwdriver");
Expand Down

0 comments on commit 14e054a

Please sign in to comment.