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.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. https://forge.gemwire.uk/wiki/Dependencies
  2. The source code for what you want is here: https://github.com/MinecraftForge/ForgeGradle/tree/FG_1.0 or there is this in the modern maven repository: https://maven.minecraftforge.net/net/minecraftforge/gradle/ForgeGradle/1.0/maven-metadata.xml But, you won't get support for anything before 1.18 in this forum. You will have to work through problems yourself or find somebody else who mods on your version to help you.
  3. Use java 17, mixin does not support java 19
  4. Looks like an issue with updgraded netherite mod? Check you have the latest version the contact the mod author.
  5. Use java 17, mixin does not support java 19
  6. You are trying to mods for 1.15 with minecraft 1.18.2? Download the versions of those mods that are for minecraft 1.18.2
  7. Read the comments in your user_jvm_args.txt
  8. There is nothing else in that log about your problem. I have underlined the following mods that are modifying code in this area: But that does not mean it is one of these mods. They are just ones you can check first to see if you have the latest version or there are known issues.
  9. Nope, now you are missing geckolib You should check the mod pages of your mods to make sure you have all mods they say they need.
  10. If there is no data or processing relevant on the server, you can check the side. You basically let the client decide to show the screen with no veto by the server. You still shouldn't have client classes directly in your entity. But I don't think that is what you want? You have an "isTalking" field which doesn't look to implemented properly no synch server <-> client I am guessing your intention is that the villager can only talk to one player at once? As it stands, that is kind of true on the server, but not on the client. The client has no idea if the villager is talking to other players only if the local player is. And the server has no idea when players stop talking to villagers.
  11. Issue with the createaddition mod, check you have the latest version the contact the mod author.
  12. Entity.isPickable() controls whether a ray trace can target your entity.
  13. Looks like you haven't registered an entity renderer for one of your entities?
  14. Looks like an issue with a broken recipe for create. The error message does not say which recipe or what mod is adding it. The problem is not necessarily with create, it could be one of its add-on mods or something else that is adding create recipes. I think the error means somebody has created a recipe with zero fluid amount?
  15. Since you don't show the full the log it's hard to say. Looks like there is some issue with the jars in your .minecraft/libraries folder? All the classes it says it can't find are from jars in that folder. A possible cause might be the folder or the jars have the wrong operating system permissions? One thing you can try is rename your .minecraft folder to something else to back it up. Then reinstall minecraft from scratch. This will force it to redownload/reinstall those jars. You say you already tried it, but did you make sure it was actually installing into an empty folder or was it reinstalling over files that already exist.
  16. Your error says something is trying to modify the list of entities in a chunk incorrectly. There is nothing in that crash report that says which mod is causing the problem. If you post the logs/debug.log that might contain some extra information that gives a hint? But it is likely the only way you are going to find the problem mod is by removing mods individually until you find it. (Backup your world before removing mods). Mobs relating to mobs/entities or obscure mods with few downloads would be the first ones to test. You should also check you have the latest versions of your mods and check to see if their issues/bug report pages have a known problem relating to this.
  17. LivingConversionEvent
  18. Looks like an issue with chisels and bits. Check you have the latest version then contact the mod author.
  19. https://docs.minecraftforge.net/en/latest/concepts/resources/#resourcelocation minecraft:diamond yourmodid:your_item othermodid:other_item You really need to read the docs/wiki instead of asking these minecraft 101 questions.
  20. It is an issue with your graphics driver: nvoglv64.dll If your driver is up-to-date you need to contact the manufacturer. Sometimes downgrading a driver to a previous version can avoid newly introduced bugs in the driver.
  21. Your configuration file is invalid/corrutped. You can find it in world/serverconfig If you don't have a backup of this file and don't know how to fix it (ask the mod author), you can delete it and it should be recreated with default options.
  22. I didn't see anything obviously wrong with your code, so I downloaded and ran the mod. I grew the cucumber crop to age 5 and then harvested it. I got 3 seeds and 1 cucumber. Seems to be working for me? Try downloading your github repo to a different folder and then comparing it with your current workspace. They are obviously different.

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.