Jump to content

Cadiboo

Members
  • Posts

    3624
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Cadiboo

  1. Return a different capability depending on the side (facing) passed in.
  2. It’s unsupported because it’s so old no one knows how to fix issues with it or how anything works in it.
  3. https://pastebin.com/zGcD6MpS Sorry we don't support 1.7.10 (it's 4+ years old!) or any version under 1.10 on this forum anymore due to their age. We simply don't know how to help you anymore. You can go to the Minecraft Forum where I think that they still still support older versions, or update to a modern version of Minecraft (the latest version or the one before it) to receive support on this forum.
  4. The event is also cancellable, make sure to handle this appropriately. I think you want the method in item that allows access to the tile.
  5. You’re using Windows correct?
  6. You can still change the texture and the name of the object, there should be no difference to the end user
  7. Does the block place event have access to the tile entity? IIRC the tile is placed down afterwards.
  8. What about the other 3 points?
  9. - Use the installer - Post your logs (found in the folder you launcher the sever from) - how are you launching the server, from a bat file or by double clicking it - don’t manually add the libraries, use the installer
  10. Variants should be separate items in 1.13 anyway, so I think you should have the vanilla one as your default variant.
  11. Sorry we don't support 1.7.10 (it's 4+ years old!) or any version under 1.10 on this forum anymore due to their age. We simply don't know how to help you anymore. You can go to the Minecraft Forum where I think that they still still support older versions, or update to a modern version of Minecraft (the latest version or the one before it) to receive support on this forum.
  12. It’s German, it says “please install Forge 14.23.1.2594 or higher”
  13. That’s not a debugger. That’s a profiler. https://www.eclipse.org/community/eclipse_newsletter/2017/june/article1.php
  14. I think you could probably make your own IRecipe implementation and wrap the vanilla one to fix those conflicts. Just an idea tho
  15. In the log you posted you’re launching Forge 1.12.2
  16. Check your file for weird characters and make sure you have the correct encoding
  17. Advice: read this https://gist.github.com/Cadiboo/fbea89dc95ebbdc58d118f5350b7ba93. Your code looks fine, but your naming is horrible.
  18. Sounds like you should talk to the pixelmon devs
  19. Unless your talking about another Rift, Rift is a mod loader for 1.13, not a mod for 1.12.2. The capes mod appears to be broken, you should remove it.
  20. If you try and mod the game, I think you possibly, just possibly, might be able to crash the game on startup. Forge and it’s libraries aren’t that big and you only need to download them once. I’m guessing that their probably half a gigabyte all up. My gradle libraries + decompiled minecraft is just over 500mb.
  21. Have you stepping through your code with the debugger?
  22. Look at how vanilla does it
×
×
  • Create New...

Important Information

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