update mcef
This commit is contained in:
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
|
||||
|
||||
|
||||
version = "1.12.2-1.5"
|
||||
version = "1.12.2-1.6"
|
||||
group = "net.montoyo.wd" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = "webdisplays-legacy"
|
||||
|
||||
|
BIN
libs/mcef.jar
BIN
libs/mcef.jar
Binary file not shown.
@@ -60,7 +60,7 @@ import java.util.UUID;
|
||||
@Mod(modid = "webdisplays", version = WebDisplays.MOD_VERSION, dependencies = "required-after:mcef@[1.0,3.0);after:opencomputers;after:computercraft;")
|
||||
public class WebDisplays {
|
||||
|
||||
public static final String MOD_VERSION = "1.5";
|
||||
public static final String MOD_VERSION = "1.6";
|
||||
|
||||
@Mod.Instance(owner = "webdisplays")
|
||||
public static WebDisplays INSTANCE;
|
||||
|
Reference in New Issue
Block a user