Posted November 2, 20204 yr Hello, I want to fix my mod's mappings, because I've updated some block and item ID's. Configured event RegistryEvent.MissingMappings<Block> event and it is working. My code is: and I'm getting weird error after completing this event. It tells me "Remapped...", 0 errors. But the error is: So the error comes not from my class, but from GameData.Tells me that com.matez.wildnature.common.blocks.BlockSlabVertical cannot be cast to net.minecraft.item.Item. And i'm even not doing anything with items yet! Sometimes it tells also Exception reading .\saves\World\level.dat_old java.lang.ClassCastException: net.minecraft.item.BlockItem cannot be cast to net.minecraft.block.Block What's the matter?
November 2, 20204 yr I don't know why you've insisted on posting your code (and the error) as images. Those things are 100% text. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
November 2, 20204 yr Author mostly to keep formatting Catch the code https://gist.github.com/e53a0f34afa79b80aef9909047c43ac5 https://gist.github.com/75d4e37e8367fd644db8fd1cf83a1738
November 2, 20204 yr That's what the code block does. Click the <> button when posting. Edited November 2, 20204 yr by Draco18s Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.