Skip to content

Commit

Permalink
Update process_input.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyThew committed Feb 17, 2024
1 parent cc1eec8 commit fab4a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/process_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def process_input():
if parent is not None and parent not in clone and parent != 'item/handheld':
clone.add(parent)
model_file = f"assets/ms/models/{parent.replace('ms:', '')}.json"
parent = modify_neck(model_file)
modify_neck(model_file)
cape = list_files('run/cape.txt')
clone = cape.copy()
for model in cape:
Expand Down

0 comments on commit fab4a56

Please sign in to comment.