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
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
## 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
- All ids
- Entity data
- Entity id, sizes, health, modifiers
- Identifier, Inherits
- Meta data
- More
- Entity id, sizes, health, modifiers
- Identifier, Inherits
- Meta data
- More
- Items
- Diggable bloks
- Spawn eggs tint colors
- Diggable blocks
- Spawn eggs tint colors
- Dig speeds
- Valid slots (for armor)
- 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
- Sky, fog color, etc
- Biome categories
- Biome precipations
- Biome precipitations
- Block entities
- Creative inventory tabs
- 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
- Types
- Particles
- Models
- Models
- Statistics
- General version information
- 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
- Categories
- Sounds
- Way more!
## Planned things
- Entity models
- Entity events/animation/states (however you want to call them)
- Block entity models
- Packets
- Way more!
## Dependencies
- Maven
- [MC-Remapper](https://github.com/HeartPattern/MC-Remapper)
- [Maven](https://maven.apache.org/)
- [yarn](https://github.com/FabricMC/yarn)
- [objenesis](https://github.com/easymock/objenesis)
- Kotlin
- [Kotlin](https://kotlinlang.org/)
- [ujson](https://pypi.org/project/ujson/)