KillerRose83 Posted January 29, 2022 Posted January 29, 2022 I am trying to add an entity into minecraft using forge. i had gotten the game to run without errors until i tried to /summon him ingame. I dont understand what im missing but i assume it has to do with the attributes not registering. Entity class:https://pastebin.com/WVBGZWBZ Player Events class:https://pastebin.com/NpuTE53S Error log: https://pastebin.com/Dj59TPSf I will be forever in debt if you decide to help with this Quote
Luis_ST Posted January 29, 2022 Posted January 29, 2022 you subscribe the EntityAttributeCreationEvent to the worng EventBus, since you need the ModEventBus Quote
KillerRose83 Posted January 29, 2022 Author Posted January 29, 2022 i have changed it so it subscribes to the Bus.MOD https://pastebin.com/fm2SA0T0 And it still wont summon the entity Any more suggestions Thanks! Quote
KillerRose83 Posted January 29, 2022 Author Posted January 29, 2022 I also removed it from the previous class just to be clear Quote
KillerRose83 Posted January 29, 2022 Author Posted January 29, 2022 (edited) recent Log: https://pastebin.com/1CeBETYe Edited January 29, 2022 by KillerRose83 Quote
KillerRose83 Posted January 29, 2022 Author Posted January 29, 2022 the minibossentity class is linked at the top of the forum but here: https://pastebin.com/WVBGZWBZ Quote
KillerRose83 Posted January 29, 2022 Author Posted January 29, 2022 i have been planning on changing this but it would require i change all the jsons, and at the moment i am too lazy. i wanted to figure out this entity thing Quote
KillerRose83 Posted January 29, 2022 Author Posted January 29, 2022 17 minutes ago, diesieben07 said: Search and replace is a thing. Also data generation. Even so: You must fix your item registration. Are you 100% sure (verify using the debugger) that your event handler is called? This worked lol Thank You SO much!! Quote
Recommended Posts
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.