Skip to content

Commit d1161a6

Browse files
committed
Change hand command argument type ID from enum to hand.
1 parent 49e8537 commit d1161a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/darkhax/bookshelf/Bookshelf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public Bookshelf() {
114114
MinecraftForge.EVENT_BUS.addListener(this::registerCommands);
115115

116116
// Command arguments
117-
this.registry.commands.registerCommandArgument("enum", ArgumentTypeHandOutput.class, new ArgumentTypeHandOutput.Serialzier());
117+
this.registry.commands.registerCommandArgument("hand", ArgumentTypeHandOutput.class, new ArgumentTypeHandOutput.Serialzier());
118118
this.registry.commands.registerCommandArgument("mod", ArgumentTypeMod.class, new ArgumentSerializer<>( () -> ArgumentTypeMod.INSTACE));
119119
this.registry.commands.registerCommandArgument("loot", ArgumentTypeLootTable.class, new ArgumentSerializer<>( () -> ArgumentTypeLootTable.INSTACE));
120120

0 commit comments

Comments
 (0)