You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classAdvancementIconTemplate(VanillaTemplate, TemplateOptions): # TODO make this inheritance work properly. Treat as single-vanilla forward or create new where needed
922
+
"""Creates a model for advancement icons, either pointing to the vanilla model, or to a specified other item model"""
922
923
name="advancement"
923
924
forward: Optional[str]
924
925
tints: Optional[ListOption[int|tuple[float,float,float]]] # optional constant tints to apply to the item model
925
926
926
927
# NOTE since advancements are all in the gm4 namespace, so are these models. This template ignores the 'model' field of ModelData
0 commit comments