Teleposers and refractoring
This commit is contained in:
parent
1b9f72b494
commit
a8a0ae6e8b
145 changed files with 594 additions and 162 deletions
|
@ -17,7 +17,6 @@ import net.minecraftforge.fml.common.network.simpleimpl.MessageContext;
|
|||
|
||||
public class ChatUtil
|
||||
{
|
||||
|
||||
private static final int DELETION_ID = 2525277;
|
||||
private static int lastAdded;
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ import WayofTime.bloodmagic.tile.TileInventory;
|
|||
|
||||
public class Utils
|
||||
{
|
||||
|
||||
public static boolean isInteger(String integer)
|
||||
{
|
||||
try
|
||||
|
|
|
@ -26,7 +26,6 @@ import net.minecraftforge.client.model.ModelLoader;
|
|||
*/
|
||||
public class InventoryRenderHelper
|
||||
{
|
||||
|
||||
/**
|
||||
* This is the base string for your resources. It will usually be your modid
|
||||
* in all lowercase with a colon at the end.
|
||||
|
|
|
@ -8,7 +8,6 @@ import java.util.List;
|
|||
|
||||
public class TextHelper
|
||||
{
|
||||
|
||||
public static String getFormattedText(String string)
|
||||
{
|
||||
return string.replaceAll("&", "\u00A7");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue