17 lines
749 B
Markdown
17 lines
749 B
Markdown
# Pack Converter
|
|
## Progress:
|
|
### Currently working:
|
|
- Extract 1.8 resource packs and rename blocks and items to their correct 1.20 names.
|
|
- Pack format change from 1 to 15 in pack.mcmeta
|
|
### Need to work on:
|
|
- Rezip pack when done. (Use [this library](https://github.com/node-modules/compressing))
|
|
- Fixing textures (Maybe with [this library](https://www.npmjs.com/package/get-image-pixels))
|
|
- Clock
|
|
- Compass
|
|
- Potion
|
|
- GUI
|
|
- 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.
|
|
- Multi-version support (way in the future)
|
|
- Electron app (even more way into the future)
|