fix: render issue with items in axiom

This commit is contained in:
Adrien1106 2024-06-16 15:17:48 +02:00
parent b99f315c6f
commit a76714d54d

View File

@ -85,7 +85,7 @@ public abstract class RetexturingBakedModel extends ForwardingBakedModel {
appearance_manager.getDefaultAppearance(theme_index), appearance_manager.getDefaultAppearance(theme_index),
0 0
), ),
state state == null ? item_state : state
) )
); );
} }