Choice Posted August 1, 2021 Posted August 1, 2021 (edited) Hi, I'm new to java and coding and I wanted to create an entity (an example one) just to see how it works and runs. However, when I summon the entity the game crashes and in the crash log it says the following error in the title. Been stuck for 2 days now as I don't know what's wrong with it. Crash Report - https://hastebin.com/goxemoquta.http My code: Main Class - https://hastebin.com/yiluqavazu.swift Rendering Registries - https://hastebin.com/ikakegaqum.swift EntityTypeInit - https://hastebin.com/ayewuhevov.swift ExampleEntityModel - https://hastebin.com/uvozeretum.yaml ExampleEntityRenderer - https://hastebin.com/uwijivifax.java ExampleEntity - https://hastebin.com/bawijecimi.java Edited August 2, 2021 by Choice Quote
poopoodice Posted August 2, 2021 Posted August 2, 2021 You are missing the annotation @SubscribeEvent on your renderer registering (client setup event) method, if you are using auto subscribing. 1 Quote
Choice Posted August 2, 2021 Author Posted August 2, 2021 (edited) @poopoodice Thank you so much the game doesn't crash anymore when I load the world now. It's always the little things. The texture of the model hasn't loaded but i can probably fix this. But honestly thanks. Appreciate it. Edited August 2, 2021 by Choice Quote
Choice Posted August 2, 2021 Author Posted August 2, 2021 (edited) @poopoodice I got a problem again. The game no longer crashes but the model texture of the entity looks like this and the texture for the model is provided too. Any reason why this might be? It's supposed to look like a penguin Edited August 2, 2021 by Choice Quote
poopoodice Posted August 2, 2021 Posted August 2, 2021 It seems like in BlockBench your texture is not saved? Quote
Choice Posted August 2, 2021 Author Posted August 2, 2021 @poopoodicei did save them and I put them into the texture slot into Eclipse so it is there. Btw sorry if I’m bothering you. Quote
Choice Posted August 3, 2021 Author Posted August 3, 2021 Hey @diesieben07 even with the getAddEntityPacket and getEntitySpawningPacket my textures aren't loading and the entity is either invisible or is visible but in a very wrong state. Can you have a look at my code and see what's wrong with it? My EntityTypeInit - https://pastebin.com/8rY2gnma My ExampleEntity -https://pastebin.com/PymCXQiH My ExampleEntityModel - https://pastebin.com/sgtS6yeA My ExampleEntityRenderer - https://pastebin.com/BsCqtgUL My ClientEventBusSubscriber - https://pastebin.com/MNnWr1Kv My WeatherMod(main java) - https://pastebin.com/5hQqjsSX Quote
Choice Posted August 3, 2021 Author Posted August 3, 2021 @diesieben07 my bad sorry won't do it again 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.