So I just installed SpongeForge, because I have OC (OpenComputers) installed, and I 3D printed a VR headset, and I want to download NucleusPower so that I would be able to wear them. Then I looked up how to install plugins in Minecraft 1.10.2, and saw SpongeForge. I downloaded it, installed it into the mods folder, and when I start up minecraft, it crashes. It doesn’t even show me Minecraft window. How do I fix this? Log: [19:52:20] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.l - Pastebin.com EDIT: I’ve tried reading the Documentation while waiting, and then i saw that Minecraft Launcher comes with it’s own java, so I’ve decided to check it out. So, since I am using the “New” Minecraft launcher, it allows me to choose java path, so I’ve pointed it to 101 java build. It still crashed. I’ve tried replacing the preinstalled Java, but it still crashed. What do I do?
Update SpongeForge; your Forge versions are mismatched, and the latest SpongeForge version is designed for the Forge version you’re already running.
And FYI the old launcher also supported Java paths.
ok. I’m gonna update to the Latest, not the experimental branch.
EDIT: Done! I’ve tried updating to the latest version, but still, no success. Log: [22:48:26] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.l - Pastebin.com Also, to make sure that I am running latest java version at all times, I replaced the one which comes with the new launcher.
could you add your full modlist please
Try removing FoamFix, IIRC it doesn’t play nice with Sponge.
I was assured very recently by @Deamon that the latest versions of SpongeForge and FoamFix now work together .
So my full modlist is this: Animania, BetterFPS, FoamFix, Grapple Mod, JEI, OpenComputers. Also, I’m gonna try updating the mod again, and deleting foamfix.
Update: I tried removing foamfix and updating spongeforge, but no luck.
Removing BetterFps should fix it. It’s pretty much useless on a server with Sponge anyway, since Sponge already adds serverside optimizations itself.
The game still crashed. Log: [17:06:46] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.l - Pastebin.com Mod list: https://i.imgur.com/iVhIt8U.png
EDIT: It seems that the game crashes even if I only install SpongeForge. Log from Minecraft Output window: 17:10:17 launcher Preparing to launch minecraft client for 1.10.2-forge1.10.2- - Pastebin.com
So, right now I tried installing SpongeForge on minecraft 1.11.2, and it got to the loading screen, but it still crashed. Crash log: [18:18:55] [Client thread/INFO]: Setting user: *this is private*[18:18:55] [Cl - Pastebin.com
Complete error logs are a lot more helpful, as is a list of the actual versions being used. But from the above, I saw this:
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again.
Double check that you have the right version installed…
It still did not work. Even tried removing FoamFix, but no luck. 15:47:02 launcher Preparing to launch minecraft client for 1.11.2-forge1.11.2- - Pastebin.com
Are you playing singleplayer? And why do you need SpongeForge? The sponge plugin Nucleus doesn’t have anything to do with VR…
Yes. I am playing singleplayer, and with the VR, I have opencomputers installed, and I have 3D printed VR headset, I just want to wear it, and Nucleus allows to use command /hat
On your current version of Minecraft, you can use the /replaceitem command. This would be in the format /replaceitem entity @p slot.armor.head {item id} 1 {data value} {nbt tags}
the problem is that I don’t know the NBT tags of the item, because it’s custom.
You can view it with NBTExplorer; it should be easy to find since player files are centralized. If it’s a small number of tags, you could also toss it on the ground, and type /entitydata @e[type=item,c=1] {}
to dump it all in the chat.
This is tangential solving, by the way. There should definitely be a solution to your initial problem. I just don’t know it.
ok. I’m gonna try that.