cleanup + fixed wall collision when using chorus

This commit is contained in:
2024-04-16 00:24:16 +02:00
parent 6318fdece0
commit 78b8b6f607
4 changed files with 11 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ public abstract class UnbakedRetexturedModel implements UnbakedModel {
protected int theme_index = 1;
protected BlockState item_state;
protected final boolean ao = true;
protected final int state_count;
protected final Property<?>[] properties;