Skip to content

Instantly share code, notes, and snippets.

@AbrarSyed
Created October 28, 2015 15:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbrarSyed/d83b1952e8a38d400e40 to your computer and use it in GitHub Desktop.
Save AbrarSyed/d83b1952e8a38d400e40 to your computer and use it in GitHub Desktop.
tweaker-server example
plugins {
id "net.minecraftforge.gradle.tweaker-server" version "2.0.2"
}
version = "1.0"
group= "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "modid"
minecraft {
version = "1.8"
mappings = "snapshot_20150611"
runDir = "runDir"
tweakClass = "com.example.tweaker.ExampleTweaker"
// yes you can specify Access transformers at dev time.. but its your problem to apply them
// at 'test_at.cfg'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment