Posted January 29, 20223 yr 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
January 29, 20223 yr you subscribe the EntityAttributeCreationEvent to the worng EventBus, since you need the ModEventBus
January 29, 20223 yr Author 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!
January 29, 20223 yr Author recent Log: https://pastebin.com/1CeBETYe Edited January 29, 20223 yr by KillerRose83
January 29, 20223 yr Author the minibossentity class is linked at the top of the forum but here: https://pastebin.com/WVBGZWBZ
January 29, 20223 yr Author 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
January 29, 20223 yr Author 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!!
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.