diff --git a/src/hexdoc/minecraft/assets/textures.py b/src/hexdoc/minecraft/assets/textures.py index 15191f65..2c2d779e 100644 --- a/src/hexdoc/minecraft/assets/textures.py +++ b/src/hexdoc/minecraft/assets/textures.py @@ -246,7 +246,7 @@ def gaslighting(self): return True -ItemWithTexture = ItemWithNormalTexture | ItemWithGaslightingTexture +ItemWithTexture = ItemWithGaslightingTexture | ItemWithNormalTexture class TagWithTexture(InlineModel):