Started by
SilverRalph
on
Topic category: Minecraft mod ideas exchange
Im currently making a mod on Mac but I can't use techne. Can someone please help make models for me? The files will need to be in a .rar folder with the model of the mob as well as its texture separatrely.
I can give it a shot
You can make models without techne using code like:
head = new ModelRenderer(this, 0, 0);head.addBox(-4F, -8F, -4F, 8, 8, 8);
head.setRotationPoint(0F, 0F, 0F);
head.setTextureSize(64, 64);
head.mirror = true;
I could help you, but how would I send it to you? I'd rather not share my email online.
I can halp you just lemme know how to contact you