Posted February 7, 20223 yr --> 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, 20223 yr by Astre Spelling mistakes ๐ (im french)
February 7, 20223 yr 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
February 8, 20223 yr Author 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)
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.