Difference between revisions of "Generator List"

From wiki.vg
Jump to navigation Jump to search
(add pre-generated data links, remove wrong mojang generator information)
(add output format)
(8 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
  ! Language
 
  ! Language
 
  ! License
 
  ! License
 +
! Output format
 
  ! Pre-generated data
 
  ! Pre-generated data
 
  ! IDs
 
  ! IDs
 +
! Packets
 
  ! Additional data
 
  ! Additional data
 
  ! Models
 
  ! Models
Line 17: Line 19:
 
  |-
 
  |-
 
  ! [https://gitlab.bixilon.de/bixilon/pixlyzer/ PixLyzer]
 
  ! [https://gitlab.bixilon.de/bixilon/pixlyzer/ PixLyzer]
  | Generates all kind of data from minecraft
+
  | Generates all kind of data from minecraft.
 
  | [https://bixilon.de Bixilon]
 
  | [https://bixilon.de Bixilon]
 
  | Kotlin, Python
 
  | Kotlin, Python
 
  | {{GPLv3}}
 
  | {{GPLv3}}
 +
| Json, [https://gitlab.bixilon.de/bixilon/mbf-specification MBF]
 
  | {{yes| [https://gitlab.bixilon.de/bixilon/pixlyzer-data]}}
 
  | {{yes| [https://gitlab.bixilon.de/bixilon/pixlyzer-data]}}
  | {{yes| Almost for everything}}
+
| {{yes| Biomes, Tint colors, Items, mob effects, sounds, villager data, enchantments, modifiers, potions, blocks, way more, look at the ReadMe.md}}
  | {{yes|Blocks}}
+
| {{no}}
  | {{yes|1.14.4 - latest}}
+
  | {{yes| Almost everything}}
 +
  | {{yes| Blocks, Items}}
 +
  | {{yes|19w11b (1.14 snapshot) - latest}}
 
  | {{yes|active}}
 
  | {{yes|active}}
 
  |-
 
  |-
 
  ! [https://github.com/mcdevs/Burger/ Burger]
 
  ! [https://github.com/mcdevs/Burger/ Burger]
  | Analyzes the jar of minecraft and extracts all kind of data
+
  | Analyzes the jar of minecraft and extracts all kind of data.
 
  | [[User:Pokechu22|Pokechu22]]
 
  | [[User:Pokechu22|Pokechu22]]
 
  | Python
 
  | Python
 
  | {{MIT}}
 
  | {{MIT}}
 +
| Json
 
  | {{yes| [https://github.com/pokechu22/Burger/tree/gh-pages]}}
 
  | {{yes| [https://github.com/pokechu22/Burger/tree/gh-pages]}}
 
  | {{yes| Almost from everything}}
 
  | {{yes| Almost from everything}}
 +
| {{yes}}
 
  | {{yes| TBA}}
 
  | {{yes| TBA}}
 
  | {{no}}
 
  | {{no}}
Line 40: Line 47:
 
  |-
 
  |-
 
  ! [https://wiki.vg/Data_Generators Mojang included]
 
  ! [https://wiki.vg/Data_Generators Mojang included]
  | Built in into minecraft. Pre-generated data is available [ here]
+
  | Built in into minecraft.
 
  | Mojang
 
  | Mojang
 
  | Java
 
  | Java
 
  | Proprietary
 
  | Proprietary
 +
| Json
 
  | {{yes| [https://apimon.de/mcdata/] }}
 
  | {{yes| [https://apimon.de/mcdata/] }}
 
  | {{yes| Only for basic things (blocks, items, entity ids, ...)}}
 
  | {{yes| Only for basic things (blocks, items, entity ids, ...)}}
 +
| {{no}}
 
  | {{no}}
 
  | {{no}}
 
  | {{no}}
 
  | {{no}}
Line 51: Line 60:
 
  | {{yes|active}}
 
  | {{yes|active}}
 
  |-
 
  |-
 +
! [https://github.com/Articdive/ArticData ArticData]
 +
| Generates basically anything the JAR contains using Mojang's mappings.
 +
| [https://github.com/Articdive Articdive ] & [https://github.com/Minestom/Minestom Minestom]
 +
| Java
 +
| Grey‑zone, {{MIT}}
 +
| Json
 +
| {{yes| [https://github.com/Articdive/ArticData/tree/master/Articdata]}}
 +
| {{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}}
 +
| {{yes| Probably}}
 +
| {{no}}
 +
| {{yes| 1.16.5 - latest}}
 +
| {{yes| active}}
 +
 
  |}
 
  |}

Revision as of 08:51, 19 September 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