Astre Posted February 7, 2022 Share Posted February 7, 2022 (edited) --> First, I have to warn you, I am new to coding on java, so if you give me a solution, imagine that you are talking to a guy who has been only making texture packs and nothing else đ I just started this mod, following Nico Kaupenjohann's tutorial, and I want to add a new entity block that will have a UI, but every time I right-click on it, it returns me this error: Failed to create screen for menu type: rocketscience:rocket_builder I tried everything to fix it, but it won't work --> Also, I have a second minor problem: I don't know why but blocks are taking AGES to break in survival for no reason... Here is the link for the github page:Â https://github.com/AstronoCraft/RocketScienceMod/tree/master Edited February 7, 2022 by Astre Spelling mistakes đ (im french) Quote Link to comment Share on other sites More sharing options...
Luis_ST Posted February 7, 2022 Share Posted February 7, 2022 1 hour ago, Astre said: First, I have to warn you, I am new to coding on java Note that basic java is required for modding minecraft 1 hour ago, Astre said: I just started this mod, following Nico Kaupenjohann's tutorial, and I want to add a new entity block that will have a UI, but every time I right-click on it, it returns me this error: you need to register Screens in FMLClientSetupEvent not in FMLCommonSetupEvent and you never register this event handler 1 Quote Link to comment Share on other sites More sharing options...
Astre Posted February 8, 2022 Author Share Posted February 8, 2022 17 hours ago, Luis_ST said: Note that basic java is required for modding minecraft you need to register Screens in FMLClientSetupEvent not in FMLCommonSetupEvent and you never register this event handler Thank you so much! it works now! Also, yes, I am trying to learn java đ (python is the only laguage I understand) Quote Link to comment Share on other sites More sharing options...
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.