From d6a525016c37d76d094f8ad2e50b0b82a472872f Mon Sep 17 00:00:00 2001 From: mozipi Date: Fri, 23 Nov 2012 22:14:12 +0900 Subject: [PATCH] ts --- ChemiCraft.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChemiCraft.java b/ChemiCraft.java index cc86467..8f6fea6 100644 --- a/ChemiCraft.java +++ b/ChemiCraft.java @@ -101,6 +101,8 @@ public class ChemiCraft NameAuxiliary.addName(itemGasCollectingBottle, "GasCollectingBottle"); NameAuxiliary.addName(itemGasCollectingBottle, "ja_JP", "W‹C•r"); + ChemiCraftAPI.addCompoundHandler("Salt", new CompoundHandlerTest()); + } } \ No newline at end of file -- 2.11.0