@@ -17,7 +17,6 @@ public enum DataGenType {
17
17
ATTRIBUTES ("attributes" , new AttributeGenerator ()),
18
18
BIOMES ("biomes" , new BiomeGenerator ()),
19
19
BLOCKS ("blocks" , new BlockGenerator ()),
20
- COMMAND_ARGUMENTS ("command_arguments" , new CommandArgumentGenerator ()),
21
20
CUSTOM_STATISTICS ("custom_statistics" , new CustomStatisticGenerator ()),
22
21
DYE_COLORS ("dye_colors" , new DyeColorGenerator ()),
23
22
ENTITIES ("entities" , new EntityGenerator ()),
@@ -38,6 +37,7 @@ public enum DataGenType {
38
37
SLOT_DISPLAY_TYPE ("slot_display_types" , new GenericRegistryGenerator <>(BuiltInRegistries .SLOT_DISPLAY )),
39
38
RECIPE_BOOK_CATEGORY ("recipe_book_categories" , new GenericRegistryGenerator <>(BuiltInRegistries .RECIPE_BOOK_CATEGORY )),
40
39
CONSUME_EFFECT ("consume_effects" , new GenericRegistryGenerator <>(BuiltInRegistries .CONSUME_EFFECT_TYPE )),
40
+ COMMAND_ARGUMENTS ("command_arguments" , new GenericRegistryGenerator <>(BuiltInRegistries .COMMAND_ARGUMENT_TYPE )),
41
41
42
42
// Tags are specified as a special case in datagen
43
43
0 commit comments