Jump to content

Cadiboo

Members
  • Posts

    3624
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Cadiboo

  1. Diesieben has the right answer but out of interest, are you adding a using animation/matrix to your item?
  2. Are you instantiating your objects in their registry events?
  3. Or you could use DCEVM
  4. I’m down to redo the lighting & rendering stuff, I was just thinking about doing something like this yesterday. I’m not sure exactly what would be required to make it properly nostalgic, but making the grass bright green again and tweaking the rendering & lighting would be a good place to start.
  5. If r is radius then I assume a is angle
  6. Don't use MCreator. ever. It was a great concept, but it was horribly made. Really, really, really badly implemented. I'm planning on making my own API (that might have its own program to make stuff) that provides similar functionality. Registry events haven't been new for a long time. You might want to take use my example mod. You should at least read the README as it outlines a few concepts and has some helpful references. If you release code you've written people can see it. Java is one of the easiest languages to decompile, but this applies universally. It takes max 5 min to decompile & deobfuscate someone's mod. I don't see any reason for keeping code private ever (except for trying to monetise on it), if your worried about security your code should always be public so people can look at it and tell you about vulnerabilities for example. IMO the answer is never to keep code private
  7. Use a client sided EventSubscriber or proxies
  8. Use ReflectionHelper with both the deobf and SRG names
  9. It’s not that hard to update from 1.7.10 to 1.12.2.
  10. Make a new topic with your issue and post your logs in that new topic as described in the EAQ and my signature
  11. What’s wrong with just using a JSON model?
  12. Rerun the installer
  13. Try looking at the Forge and FML configs. They have examples of pretty much everything that’s possible. If it’s not possibl feel free to make a PR to forge
  14. @V0idWa1k3r He has an obj model that was made in an external editor (Minecraft Model Maker ToolBox 2.0) and throws an error while loading about how the UV bounds are outside 0-1. Edit: Sorry about the messed up formatting, I’m on my phone and quotes aren’t really working. There’s more stuff I wrote inside the quote.
  15. You might want to google “draw circle with points”. I found a stackoverflow answer with a similar search that was very helpful and described how to find points for both an elipse and a circle
  16. If your working on obfuscated files you’re doing something wrong
  17. Try removing Just enough IDs
  18. This is a very expensive operation that only needs to be done once! Put it in a static initialiser right below setting the field. That field reference should also be a constant
  19. You need to sync the inventory when the entity is spawned on the client
  20. I can’t open that, can you use GitHub Gist or pastebin?
  21. Post the crash without the mod
  22. try removing mr crayfish’s furniture mod
  23. EAQ: http://www.minecraftforge.net/forum/topic/20-rules-and-eaq-read-first-or-you-will-get-banned/ My signature is the text that appears below each of my posts (if you’re not on mobile)
×
×
  • Create New...

Important Information

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