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.
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
6 replies
Important Information
By using this site, you agree to our Terms of Use.