Skip to content

Commit

Permalink
Add missing json generation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed Sep 30, 2024
1 parent c0d442c commit 8adcbe4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public enum DataGenType {
WOLF_VARIANTS("wolf_variants", new GenericResourceGenerator("wolf_variant")),
TRIM_MATERIALS("trim_materials", new GenericResourceGenerator("trim_material")),
TRIM_PATTERNS("trim_patterns", new GenericResourceGenerator("trim_pattern")),
ENCHANTMENTS("enchantment", new GenericResourceGenerator("enchantment", List.of(), true)),
ENCHANTMENTS_SNBT("enchantments", new GenericResourceGenerator("enchantment", List.of(), true)),
ENCHANTMENTS_JSON("enchantments", new GenericResourceGenerator("enchantment", List.of(), false)),
PAINTING_VARIANTS("painting_variants", new GenericResourceGenerator("painting_variant")),
JUKEBOX_SONGS("jukebox_songs", new GenericResourceGenerator("jukebox_song")),

Expand Down

0 comments on commit 8adcbe4

Please sign in to comment.