File tree 2 files changed +2
-2
lines changed
java/net/earthcomputer/clientcommands/command 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public static void registerItemGroups() {
71
71
// FIXME: this is a hack because creative tabs must be registered on startup but item stacks normally can't be
72
72
// parsed until the world is loaded. Use the default registries for now, as most things in item stacks aren't
73
73
// in dynamic registries yet. Fix this once creative tabs can be registered dynamically.
74
- var holderLookupProvider = new RegistryAccess .ImmutableRegistryAccess (BuiltInRegistries .REGISTRY .stream ().toList ()). freeze () ;
74
+ var holderLookupProvider = new RegistryAccess .ImmutableRegistryAccess (BuiltInRegistries .REGISTRY .stream ().toList ());
75
75
tabs .forEach ((key , tab ) -> {
76
76
try {
77
77
tab .registerItemGroup (holderLookupProvider , key );
Original file line number Diff line number Diff line change 27
27
" MixinCustomCreativeSlot" ,
28
28
" MixinDamageEnchantment" ,
29
29
" MixinEditBox" ,
30
+ " MixinEnchantmentDefinition" ,
30
31
" MixinEnchantmentHelper" ,
31
32
" MixinEnchantmentMenu" ,
32
- " MixinEnchantmentDefinition" ,
33
33
" MixinEnchantmentScreen" ,
34
34
" MixinEntity" ,
35
35
" MixinEntityRendererDispatcher" ,
You can’t perform that action at this time.
0 commit comments