Skip to content

Commit

Permalink
Add MapDecorationType generator (#4043)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMorpheus authored Jun 22, 2024
1 parent 28a643e commit 6096b2a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,13 @@ private static List<Generator> generators(final Context context) {
context.relativeClass("data.type", "ArmorMaterial"),
Registries.ARMOR_MATERIAL
),
new RegistryEntriesGenerator<>(
"map.decoration",
"MapDecorationTypes",
"MAP_DECORATION_TYPE",
context.relativeClass("map.decoration", "MapDecorationType"),
Registries.MAP_DECORATION_TYPE
),
new EnumEntriesValidator<>(
"data.type",
"BambooLeavesTypes",
Expand Down

0 comments on commit 6096b2a

Please sign in to comment.