From 5b9935f737c226847e668bde0185adbc6a5a8b7b Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Wed, 5 Apr 2017 20:41:13 +0300 Subject: some experiments --- ihl/items_blocks/ItemSubstance.java | 1 + 1 file changed, 1 insertion(+) (limited to 'ihl/items_blocks/ItemSubstance.java') diff --git a/ihl/items_blocks/ItemSubstance.java b/ihl/items_blocks/ItemSubstance.java index 30ef694..9c55e36 100644 --- a/ihl/items_blocks/ItemSubstance.java +++ b/ihl/items_blocks/ItemSubstance.java @@ -178,6 +178,7 @@ public class ItemSubstance extends Item implements IItemHasMiniGUI { info.add(StatCollector.translateToLocal("ihl.detonator_delay") + " " + itemStack.stackTagCompound.getInteger("detonator_delay") + StatCollector.translateToLocal("ihl.seconds")); + info.add(StatCollector.translateToLocal("ihl.detonatorHint")); } } -- cgit v1.2.3