Update README.md

This commit is contained in:
2vb 2023-11-28 09:35:43 +00:00
parent 4a81e95b46
commit f3e7975a50

View File

@ -1,15 +1,15 @@
# Pack Converter # Pack Converter
## Progress: ## Progress:
### Currently working: ### Currently working:
- Extract 1.8 resource packs and rename blocks and items to their correct 1.20 names. - 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 - Pack format change from 1 to 15 in pack.mcmeta
### Need to work on: ### Need to work on:
- Rezip pack when done. - Rezip pack when done. (Use [this library](https://github.com/node-modules/compressing))
- Fixing textures - Fixing textures
- Clock - Clock
- Compass - Compass
- Potion - Potion
- Decide what to do with particles, as particles are split into separate files in 1.20. - 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. - 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) - Multi-version support (way in the future)
- Electron app (even more way into the future) - Electron app (even more way into the future)