Darkhax-Minecraft / BadMobs

A very simple minecraft mod which allows users to disable the spawning on any minecraft entity. This will also remove all existing entities of a banned type from that world.
9 stars 10 forks source link

How to config GUI? #36

Closed DuphyDog closed 3 years ago

DuphyDog commented 3 years ago

Hello, I suffer from severe arachnophobia and even spiders in Minecraft gives me real anxiety and panic attacks. I was trying to get BadMobs to work several hours. I probably have same problem as my predecessors with GUI, since I can't open the "config" panel in launcher. I tried to find some info on how to fix this issue, but I couldn't find any. Would you please explain how to fix this problem? Thank you.

Darkhax commented 3 years ago

The config GUI only works on certain versions of the game. If it's not showing up for you then it is not supported on your version. This is because Forge keeps changing how the GUI works and on many versions they remove support without adding it back.

In your case you would need to find the config folder manually, it's normally in .minecraft/config and is named something like bad-mobs.cfg or bad-mobs.toml.

DuphyDog commented 3 years ago

Yup, found that. Unfortunately I'm not able to open it or do something about it. Now it just came to my mind, that the problem might be that I'm using MacOs? Snímek obrazovky 2020-12-21 v 17 19 49

Darkhax commented 3 years ago

MacOS works fine, the issue is that you've never opened this type of file before so your computer doesn't know which app/program to read it with. TOML is just a normal text file. I believe you want to open it with "TextEdit" which should already be on your computer by default.

DuphyDog commented 3 years ago

Okay, thank you. I thing I might wrote what I needed to. I don't want spiders to ever spawn, I don't mind witch to spawn. Snímek obrazovky 2020-12-21 v 17 34 59 I only changed true to false and false to true but what I got is this error message. Snímek obrazovky 2020-12-21 v 17 36 36

Darkhax commented 3 years ago

Can you click the "open crash-20020-....." button and upload the file here?

DuphyDog commented 3 years ago

Sure, here you go. crash-2020-12-21_17.47.45-fml.txt

Darkhax commented 3 years ago

Ah I see, forge's new system is a bit annoying and likes to crash at every little typo.

Invalid value flase

Simple typo, should work when you fix it.

DuphyDog commented 3 years ago

It finally works and doesn't spawn any spiders when using egg in creative. Thank you so much for your help!

Darkhax commented 3 years ago

That's great. Glad I could help.