Deployment script fixes
This commit is contained in:
+4
-2
@@ -501,8 +501,10 @@ task deployAll{
|
||||
dependsOn "desktop:packrWindows64"
|
||||
dependsOn "desktop:packrWindows32"
|
||||
dependsOn "desktop:packrMacOS"
|
||||
dependsOn "server:deploy"
|
||||
dependsOn "android:deploy"
|
||||
if(versionModifier != "steam"){
|
||||
dependsOn "server:deploy"
|
||||
dependsOn "android:deploy"
|
||||
}
|
||||
}
|
||||
|
||||
task resolveDependencies{
|
||||
|
||||
@@ -30,7 +30,7 @@ public interface Payload extends Position{
|
||||
return false;
|
||||
}
|
||||
|
||||
/** @return whether this payload fits in a given size. 2.5 is the max for a standard 3x3 conveyor. */
|
||||
/** @return whether this payload fits in a given size. 3 is the max for a standard 3x3 conveyor. */
|
||||
default boolean fits(float s){
|
||||
return size() / tilesize <= s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user