Implemented block build animation and shaders
This commit is contained in:
@@ -164,7 +164,7 @@ project(":core") {
|
||||
compile "com.github.anuken:ucore:$uCoreVersion"
|
||||
}
|
||||
|
||||
if(new File('../GDXGifRecorder').exists() && comp) {
|
||||
if(new File(projectDir.parent, '../GDXGifRecorder').exists() && comp) {
|
||||
compile project(":GDXGifRecorder")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user