FallingTree

FallingTree

28M Downloads

Not loading on server

DeadpoolsITGuy opened this issue ยท 2 comments

commented

Describe the bug

I cannot get this to work on the server side for forge i have the file in the mods folder and i have tested it works on the client side on a singleplayer world but on a multiplayer world i will not even show in the avaliable mods

Minecraft version

1.19

Forge version

41.0.5

Mod version

3.6.0

Relevant log output

No response

commented

Version 3.6.0 is not compatible wit forge.
image

You have to use version 3.6.1.


If it was just a mistake and you indeed use 3.6.1, then I can't reproduce it.

You can check in your debig.log file, you should see something similar to this:

[11Jun2022 10:47:39.081] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan
[11Jun2022 10:47:39.102] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []
[11Jun2022 10:47:39.104] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null),(userdev classpath:null)
[11Jun2022 10:47:39.278] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate E:\Minecraft\test-forge\mods\FallingTree-1.19-3.6.1.jar
[11Jun2022 10:47:39.346] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FallingTree-1.19-3.6.1.jar with {fallingtree} mods - versions {3.6.1}
[11Jun2022 10:47:39.350] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file E:\Minecraft\test-forge\mods\FallingTree-1.19-3.6.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[41,)]]
[11Jun2022 10:47:39.355] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file server-1.19-20220607.102129-srg.jar with {minecraft} mods - versions {1.19}
[11Jun2022 10:47:39.355] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file E:\Minecraft\test-forge\libraries\net\minecraft\server\1.19-20220607.102129\server-1.19-20220607.102129-srg.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]]
[11Jun2022 10:47:39.355] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate E:\Minecraft\test-forge\libraries\net\minecraftforge\forge\1.19-41.0.17\forge-1.19-41.0.17-universal.jar
[11Jun2022 10:47:39.358] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.19-41.0.17-universal.jar with {forge} mods - versions {41.0.17}
[11Jun2022 10:47:39.358] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file E:\Minecraft\test-forge\libraries\net\minecraftforge\forge\1.19-41.0.17\forge-1.19-41.0.17-universal.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[24,]]]

Especially :

[11Jun2022 10:47:39.278] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate E:\Minecraft\test-forge\mods\FallingTree-1.19-3.6.1.jar
[11Jun2022 10:47:39.346] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FallingTree-1.19-3.6.1.jar with {fallingtree} mods - versions {3.6.1}

If you don't have this then the mod is not loaded by forge (wrong file, put in wrong folder, corrupted, ...).

commented

Thanks this was my mistake i am now using 3.6.1 and it works!