Hello Dear Modders
Well the Title says the most. I'd love to know a bit more about them especially this
1. What program should be used while making entity models?
I used to know Techne, but for some reason it doesnt work anymore
2. Can you make a 16x16 model and use 32x32 and up textures? if yes how?
3. How do you export that model into java exactly?
TCCMain
Code for decalration
@SidedProxy(clientSide = TCCGlobal.TCC_CLIENT_PROXY, serverSide = TCCGlobal.TCC_SERVER_PROXY)
public static CommonProxy proxy;
Code in TCCGlobal
public static final String TCC_CLIENT_PROXY = "com.fuffles.tcc.proxy.ClientProxy";
public static final String TCC_SERVER_PROXY = "com.fuffles.tcc.common.CommonProxy";
Hello Dear Modders,
Im stumbling upon a problem of a java.lang.ClassNotFoundException
Full Error
annd the code
Sorry if the mistake is obvious, Im really blind at times
Hello dear modders,
I had been wondering if any of you know how to use API's of mods, in my case I'd love to use Thaumcraft 5's
but there aint real tutorials on the internet for that... so I'd like to ask you whether you know how to do it
PS: I use Eclipse
Thanks for the help Especially since Im a beginner, I really appreciete the help. Sadly I still dont see my items in game, files that got changed
Item Render
JSON's
changed fuff to c_collision since thats my MOD_ID
Maybe not to someone who worked with forge for over 4 hours sitting on 3 items that still dont work, sorry for time wasting, maybe will figure it out sooner/later
Hello everyone!
I just recently started modding and well, as usual, something is wrong with the item rendering model. Not sure why, you are my only hope
The Log
Render Class
JSON Files
Sorry if the mistake is obvious, Im just really really new to this