I´ve created a block in a test mod and it won´t register. I´ve tried many things but I cant get it to be registered. Why??? Heres my main class: https://pastebin.com/z01Kcbmk , my ClientProxy: https://pastebin.com/fBVMeyDn , my class where I register my blocks: https://pastebin.com/tvfZdAEh aaaand my block class: https://pastebin.com/hZMW36w3 I would appreciate any help
ok...... I made everything exactly like the tutorial but I still get the same error. And what does this mean: "Caused by: java.io.FileNotFoundException: 110core:models/item/block_hektometer.json" ?
Well I did everything he said but it won´t work. What am I doing wrong???? Alo I did everything this turorial said but it didn´t work: https://wiki.mcjty.eu/modding/index.php/Render_Block_OBJ-1.9 (I know that it is for 1.9 but I thought it should work for 1.10 too)
Well this is my code:
the block class: https://pastebin.com/6t66QMgm
the class where I register my block: https://pastebin.com/3wf499Wx
and the client proxy class: https://pastebin.com/MDTN3f7t
I have a problem with my mod. I don´t know how to create custom models from wavefront obj files. I watched some tutorials but it still isn´t working for me. I hqave the OBJLoader and I have the blockstate file (https://pastebin.com/eCLFEfmw), the mtl file (https://pastebin.com/f8QC47WD) and the obj file (https://pastebin.com/PaQ4AEdh ) but it won´t work. Every time I start the test client it gives me this error: https://pastebin.com/NtB3zgUT . Please give me a simple answer because I´m not good at creating custom models. I know things about java but there is still much for me to learn.