Minecoprocessors

Minecoprocessors

183k Downloads

new version v3 crash on server

Zafaranec opened this issue ยท 5 comments

commented

Hi, new version 1.12.1-3 crash on my server but previous version not, here is my crashlog: https://pastebin.com/xAUbLaj6

commented

@Zafaranec this should be fixed in 1.12.1-4, thanks again for bringing this to my attention!

commented

Thanks for letting me know! I will get that fixed tonight.

commented

Thanks for react and fix :)

commented

Notes:

@Override
public void addInformation(ItemStack stack, @Nullable World worldIn, List<String> tooltip, ITooltipFlag flagIn) {
tooltip.add(Minecoprocessors.proxy.i18nFormat("item.book_code.tooltip"));
}

add @SideOnly(Side.CLIENT)

commented

no problem, thank for awesome mod.