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. The actual error is with the curios mod screen. But it could also be caused by whatever is providing that zpf000$onRender mixin. Unfortunately, the mod author didn't give the mixin a name that identifies which mod it is. Candidates are the ones I have underlined, i.e. balm, ae2, mousetweaks, smoothswapping and ipnext Check you have the latest version of these mods and then contact the mod authors.
  2. Issue with bookshelf mod. Check you have the latest version the contact the mod author.
  3. We need to see the error in the logs/debug.log
  4. Editing the question to the remove the reference to "autonomous agents" doesn't change the fact that the information requested is mostly used to write bots. Anyway, here's a dicussion of why what are asking is pretty much impossible in general for modern minecraft: https://forums.minecraftforge.net/topic/118158-1182-getting-ore-rarities/#comment-519809
  5. Check you have the latest version then contact the mod author.
  6. Cheats/bots are not supported in this forum.
  7. Issue with resourcefulllib Check you have the latest version then contact the mod author.
  8. It's long because that property makes mojang's code log all the debug information. You can turn off that debug now, by removing the property. The problem is with immersive portals. Check you have the latest version then contact the mod author.
  9. logs/debug.log You should check it contains that NullPointerException error message before posting it to make sure you have set that property correctly.
  10. It's not clear what you mean by "minecrafts structure_block" but I guess what you are referring to/looking for is? StructureTemplate.Palette.save(CompoundTag) That has code to put a ListTag in the compound tag, see newIntegerList()
  11. You can't have uppercase characters or spaces in ResourceLocations. That includes file names in your mod's resource/data packs.
  12. Remove optifine and confirm you don't get the same error. Forge by itself doesn't have this error.
  13. You are not the first to report this issue with multicraft and BetterMC All I can tell you is that one of the mods is hard crashing the game with a broken mixin. There is no other information in the error information, it doesn't say which mod. You need to speak to the BetterMC modpack developers or multicraft. If you find out what the real problem is, please report it back here for others.
  14. Don't you have your own DeferredRegister that contains your items? public static final DeferredRegister<Item> MY_ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, MODID); then for (RegistryObject<Item> itemRegistration : MY_ITEMS.getEntries()) { var item = itemRegistration.get(); // do stuff } You also have the issue that you are adding every item to every tab. You need to check: event.getTab() is the tab you want.
  15. If the mod is not called fabrication or maybe c_tweaks. I don't know. The mod author hasn't named their mixin file in a standard way so we don't know which mod it is. You could use a zip program to look inside each mod jar and see which has a "fabrication.mixins.json" file.
  16. Path worldSaveDirectory = minecraftServer.getWorldPath(LevelResource.ROOT); Should get you the current save?
  17. That log is private.
  18. Looks like an issue with the netherdungeons mod. But it could also be something strange with whatever that enemyexpproofofconcept/GhoulSpitEntity is given its name?
  19. NOTE: you need to put the full path in qoutes in the run.bat if it contains spaces.
  20. You need to add java 17 to your PATH in the windows environment settings. I would have expected the java 17 installation to do that for you. Maybe you need to relogin/reboot to make it update? Otherwise, you can modify the run.bat and change where it says java to be the full path to the java.exe of your java 17 installation.
  21. run.bat or run.sh depending on your operating system
  22. Google says this: https://atlauncher.com/help/extra-arguments The only launcher officially supported in these forums is the mojang one. Anything else, you have to ask them.
  23. Yes. Minecraft remembers which dimensions are needed in the world/level.dat file. So another option is to use an nbt editor to remove them from that file. But you might also have other references to uninstalled mods elsewhere in the chunk data, e.g. biomes, structures, etc.

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.