Skip to content

Commit

Permalink
Vestigal fml-ectomy.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpw committed Aug 2, 2015
1 parent 614bbcb commit dfd62a3
Show file tree
Hide file tree
Showing 123 changed files with 5 additions and 2,515 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ minecraft {
//mappings = 'stable_16'
mappings = "snapshot_nodoc_20141130"
workspaceDir = "projects"
versionJson = "fml/jsons/1.8-dev.json"
versionJson = "jsons/1.8-dev.json"
buildUserdev = true
buildInstaller = true
installerVersion = "1.4"
Expand Down Expand Up @@ -66,7 +66,7 @@ extractForgeSources { exclude "**/SideOnly.java", "**/Side.java" }
genGradleProjects { addTestCompileDep "junit:junit:4.12" }

processJson {
releaseJson = "fml/jsons/1.8-rel.json"
releaseJson = "jsons/1.8-rel.json"
addReplacements([
"@minecraft_version@": project.minecraft.version,
"@version@": project.version,
Expand Down Expand Up @@ -106,8 +106,8 @@ task crowdin(type: CrowdinDownload) {

def extraTxts = [
changelog, // yeah we can do thi, because gradle and groovy are awesome
"fml/LICENSE-fml.txt",
"fml/CREDITS-fml.txt",
"LICENSE-fml.txt",
"CREDITS-fml.txt",
"MinecraftForge-Credits.txt",
"MinecraftForge-License.txt",
"Paulscode SoundSystem CodecIBXM License.txt",
Expand All @@ -125,7 +125,7 @@ outputJar {
manifest.attributes([
"Main-Class": "net.minecraftforge.fml.relauncher.ServerLaunchWrapper",
"TweakClass": "net.minecraftforge.fml.common.launcher.FMLTweaker",
"Class-Path": getServerClasspath(file("fml/jsons/1.8-rel.json"))
"Class-Path": getServerClasspath(file("jsons/1.8-rel.json"))
])
}

Expand Down
24 changes: 0 additions & 24 deletions fml/patches/minecraft/net/minecraft/block/Block.java.patch

This file was deleted.

This file was deleted.

This file was deleted.

194 changes: 0 additions & 194 deletions fml/patches/minecraft/net/minecraft/client/Minecraft.java.patch

This file was deleted.

Loading

0 comments on commit dfd62a3

Please sign in to comment.