FallingTree

FallingTree

28M Downloads

Mod not being detected in Forge

RichyT opened this issue ยท 5 comments

commented

Describe the bug

Having a similar issue to #366 but with a Linux server. Mod doesn't look like it's even being detected.

[01:49:09] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.1.1, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853]
[01:49:09] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 19 by Oracle Corporation; OS Linux arch amd64 version 5.7.9-arch1-1
[01:49:09] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/rich/forgerecommended/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER
[01:49:10] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/rich/forgerecommended/libraries/net/minecraftforge/fmlcore/1.19.2-43.1.1/fmlcore-1.19.2-43.1.1.jar is missing mods.toml file
[01:49:10] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/rich/forgerecommended/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.1.1/javafmllanguage-1.19.2-43.1.1.jar is missing mods.toml file
[01:49:10] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/rich/forgerecommended/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.1.1/lowcodelanguage-1.19.2-43.1.1.jar is missing mods.toml file
[01:49:10] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/rich/forgerecommended/libraries/net/minecraftforge/mclanguage/1.19.2-43.1.1/mclanguage-1.19.2-43.1.1.jar is missing mods.toml file
[01:49:10] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
[01:49:12] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
[01:49:17] [main/INFO] [minecraft/DataFixers]: Building unoptimized datafixer
[01:49:19] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 43.1.1, for MC 1.19.2 with MCP 20220805.130853
[01:49:19] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v43.1.1 Initialized
[01:49:20] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[01:49:21] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: UP_TO_DATE Current: 43.1.1 Target: null
[01:49:22] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[01:49:23] [main/WARN] [minecraft/VanillaPackResources]: Assets URL 'union:/home/rich/forgerecommended/libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-srg.jar%23100!/assets/.mcassetsroot' uses unexpected schema
[01:49:23] [main/WARN] [minecraft/VanillaPackResources]: Assets URL 'union:/home/rich/forgerecommended/libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-srg.jar%23100!/data/.mcassetsroot' uses unexpected schema
[01:49:26] [main/INFO] [minecraft/RecipeManager]: Loaded 7 recipes
[01:49:27] [main/INFO] [minecraft/AdvancementList]: Loaded 1179 advancements
[01:49:28] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.19.2
[01:49:28] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
[01:49:28] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: CREATIVE
[01:49:28] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
[01:49:28] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565
[01:49:28] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using epoll channel type
[01:49:28] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "Ringworld"

Pretty sure the jar is in the right place. The mods folder was generated by the server.

forgerecommended % ls mods
Falling-Tree-Mod-Fabric-1.19.2.jar*

I have tried this with 1.19.2-43.1.1 1.19.2-43.1.33 1.19.2-43.1.34

Minecraft version

1.19.2

Forge version

43.1.1

Mod version

1.19.2

Relevant log output

No response

commented

I noticed that there appeared to be a different jar on the website. I can't remember where I got that one from. I downloaded the new one and get the same result. (I won't repost the log output. It's essentially the same).

forgerecommended % ls mods
FallingTree-1.19.2-3.10.0.jar*
commented

"Falling-Tree-Mod-Fabric-1.19.2.jar" there's fabric and you seem to use forge. I don't know if you got it from an official location or not.
Other point, why is there a * at the end of the file name? Should end with .jar

I'd try redownloading it from curse or modrinth.

If it's the same, use ls -lath instead

commented

In case you're wondering where I got the first file from, I tracked it down to a site called 9minecraft.net Not sure how legit they are.

It may just be an older file? This is the md5

d3018a742ff38f2276fa06925b7c0696 Falling-Tree-Mod-Fabric-1.19.2.jar

commented

The * is just a thing ls often adds to indicate a file is executable. It's not part of the filename.

mods % ls
FallingTree-1.19.2-3.10.0.jar*
mods % find .
.
./FallingTree-1.19.2-3.10.0.jar

commented

My bad. Looking in the debug.log, I see the mod is being loaded and the config file has been created. It seems the defaults just make it appear to be not present? I think we're all good here. Thanks for your time.