ModularPowersuits/machinemuse/powersuits/common/CommonProxy.java
2012-12-17 14:24:42 -07:00

14 lines
308 B
Java

package machinemuse.powersuits.common;
public class CommonProxy {
public static String ITEMS_PNG = "/tutorial/generic/items.png";
public static String BLOCK_PNG = "/tutorial/generic/block.png";
// Client stuff
public void registerRenderers() {
// Nothing here as this is the server side proxy
}
}