Posted September 1, 201411 yr I am just trying to do a simple techne model as a block in mcreator. everything is running fine now.. but for some reason its saying public ModelCetosUterus(); is an invalid method declaration. everywhere I have looked today it looks like this. This is not a creature just a block.. Please if you can help I would much appreciate it. public static class ModelCetosUterus extends ModelBase { //fields ModelRenderer Piece1; ModelRenderer Folder1; ModelRenderer EggSack; ModelRenderer TallMidU; ModelRenderer UcontoEgg; ModelRenderer medMidBackU; ModelRenderer UtubeMidUp; ModelRenderer crookbigU; ModelRenderer tubeMid; ModelRenderer MedMiddleU; ModelRenderer UTubeAtch; ModelRenderer SmallerMidU; ModelRenderer SmallEndU; } public ModelCetosUterus(); { textureWidth = 64; textureHeight = 39; setTextureOffset("Piece1.Folder1", 0, 0);
September 1, 201411 yr Author Pleaseee... someone I've been trying to fix this all day... http://minecraftforge.net/forum/Smileys/default/cry.gif
September 1, 201411 yr Here's something that might help. Change public ModelCetosUterus(); to public ModelCetosUterus() { } Then continue with rendering and such. Method declarations are basic Java. Developer of small, unreleased, basic, and incomplete mods since 2014!
September 2, 201411 yr Author no. It doesn't like that word model.. but it says model all throughout.
September 2, 201411 yr Do NOT use code generators like MCreator. Learn java if you want to make a mod. Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
September 2, 201411 yr Author bah I know i am learning slowly but surely this is just nice for the mean time
September 2, 201411 yr Remove static from your class declaration. Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
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.