Jump to content

MrDj200

Members
  • Posts

    23
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MrDj200's Achievements

Tree Puncher

Tree Puncher (2/8)

4

Reputation

  1. Thanks!
  2. Ah, thanks! Works now! However, what is supposed to go into the 2nd parameter (key)? GameRegistry.registerTileEntity(tileEntityClass, key);
  3. Oh, where is this supposed to go?
  4. Hey there o/. I made a Tile Entity with the "ITickable" interface and I'm using the Overwritten method "update()" to let the Block do something. And that works fine, except when I reload the world, it does not work anymore. Block updates won't start it either. It needs to be replaced. What am I missing, is "update()" the wrong method? Here's the code: https://pastebin.com/5vkT7eaJ -Dj
  5. So "deprecated" does not mean "it'll be removed soon, please use a new method instead" ?
  6. Yeah, I know ^^. I was told that the probability that Deprecated methods will be removed in the near Future is high, thats why I wanted to know the new variants ^^ -Dj
  7. You could look at this: https://www.spigotmc.org/resources/namemanager.5147/ I think it's doing what you are looking for, Heres the Source: https://github.com/AgentLV/NameManager Maybe you can find something that helps in there. Good luck -Dj
  8. Nice, that works! Thank you very much! Do you happen to know the not deprecated methods? I have a feeling it'll bork the hell out when I update to a new Forge version in the future. -Dj
  9. Hey, I also had problems with items. Sorry to not post a direct answer to you question, but I your code is quite messy(sry)(I'm a total beginner aswell, so maybe I just don't get it yet :/). Take a look at this: https://wiki.mcjty.eu/modding/index.php/Basic_Item-1.12 These tutorials helped me a LOT. Here is the link to the complete wiki: https://wiki.mcjty.eu/modding/index.php/Main_Page Hope this helps -Dj
  10. Block class: https://pastebin.com/8skfgwX1 and the Parent class for my Blocks: https://pastebin.com/nBgKEejZ sry for the delay just had breakfast ^^" -Dj
  11. Hey, I use this site/wiki alot: https://wiki.mcjty.eu/modding/index.php/Main_Page And it has a section which could help you: https://wiki.mcjty.eu/modding/index.php/Render_Block_OBJ-1.12 I have not looked further into that topic, but the topics I looked thorugh, helped me alot -Dj
  12. Hey there o/ I finally got a Block Model to work in Minecraft (yay). But now it looks kinda weird. Here a screenshot: The lightning looks quite a bit off. Has someone experienced it/knows a fix? -Dj
  13. No you can't. Way too Time Consuming No Probs at all man Have a nice Day/night/Whatever! ^^ -Dj
  14. Yeah, I meant that with Output ^^. Download the Windows Offline (64Bit) from this website and Install Java. Link: https://www.java.com/en/download/manual.jsp Note: If you have 32 Bit, use the Windows Offline without 64 Bit link instead -Dj
  15. Can you post the output here? It should tell you your Java Version
×
×
  • Create New...

Important Information

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