Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Cadiboo

Members
  • Joined

  • Last visited

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. 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
  6. Use a client sided EventSubscriber or proxies
  7. Use ReflectionHelper with both the deobf and SRG names
  8. It’s not that hard to update from 1.7.10 to 1.12.2.
  9. Make a new topic with your issue and post your logs in that new topic as described in the EAQ and my signature
  10. What’s wrong with just using a JSON model?
  11. 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
  12. @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.
  13. 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
  14. If your working on obfuscated files you’re doing something wrong
  15. Try removing Just enough IDs
  16. 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
  17. You need to sync the inventory when the entity is spawned on the client
  18. I can’t open that, can you use GitHub Gist or pastebin?
  19. try removing mr crayfish’s furniture mod
  20. 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)

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.