Posted April 2, 20196 yr hello, i have started learning the modding (1.12), i'm currently trying to create a simple block. i have a little error "Registry Item: Override did not have an associated owner object. Name: modsp:block_test Value: net.minecraft.item.ItemBlock@49d761c3". I see a lot of post of the subject but none of them helps me. Need your help and explication :( if you need the code : https://github.com/Lluyssen/modsp.git Edited April 2, 20196 yr by firemodo
April 2, 20196 yr Author thx for your answer and links, i'm not sure if i understand, i change like you say @SubscribeEvent public void registerBlock(RegistryEvent.Register<Block> e) @SubscribeEvent public void registerItem(RegistryEvent.Register<Item> e) i don't think you meant that.
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.