Skip to content

Commit

Permalink
refactor(next): remove CreativeModeTabArgument
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Sep 27, 2022
1 parent a3c3772 commit 023170b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 105 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/auioc/mcmod/arnicalib/Initialization.java
Expand Up @@ -2,7 +2,6 @@

import org.auioc.mcmod.arnicalib.client.config.AHClientConfig;
import org.auioc.mcmod.arnicalib.client.event.AHClientEventHandler;
import org.auioc.mcmod.arnicalib.common.command.AHCommandArguments;
import org.auioc.mcmod.arnicalib.common.itemgroup.AHCreativeModeTabs;
import org.auioc.mcmod.arnicalib.common.network.AHPacketHandler;
import org.auioc.mcmod.arnicalib.server.event.AHServerEventHandler;
Expand Down Expand Up @@ -52,7 +51,6 @@ public void registerConfig() {}

private void modSetup() {
AHPacketHandler.init();
AHCommandArguments.init();
modEventBus.register(AHGlobalLootModifiers.class);
AHLootItemConditions.LOOT_CONDITION_TYPES.register(modEventBus);
AHLootItemFunctions.LOOT_FUNCTION_TYPES.register(modEventBus);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/arnicalib.mixin.json
Expand Up @@ -6,7 +6,6 @@
"common.MixinPistonBaseBlock",
"common.MixinMobEffectInstance",
"common.MixinCommandSourceStack",
"common.MixinCreativeModeTab",
"common.MixinItemStack",
"common.MixinProjectile",
"common.MixinArrow",
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/assets/arnicalib/lang/en_us.json
Expand Up @@ -13,7 +13,6 @@
"arnicalib.command.failure.not_dedicated_server": "This command must be executed by the dedicated server",
"arnicalib.command.failure.get_real_source.reflection": "Failed while using reflection to get real command source",

"arnicalib.argument.creative_mod_tab.unknown": "Unknown creative mod tab \"%s\"",
"arnicalib.argument.language_info.unknown": "Unknown language \"%s\"",

"arnicalib.command.version.success": "Version: %s (%s)",
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/assets/arnicalib/lang/zh_cn.json
Expand Up @@ -13,7 +13,6 @@
"arnicalib.command.failure.not_dedicated_server": "此命令必须由专用服务器执行",
"arnicalib.command.failure.get_real_source.reflection": "使用反射获取真实命令源失败",

"arnicalib.argument.creative_mod_tab.unknown": "未知的创造模式物品栏标签\"%s\"",
"arnicalib.argument.language_info.unknown": "未知的语言\"%s\"",

"arnicalib.command.version.success": "版本: %s (%s)",
Expand Down

0 comments on commit 023170b

Please sign in to comment.