fix and new block #22

Merged
Adrien1106 merged 3 commits from dev into master 2024-06-16 18:22:11 +02:00
Showing only changes of commit a76714d54d - Show all commits

View File

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