Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Oct 1, 2020
1 parent 6eed666 commit 9e31d7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/Tooltips.zs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ var mekanismFactories = "Factories are made by upgrading Machines in-world with
var ic2wrench = "You can safely break IC2 machines with a Pickaxe.";
var tempRecipe = "This item has a temporary crafting recipe.";

var ultimateTierInstaller = "Only works on Bins, Energy Cubes, Tanks and Gas Tanks"
<mekanism:tierinstaller:3>.addTooltip(ultimateTierInstaller);
addDescription(<mekanism:tierinstaller:3>, ultimateTierInstaller)

var biomesOPlentyOres as IItemStack[] = [
<biomesoplenty:gem_ore:1>,
<biomesoplenty:gem_ore:2>,
Expand Down

0 comments on commit 9e31d7f

Please sign in to comment.