Difference between revisions of "Generator List"
Jump to navigation
Jump to search
m (Bixilon moved page Generators to Generator List) |
(fix mojang generator author) |
||
Line 38: | Line 38: | ||
|- | |- | ||
! [https://wiki.vg/Data_Generators Mojang included] | ! [https://wiki.vg/Data_Generators Mojang included] | ||
− | | | + | | Built in into minecraft |
− | | | + | | Mojang |
| Python | | Python | ||
| {{MIT}} | | {{MIT}} | ||
− | | {{yes| Only for basic things (blocks, items, entity ids, ...}} | + | | {{yes| Only for basic things (blocks, items, entity ids, ...)}} |
| {{no}} | | {{no}} | ||
| {{no}} | | {{no}} |
Revision as of 22:42, 22 February 2021
Generators extract data from minecraft and provide this data in a readable/parsable way.
Name | Features | Author(s) | Language | License | IDs | Additional data | Models | Last Version Supported | Development Status |
---|---|---|---|---|---|---|---|---|---|
PixLyzer | Generates all kind of data from minecraft | Bixilon | Kotlin, Python | GPLv3 | Almost from everything | Almost for everything | Blocks | 1.14.4 - latest | active |
Burger | Analyzes the jar of minecraft and extracts all kind of data | Pokechu22 | Python | MIT | Almost from everything | TBA | No | 1.8? - latest | active |
Mojang included | Built in into minecraft | Mojang | Python | MIT | Only for basic things (blocks, items, entity ids, ...) | No | No | 1.13 - latest | active |