Mrbysco / AngryMobs

Allows a pack developer to add additional AI goals to existing mobs
https://www.curseforge.com/minecraft/mc-mods/angry-mobs
MIT License
5 stars 0 forks source link

[Bug]: it doesn't work #4

Closed the-punt closed 2 months ago

the-punt commented 2 months ago

General Info

Forge version

47.3.0

Minecraft version

1.20.1

Mod version

4.1.1

Java version

I don't know what this means

Issue Description

i cannot configure the file (angrymobs-common) and when i put "true" on everything and start up the game, the mobs do not attack me or anything else. currently everything is set to true,

i also cannot tweak anything with crafttweaker.

interestingly, if i use a configuration mod that allows configuring, the mobs do attack me, but when i go to the page it says it's configuring and change it myself via notepad, it doesn't work.

i could use a configuring mod, but i'm more interested in using the extra things you can do with crafttweaker, which this configuring mod does NOT allow.

below is the image of the notepad, i've set everything to true, but mobs do NOT attack me. image

Additional Information

No response

Mrbysco commented 2 months ago

There are some text programs that save configs in a way in which the config system Forge uses struggles and causes the config to be reset. (Notepad++ is notorious for that)

Mrbysco commented 2 months ago

The AI goals do not get added retroactively. So if you have created a world and changed the config after creation. Any existing mobs won't have the changes applied, only newly spawned mobs will have the changes get applied

the-punt commented 2 months ago

There are some text programs that save configs in a way in which the config system Forge uses struggles and causes the config to be reset. (Notepad++ is notorious for that)

alright, so notepad++ and notepad do not work for me, i also tried visual studio code which didn't work either, what programs do you recommend?

Mrbysco commented 2 months ago

I've never had issues with Sublime Text myself, but I rarely hand-edit the config. It shouldn't matter for the crafttweaker scripts though, only configs can break like that

the-punt commented 2 months ago

image image it didn't work, i inserted it onto both of these files in sublime text, what else could i do?

Mrbysco commented 2 months ago

You can't merge the 2 files. The config is separate from the attribute json for a reason