Generate autotiles at gradle pack time
This commit is contained in:
@@ -1104,7 +1104,7 @@ public class TypeIO{
|
||||
}
|
||||
}
|
||||
|
||||
/** Represents a unit that has not been resolved yet. TODO unimplemented / unused*/
|
||||
/** Represents a unit that has not been resolved yet. */
|
||||
public static class UnitBox implements Boxed<Unit>{
|
||||
public int id;
|
||||
|
||||
|
||||
@@ -60,6 +60,7 @@ public class ConsumePayloadDynamic extends Consume{
|
||||
var inv = build.getPayloads();
|
||||
var pay = payloads.get(build);
|
||||
|
||||
table.clear();
|
||||
table.table(c -> {
|
||||
int i = 0;
|
||||
for(var stack : pay){
|
||||
|
||||
Reference in New Issue
Block a user