Jump to content

FriedrichLP

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by FriedrichLP

  1. No there is just nothing. No error and no block
  2. Ok thx I’ll try this tomorrow. But thx
  3. 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
  4. So I should copy the block models and json and do the same for the item?
  5. I know but why does it search for this file? I‘ve never said that it should do that. I mean I never programmed it.
  6. 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" ?
  7. ok I´ll try out the 1.12 version of his tutorial and make my classes look a bit nicer
  8. OK here is it: https://pastebin.com/VjhxbReJ
  9. 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)
  10. 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
  11. 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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.