Skip to content

Commit

Permalink
Forge 2847
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Feb 13, 2022
1 parent 039a169 commit 3df3347
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
21 changes: 12 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven {
url = "https://maven.minecraftforge.net"
}
Expand All @@ -10,8 +10,10 @@ buildscript {
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
classpath("com.anatawa12.forge:ForgeGradle:2.3-1.0.+") {
changing = true
}
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
}
}
apply plugin: 'net.minecraftforge.gradle.forge'
Expand All @@ -30,7 +32,7 @@ compileJava {
}

minecraft {
version = "1.12.2-14.23.2.2629"
version = "1.12.2-14.23.5.2847"
runDir = "run"
mappings = "snapshot_20180302"

Expand Down Expand Up @@ -86,18 +88,19 @@ dependencies {
deobfCompile "mcp.mobius.waila:Hwyla:1.8.26-B41_1.12.2"
deobfCompile "malisiscore:malisiscore-1.12.2:6.4.0:dev"
deobfCompile "malisisdoors:malisisdoors-1.12.2:7.3.0:dev"
deobfCompile "team.chisel.ctm:CTM:MC1.12-0.3.0.14"
deobfCompile "team.chisel:Chisel:MC1.12.2-0.2.0.31"
deobfCompile "team.chisel.ctm:CTM:MC1.12.2-1.0.2.31"
deobfCompile "team.chisel:Chisel:MC1.12.2-1.0.2.45"

deobfProvided "mezz.jei:jei_1.12.2:4.16.1.301:api"
runtime "mezz.jei:jei_1.12.2:4.16.1.301"

deobfProvided "mezz.jei:jei_1.12.2:4.8.5.138:api"
runtime "mezz.jei:jei_1.12.2:4.8.5.138"

compile('org.spongepowered:mixin:0.7.4-SNAPSHOT') {
exclude module: 'asm-commons'
exclude module: 'asm-tree'
exclude module: 'launchwrapper'
exclude module: 'guava'
exclude module: 'log4j-core'
exclude module: 'gson'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import net.minecraft.world.IBlockAccess;
import net.minecraft.world.World;
import net.minecraftforge.fml.common.FMLLog;
import team.chisel.ctm.client.state.ChiselExtendedState;

public class SecretRoomsTransformer implements IClassTransformer {

Expand Down

0 comments on commit 3df3347

Please sign in to comment.