Generate autotiles at gradle pack time

This commit is contained in:
Anuken
2025-06-10 20:21:20 -04:00
parent 70ad6eb7d1
commit e5c745ee16
5 changed files with 92 additions and 1 deletions

View File

@@ -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;

View File

@@ -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){