Difference between revisions of "Generator List"
Jump to navigation
Jump to search
(add output format) |
m (Updated ArticData link.) |
||
Line 66: | Line 66: | ||
| Grey‑zone, {{MIT}} | | Grey‑zone, {{MIT}} | ||
| Json | | Json | ||
− | | {{yes| [https://github.com/Articdive/ArticData/tree/ | + | | {{yes| [https://github.com/Articdive/ArticData/tree/1.18.1]}} |
| {{yes| Attributes, Biomes, Blocks, Entities, Statistics, Dimension Types, Enchantments, Some Serializers, Fluids, Items, Map Colors, Particles, Potions, Mob Effects, Sounds, Villager Data}} | | {{yes| Attributes, Biomes, Blocks, Entities, Statistics, Dimension Types, Enchantments, Some Serializers, Fluids, Items, Map Colors, Particles, Potions, Mob Effects, Sounds, Villager Data}} | ||
| {{maybe | Not directly}} | | {{maybe | Not directly}} |
Revision as of 18:36, 10 December 2021
Generators extract data from minecraft and provide this data in a readable/parsable way.
Name | Features | Author(s) | Language | License | Output format | Pre-generated data | IDs | Packets | Additional data | Models | Last Version Supported | Development Status |
---|---|---|---|---|---|---|---|---|---|---|---|---|
PixLyzer | Generates all kind of data from minecraft. | Bixilon | Kotlin, Python | GPLv3 | Json, MBF | [1] | Biomes, Tint colors, Items, mob effects, sounds, villager data, enchantments, modifiers, potions, blocks, way more, look at the ReadMe.md | No | Almost everything | Blocks, Items | 19w11b (1.14 snapshot) - latest | active |
Burger | Analyzes the jar of minecraft and extracts all kind of data. | Pokechu22 | Python | MIT | Json | [2] | Almost from everything | Yes | TBA | No | 1.8? - latest | active |
Mojang included | Built in into minecraft. | Mojang | Java | Proprietary | Json | [3] | Only for basic things (blocks, items, entity ids, ...) | No | No | No | 1.13 - latest | active |
ArticData | Generates basically anything the JAR contains using Mojang's mappings. | Articdive & Minestom | Java | Grey‑zone, MIT | Json | [4] | Attributes, Biomes, Blocks, Entities, Statistics, Dimension Types, Enchantments, Some Serializers, Fluids, Items, Map Colors, Particles, Potions, Mob Effects, Sounds, Villager Data | Not directly | Probably | No | 1.16.5 - latest | active |