Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server crashes when i add in top but works fine in singleplayer #629

Open
geterhun opened this issue Dec 6, 2023 · 14 comments
Open

server crashes when i add in top but works fine in singleplayer #629

geterhun opened this issue Dec 6, 2023 · 14 comments

Comments

@geterhun
Copy link

geterhun commented Dec 6, 2023

hi my server crashes pretty much everytime i try to start my server idk why as it never has before i am using my moodpack called mysticcrafthttps://legacy.curseforge.com/minecraft/modpacks/mysticmodpackunleashed/files
[crash-2023-12-01_17.43.56-fml.txt] (https://github.com/McJtyMods/TheOneProbe/files/13575573/crash-2023-12-01_17.43.56-fml.txt)

@McJty
Copy link
Collaborator

McJty commented Dec 6, 2023

That's weird. This works fine for other people. TOP is used a lot. So I suspect there is some mod conflict but I can't imagine what mod would cause this

@cylian914
Copy link

cylian914 commented Jan 2, 2024

i got the same error, it seem that gtceu is the issue

btw i made a litle py script to get common mods, very usefull when there is an incopatiblity.

@screret
Copy link

screret commented Jan 2, 2024

@McJty Could we get an official way to add tool types from a plugin?
sorry if that already exists and we just couldn't find it btw.

this seems to be a regression from the 1.12 version where this wasn't so hardcoded...

@McJty
Copy link
Collaborator

McJty commented Jan 3, 2024

Tool types from a plugin? What do you mean by that?

@screret
Copy link

screret commented Jan 3, 2024

like if my mod adds custom tools TOP won't show those in the popup because they're not in the config

@McJty
Copy link
Collaborator

McJty commented Jan 3, 2024

There is not really a way for me to solve that. I don't have a way to get those extra tool types as far as I know

@screret
Copy link

screret commented Jan 3, 2024

could add a hook for plugins to supply custom ones maybe?

@screret
Copy link

screret commented Jan 3, 2024

also, changing the String in that map to a Component would help greatly

@McJty
Copy link
Collaborator

McJty commented Jan 3, 2024

You are talking about plugins. I suppose you mean mods right? Because plugins and mods are not the same thing

@screret
Copy link

screret commented Jan 3, 2024

yes, sorry; I meant TOP plugins. whatever those are called now

@McJty
Copy link
Collaborator

McJty commented Jan 3, 2024

Just mods

@screret
Copy link

screret commented Jan 3, 2024

whatever the terminology, my current solution is this gross hack & I'd like a more acessible API in TOP for adding these.

@screret
Copy link

screret commented Jan 3, 2024

because as it turns out, that particular gross hack breaks sometimes.

@cylian914
Copy link

it break because of "import net.minecraft.client.resources.language.I18n;", and its (obviously) not existant in a server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants