mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 23:54:23 +00:00
Remove unused slot from ClothingDisplay
This commit is contained in:
parent
5600877e45
commit
a5dfd2995e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from .itemstack import ItemStack
|
||||||
class ClothingDisplay:
|
class ClothingDisplay:
|
||||||
"""Data pertaining to an item to display clothing."""
|
"""Data pertaining to an item to display clothing."""
|
||||||
|
|
||||||
__slots__ = "wearing_items", "wearing_dyes", "display_type"
|
__slots__ = "wearing_items", "wearing_dyes"
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
wearing_items: typing.List[ItemStack],
|
wearing_items: typing.List[ItemStack],
|
||||||
|
|
Loading…
Reference in a new issue