testing if travis messed up codegen

This commit is contained in:
Anuken
2020-09-22 21:28:31 -04:00
parent ba6ab8483e
commit f685c30178
2 changed files with 2 additions and 2 deletions
@@ -27,7 +27,7 @@ public interface Payload{
/** @return whether this payload fits on a standard 3x3 conveyor. */
default boolean fits(){
return size() / tilesize <= 2.4f;
return size() / tilesize <= 2.5f;
}
/** writes the payload for saving. */