Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash #26

Open
ErriourMe opened this issue Aug 21, 2019 · 1 comment
Open

Crash #26

ErriourMe opened this issue Aug 21, 2019 · 1 comment

Comments

@ErriourMe
Copy link

Hi. I have problem with using mod on server. If I'm trying to insert any card to information panel, it makes crash.
Version: WorldControl-1.0.31
Checked cores: Sponge, Mohist (I'm using it more)

Description: Ticking block entity

java.lang.AbstractMethodError: worldcontrolteam.worldcontrol.items.ItemFluidCard.getStringData(Ljava/util/List;ILnet/minecraft/item/ItemStack;Z)Ljava/util/List;
	at worldcontrolteam.worldcontrol.api.screen.predefs.ScreenElementProviderCard.onCardUpdate(ScreenElementProviderCard.java:36)
	at worldcontrolteam.worldcontrol.tileentity.TileEntityInfoPanel.func_73660_a(TileEntityInfoPanel.java:484)
	at net.minecraft.world.World.func_72939_s(World.java:2174)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:850)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:924)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:462)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:811)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
	at java.lang.Thread.run(Thread.java:748)
@Kira076
Copy link

Kira076 commented Feb 15, 2020

It seems development on the mod is completely dead... But for what it's worth, I actually found the issue... The mod uses .lang files for localisation but minecraft currently expects a .json with the json simply being a mapping from the keys to the localisation... Converter can be found here and more info about it can be found here... Might submit a pull request later just for posterity?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants