Neeve's AE2: Extended Life Additions

Neeve's AE2: Extended Life Additions

534k Downloads

When trying to dump an item list with the mod tellme get the following error on the server console.

mindcloud69 opened this issue ยท 0 comments

commented

Version 1.12.2 nae2-1.5.3 tellme-1.12.2-0.7.0-dev.20200919.184303

/tellme dump all

I get this error on the server side and a unspecified error when trying to do it client side. When I removed nae2 and ran the dump command it worked.

Console13:52:07
java.lang.NoClassDefFoundError: net/minecraft/client/resources/I18n
at co.neeve.nae2.common.items.NAEBaseItemPart.getItemStackDisplayName(NAEBaseItemPart.java:77) ~[NAEBaseItemPart.class:?]
at net.minecraft.item.ItemStack.getDisplayName(ItemStack.java:617) ~[aip.class:?]
at fi.dy.masa.tellme.datadump.ItemDump$ItemInfoProviderBase.getDisplayName(ItemDump.java:442) ~[ItemDump$ItemInfoProviderBase.class:?]
at fi.dy.masa.tellme.datadump.ItemDump$ItemInfoProviderBasic.addLine(ItemDump.java:542) ~[ItemDump$ItemInfoProviderBasic.class:?]
at fi.dy.masa.tellme.datadump.ItemDump.getDataForItemSubtypes(ItemDump.java:123) ~[ItemDump.class:?]
at fi.dy.masa.tellme.datadump.ItemDump.getFormattedItemDump(ItemDump.java:65) ~[ItemDump.class:?]
at fi.dy.masa.tellme.command.SubCommandDump.getData(SubCommandDump.java:177) ~[SubCommandDump.class:?]
at fi.dy.masa.tellme.command.SubCommandDump.outputData(SubCommandDump.java:123) ~[SubCommandDump.class:?]
at fi.dy.masa.tellme.command.SubCommandDump.execute(SubCommandDump.java:106) ~[SubCommandDump.class:?]
at fi.dy.masa.tellme.command.CommandTellme.execute(CommandTellme.java:92) ~[CommandTellme.class:?]
at com.feed_the_beast.ftbutilities.ranks.CommandOverride.execute(CommandOverride.java:83) ~[CommandOverride.class:?]
at net.minecraft.command.CommandHandler.tryExecute(CommandHandler.java:119) [bj.class:?]
at net.minecraft.command.CommandHandler.executeCommand(CommandHandler.java:91) [bj.class:?]
at net.minecraft.server.dedicated.DedicatedServer.executePendingCommands(DedicatedServer.java:433) [nz.class:?]
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:398) [nz.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_372]