A 1.8 - 1.20.1 pack converter
This repository has been archived on 2024-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-11-21 07:26:47 -08:00
.eslintrc.json i am immortal nothing can stop me 2023-11-21 03:19:54 -08:00
.gitignore Update .gitignore and setup.sh 2023-11-21 03:56:55 -08:00
1.8 pack format.txt Update 1.8 pack format.txt 2023-10-26 23:50:56 -07:00
1.20 pack format.txt Update 1.20 pack format.txt 2023-10-26 23:51:13 -07:00
blocks.json All blocks (I think) 2023-11-20 23:12:12 -08:00
index.js "Clean" up code 2023-11-21 07:26:47 -08:00
items.json Items complete? 2023-11-21 02:09:59 -08:00
package-lock.json poggers commit fixing everything! :3 2023-11-20 22:33:12 -08:00
package.json poggers commit fixing everything! :3 2023-11-20 22:33:12 -08:00
README.md "Clean" up code 2023-11-21 07:26:47 -08:00
setup.sh Update .gitignore and setup.sh 2023-11-21 03:56:55 -08:00

Pack Converter

Progress:

Currently working:

  • Extract some 1.8 resource packs and rename blocks and items to their correct 1.20 names.
  • Change format in pack.mcmeta

Need to work on:

  • Fixing textures
    • Clock
    • Compass
    • Potion
  • Fix "EISDIR" error with certain resource packs. (Prism as an example)
  • Decide what to do with particles, as particles are split into separate files in 1.20.
  • Implement a way to duplicate a texture and rename them to separate names (dye_powder_white -> bone_meal + white_dye) etc.