finishing with Phase 2

This commit is contained in:
2026-08-04 19:05:38 -05:00
parent b1ae2a9827
commit 8a6833def0
10 changed files with 43 additions and 23 deletions
@@ -4,7 +4,7 @@ from library.vanilla_textures import refresh_vanilla_index
class Command(BaseCommand):
help = 'Rebuild the vanilla entity-texture index (media/vanilla/entity_index.json).'
help = 'Rebuild the vanilla entity-texture index (static/vanilla/entity_index.json).'
def handle(self, *args, **options):
index = refresh_vanilla_index()