All Activity
- Today
-
retro1234 joined the community
-
Failure to Launch with 1.21.10-60.0.6 Linux server, Java 21.
Hey, sorry about this. There was an oversight with my fix so I've made a pull request to have it resolved. When LexManos or Paint_Ninja are available, it'll be merged. For now, please continue to use 60.0.5. Thanks for letting me know of the issue again. 🙏
-
Failure to Launch with 1.21.10-60.0.6 Linux server, Java 21.
OK, got a similar warning as above with .5 but FallingTree is working fine. I'm not sure if it's a FallingTree or Forge issue.
-
Failure to Launch with 1.21.10-60.0.6 Linux server, Java 21.
Thanks. May still be issues. [19:51:42] [main/WARN] [ne.mi.co.ForgeHooks/WP]: The following mods have version differences that were not resolved: forge (version 59.0.1 -> 1.21.10-60.0.7) Things may not work well. Also had trouble running FallingTree mod but currently verifying that's not a me thing. Yep, not a me thing. [19:54:52] [main/ERROR] [ne.mi.fm.lo.ModSorter/LOADING]: Missing or unsupported mandatory dependencies: Mod ID: 'forge', Requested by: 'fallingtree', Expected range: '[60,)', A ctual version: '1.21.10-60.0.7' Going to see how .5 does.
- Yesterday
-
Failure to Launch with 1.21.10-60.0.6 Linux server, Java 21.
I've fixed this in Forge 60.0.7. Please update. Thank you!
-
evan.117 joined the community
-
Failure to Launch with 1.21.10-60.0.6 Linux server, Java 21.
Was upgrading from 1.21.9. Failed with an error. Reinstalled 1.21.9, good. Installed 1.21.10-60.0.5, also good. Error is [17:35:50] [main/ERROR] [ne.mi.fm.lo.mo.ModDiscoverer/SCAN]: Locator net.minecra ftforge.fml.loading.moddiscovery.ClasspathLocator@7dc51783 found an invalid mod file net.minecraftforge.fml.loading.moddiscovery.ModFileInfo@4b61d0c6 net.minecraftforge.fml.loading.moddiscovery.InvalidModFileException: Illegal version number specified ${forge_version} (forge-1.21.10-60.0.6-universal.jar) I can add more info if needed but I'm guessing this was just a whoops.
-
Richy_T joined the community
-
Locdraper joined the community
-
nccck joined the community
-
tedso6767 joined the community
-
ChyungMyung joined the community
-
me1ona joined the community
-
Margaret White joined the community
-
aroapalan changed their profile photo
-
aroapalan joined the community
- Last week
-
FTBQuests quests not showing in server
Most likely, this is no longer relevant for you, but I will still leave my answer, because I had the same problem, and I did not find a clear answer anywhere. To ensure your server players have the quests you created, all you need to do is transfer the necessary files to the server. Players don't need to install anything on their end, except for mod. You need to find .minecraft>config>ftbquests>quests. In quests should be folder and two files. So all you need to do is use existing ones or create folders config>ftbquests>quests, and copy the contents of the quests folder.
- Medium-sized modpack crashing when loading new chunks occasionally. (crash report)
- Medium-sized modpack crashing when loading new chunks occasionally. (crash report)
-
[1.20.1] Custom Effect Help
Currently stuck on making a custom effect for forge 1.20.1 Im trying to add a certain number of hearts to a player once they consume a potion/custom item, i tried doing it with the vanilla effects and it didn't work the way i wanted it to work, so now im trying to make a custom effect that adds this configurable amount of hearts So far Ive been following KaupanJoes tutorial for both 1.21 and 1.20 and the effect doesn't seem to give any errors nor does its registration, however i cant seem to get it to work with applying it to the item itself ```package com.curseofaros.item; import com.curseofaros.effect.ModEffects; import net.minecraft.world.effect.MobEffectInstance; import net.minecraft.world.effect.MobEffects; import net.minecraft.world.food.FoodProperties; public class ModFoods { public static final FoodProperties FLASK_OF_LIFE = new FoodProperties.Builder() .fast() .alwaysEat() .nutrition(0) .saturationMod(0) .effect(() -> new MobEffectInstance(MobEffects.HEAL, 1, 2), 1.0f) .build(); public static final FoodProperties MEDIUM_POTION = new FoodProperties.Builder() .fast() .alwaysEat() .nutrition(0) .saturationMod(0) .effect(() -> new MobEffectInstance(ModEffects.MEDIUM_POTION_EFFECT.get())) .build(); public static final FoodProperties SMALL_POTION = new FoodProperties.Builder() .fast() .alwaysEat() .nutrition(0) .saturationMod(0) .effect(() -> new MobEffectInstance(MobEffects.HEAL, 1, 3), 1.0f) .build(); } (Sorry for the real shi formatting, don't really know how to do it smh, note im also fairly new to Java so i don't know a lot, please be patient and let me know if the error is simply a lack of understand of Java principles)
- Medium-sized modpack crashing when loading new chunks occasionally. (crash report)
-
-
Medium-sized modpack crashing when loading new chunks occasionally. (crash report)
crashlog: https://pastebin.com/mW43VxdU (was ran through mclo.gs beforehand but realized i need to make it a pastebin, may have artifacts from mclo.gs) Context: had same crash from loading ocean chunks, just had it again from tp'ing to a Yung's Better Nether Fortress. I have BetterRandomSourceConcurrencyCrash enabled.
- java.lang.IllegalStateException: Some intrusive holders were not registered
- java.lang.IllegalStateException: Some intrusive holders were not registered
- java.lang.IllegalStateException: Some intrusive holders were not registered
- java.lang.IllegalStateException: Some intrusive holders were not registered
- made a modpack but i get this error every time i try to launch minecraft
-
Failed to load resource META-INF/jarjar/metadata.json
These are the forge forums, you would need to ask wherever neoforged support is given.
-
Failed to load resource META-INF/jarjar/metadata.json
Hello, i'm trying to launch a server with additional mods i've added myself, and it isn't launching - but scrolling through the debug.log i came across [main/TRACE] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Failed to load resource META-INF/jarjar/metadata.json from MixinSquared-0.2.0-beta.6.jar, it does not contain dependency information. which came up a lot - im just wondering if this could be why my server won't launch
-
Orbital strike cannon fishing rod mod
Also did you quit making this?
-
made a modpack but i get this error every time i try to launch minecraft
[main/ERROR]:Failed reading REFMAP JSON from : java.lang.NullPointerException Cannot invoke "org.spongepowered.asm.mixin.refmap.ReferenceMapper.setResourceName(String)" because "mapper" is null this is the error message i keep getting when trying to launch minecraft from the launcher with my mods but i just can't figure out what this error message means. i'm new to making mod packs but i have tried making 3 separate mod packs with different mods but i still run into this issue and i am starting to think there might be a conflict between 2 different mods but again i have no idea since this is the only error message i get. any idea's?
-
-
The game crashed: rendering overlay Error: com.electronwill.nightconfig.core.io.WritingException: An I/O error occured
Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
-
- Earlier
-
The game crashed: rendering overlay Error: com.electronwill.nightconfig.core.io.WritingException: An I/O error occured
i have downloaded a mod called All in One (Modded One Block) and downloaded it through essentials mod to play with my friends, it starts to load up and start loading into the game but then i get the crash report and get sent back to the launcher with the error code "The game crashed: rendering overlay Error: com.electronwill.nightconfig.core.io.WritingException: An I/O error occured".
-
How Do I Commission A Mod
There typically isnt a place to commission mods. Mods are made by hobbyist programmers in their spair time. You could try some general minecraft modding discords, but I dont have any to recommend.
-
jarJar not working
minecraftLibrary is required for dev time for it to load. jarJar should be enough for runtime. be sure you're running the latest forge. And make sure you post your debug log.
- REI not showing recipes anymore
IPS spam blocked by CleanTalk.