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
1006
+
"""Creates a model for advancement icons, either pointing to the vanilla model, or to a specified other item model"""
1006
1007
name="advancement"
1007
1008
forward: Optional[str]
1008
1009
tints: Optional[ListOption[int|tuple[float,float,float]]] # optional constant tints to apply to the item model
1009
1010
1010
1011
# NOTE since advancements are all in the gm4 namespace, so are these models. This template ignores the 'model' field of ModelData
0 commit comments