Jump to content

Mods not showing up


jkc120

Recommended Posts

I'm trying to add this mod for my son:

https://www.curseforge.com/minecraft/mc-mods/more-ores-in-one

Here are the steps I followed on an Ubuntu Linux box:

1. downloaded forge installer (forge-1.16.5-36.1.0-installer.jar)
2. mkdir .minecraft
3. cd .minecraft
4. ran:  java -jar forge-1.16.5-36.1.0-installer.jar --installServer        which appears successful:

Quote

  Output: /home/minecraftuser/.minecraft/libraries/net/minecraftforge/forge/1.16.5-36.1.0/forge-1.16.5-36.1.0-server.jar Checksum Validated: b21bf58b1437b481fcc250f13ca95263fca22f6f
The server installed successfully, you should now be able to run the file forge
You can delete this installer file now if you wish

5. The file it creates is named "forge-1.16.5-36.1.0.jar" so no "universal" in the name, not sure why or if that is relevant.
6. echo eula=true > eula.txt
7. ran the server with:   java -jar forge-1.16.5-36.1.0.jar  and it opens properly
8. quit the server and copy the mod file:    cp MoreOresInONE-1.2_1.16.5.jar ~/.minecraft/mods/
9. restart the server in nogui mode:   java -Xms2048M -Xmx4096M -jar forge-1.16.5-36.1.0.jar nogui

At this point, the server is running and my son can connect, but says the mod isn't working. How do I check why the mod isn't working or debug this? The only thing I see in the log related to this mod is this message:

Quote

./logs/debug.log:[13Apr2021 19:34:42.877] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/minecraftuser/.minecraft/mods/MoreOresInONE-1.2_1.16.5.jar
./logs/debug.log:[13Apr2021 19:34:42.916] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MoreOresInONE-1.2_1.16.5.jar with {moreoresinone} mods - versions {1.2}
./logs/debug.log:[13Apr2021 19:34:42.916] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraftuser/.minecraft/mods/MoreOresInONE-1.2_1.16.5.jar with language javafml
./logs/debug.log:[13Apr2021 19:34:44.185] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(MoreOresInONE-1.2_1.16.5.jar:/home/minecraftuser/.minecraft/mods/MoreOresInONE-1.2_1.16.5.jar)
./logs/debug.log:[13Apr2021 19:34:44.185] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(MoreOresInONE-1.2_1.16.5.jar:/home/minecraftuser/.minecraft/mods/MoreOresInONE-1.2_1.16.5.jar)
./logs/debug.log:[13Apr2021 19:34:44.186] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(MoreOresInONE-1.2_1.16.5.jar:/home/minecraftuser/.minecraft/mods/MoreOresInONE-1.2_1.16.5.jar)
./logs/debug.log:[13Apr2021 19:34:44.186] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(MoreOresInONE-1.2_1.16.5.jar:/home/minecraftuser/.minecraft/mods/MoreOresInONE-1.2_1.16.5.jar)
./logs/debug.log:[13Apr2021 19:34:44.187] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(MoreOresInONE-1.2_1.16.5.jar:/home/minecraftuser/.minecraft/mods/MoreOresInONE-1.2_1.16.5.jar)
./logs/debug.log:[13Apr2021 19:34:44.188] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MoreOresInONE-1.2_1.16.5.jar:/home/minecraftuser/.minecraft/mods/MoreOresInONE-1.2_1.16.5.jar)]
./logs/debug.log:[13Apr2021 19:34:44.190] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MoreOresInONE-1.2_1.16.5.jar:/home/minecraftuser/.minecraft/mods/MoreOresInONE-1.2_1.16.5.jar)]
./logs/debug.log:[13Apr2021 19:34:52.143] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.KG20.moreoresinone.Main.MoreOresInONE with classLoader cpw.mods.modlauncher.TransformingClassLoader@673bb956 & cpw.mods.modlauncher.TransformingClassLoader@673bb956
./logs/debug.log:[13Apr2021 19:34:53.932] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [moreoresinone] Starting version check at https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/update/update.json
./logs/debug.log:               "1.2":"https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.16.x/changelog.txt"
./logs/debug.log:               "1.1":"https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.16.x/changelog.txt"
./logs/debug.log:               "1.0":"https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.16.x/changelog.txt"
./logs/debug.log:               "1.1": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.15/changelog.txt"
./logs/debug.log:               "1.0b": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.15/changelog.txt"
./logs/debug.log:               "1.0b": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.15/changelog.txt",
./logs/debug.log:               "1.0": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.15/changelog.txt"
./logs/debug.log:               "1.0": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.14/changelog.txt",
./logs/debug.log:               "1.1": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.14/changelog.txt",
./logs/debug.log:               "1.1b": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.14/changelog.txt",
./logs/debug.log:               "1.2": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.14/changelog.txt",
./logs/debug.log:               "1.3": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.14/changelog.txt",
./logs/debug.log:               "1.3b": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.14/changelog.txt",
./logs/debug.log:               "1.4": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.14/changelog.txt",
./logs/debug.log:               "1.5": "https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/1.14/changelog.txt"
./logs/debug.log:[13Apr2021 19:34:56.623] [main/DEBUG] [net.minecraftforge.fml.server.ServerLifecycleHooks/CORE]: Generating PackInfo named mod:moreoresinone for mod file /home/minecraftuser/.minecraft/mods/MoreOresInONE-1.2_1.16.5.jar
./logs/debug.log:[13Apr2021 19:34:57.286] [main/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, forge-1.16.5-36.1.0-universal.jar, MoreOresInONE-1.2_1.16.5.jar
./logs/latest.log:[13Apr2021 19:34:53.932] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [moreoresinone] Starting version check at https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/update/update.json
./logs/latest.log:[13Apr2021 19:34:57.286] [main/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, forge-1.16.5-36.1.0-universal.jar, MoreOresInONE-1.2_1.16.5.jar
Binary file ./mods/MoreOresInONE-1.2_1.16.5.jar matches

I don't see any error messages or anything indicating it didn't work, so I'm at a loss.

Thanks!

Link to comment
Share on other sites

You'll have to excuse me I'm not a Minecraft expert, just trying to set something up for my son. But his wording was "I just checked if the block was in creative". I believe the mod is supposed to add new ones and he wasn't able to see them.

When he's home later I will spin up the mod'd server and have him connect to it and will post both debug.log.  On the client side, where would that log reside?

Thanks!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.