update mcef

This commit is contained in:
oxmc
2025-03-31 05:58:01 -04:00
parent 229cecd575
commit 7bd0c84e18
3 changed files with 2 additions and 2 deletions

View File

@@ -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. //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 group = "net.montoyo.wd" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "webdisplays-legacy" archivesBaseName = "webdisplays-legacy"

Binary file not shown.

View File

@@ -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;") @Mod(modid = "webdisplays", version = WebDisplays.MOD_VERSION, dependencies = "required-after:mcef@[1.0,3.0);after:opencomputers;after:computercraft;")
public class WebDisplays { public class WebDisplays {
public static final String MOD_VERSION = "1.5"; public static final String MOD_VERSION = "1.6";
@Mod.Instance(owner = "webdisplays") @Mod.Instance(owner = "webdisplays")
public static WebDisplays INSTANCE; public static WebDisplays INSTANCE;