update readme

This commit is contained in:
Bixilon 2021-04-06 12:57:48 +02:00
parent 2798adaeb1
commit d9757cc754
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -1,24 +1,24 @@
# PixLyzer # PixLyzer
This tool acts like a minecraft jar mod. It generates all kind of data for versions after `1.14.4`. This is just the repository for the program, if you search for data, check here: This tool acts like a minecraft jar mod. It generates all kind of data for versions that are supported by yarn. This is just the repository for the program, if you search for data, check here:
https://gitlab.bixilon.de/bixilon/pixlyzer-data https://gitlab.bixilon.de/bixilon/pixlyzer-data
## Contributing ## Contributing
I'd be happy. Just make a PR and ensure, it is working for most versions (And please test with: `latest`, `1.16.5`, `1.16.2`, `1.15.2`, `1.14.4`). Also tell me, if I should regenerate the assets for older versions. I'd be happy. Just make a PR and ensure, it is working for most versions (And please test with: `latest`, `1.16.5`, `1.16.2`, `1.15.2`, `1.14.4`). Also tell me, if I should regenerate the assets for older versions. If you are not sure what branch to choose: `yarn`. The `mojang` is old and won't be used anymore.
## Generated data ## Generated data
- All ids - All ids
- Entity data - Entity data
- Entity id, sizes, health, modifiers - Entity id, sizes, health, modifiers
- Identifier, Inherits - Identifier, Inherits
- Meta data - Meta data
- More - More
- Items - Items
- Diggable bloks - Diggable blocks
- Spawn eggs tint colors - Spawn eggs tint colors
- Dig speeds - Dig speeds
- Valid slots (for armor) - Valid slots (for armor)
- Way more! - Way more!
@ -36,7 +36,7 @@ I'd be happy. Just make a PR and ensure, it is working for most versions (And pl
- Temperature, Scale, Downfall, etc - Temperature, Scale, Downfall, etc
- Sky, fog color, etc - Sky, fog color, etc
- Biome categories - Biome categories
- Biome precipations - Biome precipitations
- Block entities - Block entities
- Creative inventory tabs - Creative inventory tabs
- Enchantments - Enchantments
@ -54,7 +54,7 @@ I'd be happy. Just make a PR and ensure, it is working for most versions (And pl
- Points of interest - Points of interest
- Types - Types
- Particles - Particles
- Models - Models
- Statistics - Statistics
- General version information - General version information
- Version name - Version name
@ -64,11 +64,20 @@ I'd be happy. Just make a PR and ensure, it is working for most versions (And pl
- Sounds - Sounds
- Categories - Categories
- Sounds - Sounds
- Way more!
## Planned things
- Entity models
- Entity events/animation/states (however you want to call them)
- Block entity models
- Packets
- Way more!
## Dependencies ## Dependencies
- Maven - [Maven](https://maven.apache.org/)
- [MC-Remapper](https://github.com/HeartPattern/MC-Remapper) - [yarn](https://github.com/FabricMC/yarn)
- [objenesis](https://github.com/easymock/objenesis) - [objenesis](https://github.com/easymock/objenesis)
- Kotlin - [Kotlin](https://kotlinlang.org/)
- [ujson](https://pypi.org/project/ujson/) - [ujson](https://pypi.org/project/ujson/)