Skip 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.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. If you don't post more concrete information with your question, I am just going to ignore this thread until you do. I am not going to waste more time making further incorrect guesses about what you are doing (like they were the same entity type) only to give you more incorrect/irrelevant answers.
  2. This is not a teach me how to mod forum. It is a support forum. You need to show what you have tried that you think should work. Preferably with the minimum amount of code on github so we can reproduce your problem. If we have to waste time asking for that information, we probably won't, instead your question will likely just get ignored unless the problem is obvious from the small amount of information posted. Anyway, the answer to this vague question can probably be found by comparing your code with Zombie.finalizeSpawn() or one of the other vanilla entities that can spawn multiple types?
  3. Please don't post logs in the forum, use a file sharing site. There is no error in what you posted, if it really is the full log, post a link to the launcher_log.txt from directly after the crash.
  4. That error does not say which mod is causing the problem, but it is likely one of the mods underlined below Check you have the latest versions then contact the mod authors.
  5. Post the logs/debug.log to a proper file sharing site.
  6. https://forge.gemwire.uk/wiki/Components/1.18#BaseComponent i.e. siblings inherit style from their parent (the thing they are append to). You need to set a color instead of that setStyle(Style.EMPTY) which literally means propogate all the parent style to me.
  7. You need to give it more memory.
  8. You know this question has been asked and answered "a million times" before in various forms in this forum? Along with all the potential "gotchas" that people commonly get wrong. Anyway: For the vanilla animations there is Item.getUseAnimation(). For the bow you will also need to understand ItemProperties https://forge.gemwire.uk/wiki/Item_Properties and how they interact with model overrides. This is the vanilla bow model: https://github.com/misode/mcmeta/blob/assets/assets/minecraft/models/item/bow.json Or here's some mods on github that reference UseAnim.BOW and so might similar to whatever you are trying to do? https://github.com/search?q=UseAnim.BOW&type=code That should be enough hints on what to research? Ultimately, you would be better off looking at ItemInHandRenderer and ItemRenderer (then following the rabbit hole) to see how all this fits together. Finally, this is a support forum not a learn modding forum. Questions like "can you tell me how to", "do you have an example", "insert question answered on wiki" will likely just get ignored. I only answered this question because it is your first post, I very nearly didn't. Come back when you have a problem with something you have actually tried to implement. That way you will also have a better chance at understanding any answers you do get.
  9. https://forge.gemwire.uk/wiki/Custom_Item_Animations
  10. https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/ The maxFps value in your options.txt is also wrong
  11. Post a link to your logs/debug.log
  12. Issue with immersive portals, contact the mod author. I would guess immersive portals doesn't work with optifine?
  13. That error means one of your mods hasn't registered it entity renderer properly. The error does not say which mod or entity is causing the problem. Usually the only way to find it is to experiment with removing mods until you find the problem mod. Use a backup of the world to test removing mods. I can also see one mod (underlined below) modifying code in this area that might be causing it?
  14. https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/
  15. Remove that java 8 or update it to the latest version. Your error is caused by java trying to connect to mojang's website but it cannot validate the website is who they say they are. That old java 8 version contains trust certificates that have long ago expired.
  16. Override Blocks.canSustainPlant() e.g. https://github.com/search?q=cansustainplant+language%3AJava&type=code&l=Java
  17. -Xincgc is a configuration option for older versions of java - it is not supported by modern versions You need to speak to whoever provides your launcher and/or check your launcher's java config options to understand why it is trying to pass that value.
  18. https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/
  19. Sorry, you are right, I think that is part of rubidium.
  20. Could be. The error does say say if it is a file that is wrong or if a mod is processing a file incorrectly.
  21. The error does not say which mod is causing the problem, but it is likely one of the mods I have underlined. Check you have the latest versions then contact the mod authors.

Important Information

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

Account

Navigation

Search

Search

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.