Fix the tile entity deal-io only, and also took the liberty to make
sure that the splash file doesn't prevent building. xoxo.
This commit is contained in:
@@ -27,7 +27,11 @@ plugins {
|
||||
apply plugin: 'java'
|
||||
clean { delete "target" }
|
||||
|
||||
print new File('splash.txt').text
|
||||
|
||||
def splashFile = new File('splash.txt')
|
||||
if (splashFile.exists()) {
|
||||
print splashFile.text
|
||||
}
|
||||
|
||||
group = 'com.boydti.fawe'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user