mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
and the hits keep coming
This commit is contained in:
parent
df7675c48e
commit
3b160158c1
@ -4,11 +4,7 @@ import java.util.HashSet;
|
|||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
import java.awt.Color;
|
|
||||||
|
|
||||||
import com.hbm.inventory.OreDictManager.DictFrame;
|
import com.hbm.inventory.OreDictManager.DictFrame;
|
||||||
import com.hbm.main.MainRegistry;
|
|
||||||
import com.hbm.util.I18nUtil;
|
|
||||||
|
|
||||||
import net.minecraft.item.Item;
|
import net.minecraft.item.Item;
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
@ -90,7 +86,6 @@ public class NTMMaterial {
|
|||||||
|
|
||||||
public NTMMaterial setMoltenColor(int color) {
|
public NTMMaterial setMoltenColor(int color) {
|
||||||
this.moltenColor = color;
|
this.moltenColor = color;
|
||||||
MainRegistry.logger.info(I18nUtil.resolveKey(getUnlocalizedName()) + " : " + String.format("0x%08X", color));
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user