Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 521 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 521 Bytes

LukasPlaysGames' Custom Scripts

A collection of scripts I use to maintain my resource packs.

copy_names.ahk formats an Excel list to replace the newline with spaces by pressing q. To use, copy the data from Excel and press "q" in a text box/command line. This is used directly with create_items.py. Requires AutoHotKey to be installed.

create_items.py creates item files to be put in the /items directory of resource packs. Instructions are provided when run. Requires Python 3.7 or greater to be installed.