MCVersion
This commit is contained in:
parent
7c950301bb
commit
6884452534
|
|
@ -34,7 +34,7 @@ public class CarryOn {
|
||||||
public static final String MODID = "carryon";
|
public static final String MODID = "carryon";
|
||||||
public static final String VERSION = "1.7";
|
public static final String VERSION = "1.7";
|
||||||
public static final String NAME = "Carry On";
|
public static final String NAME = "Carry On";
|
||||||
public static final String ACCEPTED_VERSIONS = "[1.11,1.12)";
|
public static final String ACCEPTED_VERSIONS = "[1.12,1.13)";
|
||||||
public static final String UPDATE_JSON = "https://gist.githubusercontent.com/Tschipp/dccadee7c90d7a34e6e76a35d9d6fa2e/raw/";
|
public static final String UPDATE_JSON = "https://gist.githubusercontent.com/Tschipp/dccadee7c90d7a34e6e76a35d9d6fa2e/raw/";
|
||||||
public static final Logger LOGGER = LogManager.getFormatterLogger("CarryOn");
|
public static final Logger LOGGER = LogManager.getFormatterLogger("CarryOn");
|
||||||
public static File CONFIGURATION_FILE;
|
public static File CONFIGURATION_FILE;
|
||||||
|
|
|
||||||
|
|
@ -189,9 +189,6 @@ public class RenderEvents
|
||||||
{
|
{
|
||||||
if(Loader.isModLoaded("realrender") || Loader.isModLoaded("rfpr"))
|
if(Loader.isModLoaded("realrender") || Loader.isModLoaded("rfpr"))
|
||||||
{
|
{
|
||||||
GlStateManager.pushMatrix();
|
|
||||||
GlStateManager.translate(1, 0, 0);
|
|
||||||
GlStateManager.popMatrix();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user