From d9757cc7544074361330a328c75ba9f33a7ea1d0 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Tue, 6 Apr 2021 12:57:48 +0200 Subject: [PATCH] update readme --- ReadMe.md | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 1bb46ff..3484d2d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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/)