File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Common/src/main/java/net/darkhax/bookshelf/impl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33import net .darkhax .bookshelf .Constants ;
44import net .darkhax .bookshelf .api .registry .RegistryDataProvider ;
55import net .darkhax .bookshelf .impl .commands .BookshelfCommands ;
6- import net .darkhax .bookshelf .impl .commands .args .sss ;
6+ import net .darkhax .bookshelf .impl .commands .args .FontArgument ;
77import net .darkhax .bookshelf .impl .data .recipes .crafting .ShapedDurabilityRecipe ;
88import net .darkhax .bookshelf .impl .data .recipes .crafting .ShapelessDurabilityRecipe ;
99
@@ -14,7 +14,7 @@ public BookshelfContentProvider() {
1414 super (Constants .MOD_ID );
1515
1616 // Command Argument Types
17- this .commandArguments .add (sss .class , () -> sss .SERIALIZER , "font" );
17+ this .commandArguments .add (FontArgument .class , () -> FontArgument .SERIALIZER , "font" );
1818
1919 // Command Builders
2020 this .commands .add (BookshelfCommands ::new , "commands" );
You can’t perform that action at this time.
0 commit comments