Generator List: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Bixilon
m (pixlyzer: add example data generated)
imported>Articdive
(Added MinestomDataGenerator)
Line 18: Line 18:
  |-
  |-
  ! [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
Line 31: Line 31:
  |-
  |-
  ! [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
Line 56: Line 56:
  | {{yes|active}}
  | {{yes|active}}
  |-
  |-
! [https://github.com/Minestom/MinestomDataGenerator MinestomDataGenerator]
| 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}}
| {{yes| [https://github.com/Minestom/MinestomDataGenerator/tree/master/Minestom-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}}
| {{yes| Probably}}
| {{no}}
| {{yes| 1.16.5 - latest}}
| {{yes| active}}
  |}
  |}

Revision as of 08:13, 6 June 2021

Generators extract data from minecraft and provide this data in a readable/parsable way.


Name Features Author(s) Language License 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 [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 [2] Almost from everything Yes TBA No 1.8? - latest active
Mojang included Built in into minecraft. Mojang Java Proprietary [3] Only for basic things (blocks, items, entity ids, ...) No No No 1.13 - latest active
MinestomDataGenerator Generates basically anything the JAR contains using Mojang's mappings. Articdive & Minestom Java Grey‑zone, MIT [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