WIP Turret field rename / More JSON consume support

This commit is contained in:
Anuken
2022-05-08 23:17:37 -04:00
parent 668b09e955
commit 5a3c8573c3
16 changed files with 120 additions and 76 deletions
@@ -18,6 +18,7 @@ public class DrawTurret extends DrawBlock{
protected static final Rand rand = new Rand();
public Seq<DrawPart> parts = new Seq<>();
/** Prefix to use when loading base region. */
public String basePrefix = "";
/** Overrides the liquid to draw in the liquid region. */
public @Nullable Liquid liquidDraw;