Added Video Export feature with according Options in the Options Menu

Fixed Linear Interpolation
This commit is contained in:
Marius Metzger
2015-02-08 12:40:37 +01:00
parent 0fc9662449
commit 03f6ba1ade
39 changed files with 1235 additions and 456 deletions

View File

@@ -17,9 +17,9 @@ buildscript {
apply plugin: 'forge'
version = "1.0"
group= "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "modid"
version = "0.4"
group= "eu.crushedpixel.replaymod"
archivesBaseName = "replaymod"
minecraft {
version = "1.8-11.14.0.1255-1.8"
@@ -34,6 +34,7 @@ minecraft {
}
dependencies {
compile fileTree(dir: 'lib', includes: ['*.jar'])
// you may put jars on which you depend on in ./libs
// or you may define them like so..
//compile "some.group:artifact:version:classifier"