[FAQ] Frequently Asked Questions - mariumbacchus/Soulslike-Weaponry GitHub Wiki

Some config values for bosses (for example health) are missing, doesn't the config update on it's own?

No, the config does not update on it's own. After updating the mod, you should delete it and re-launch minecraft to generate a new and fresh one which contains all the new config lines you were previously missing.

The config resets when I try to change a value in it!

Some config lines only accept whole numbers, meaning they are set to be integers. This means that if you try to change them to floats (like changing 3 to 3.5), the config treats it like a broken value and reset (this also happens if you have a typo anywhere in it too). You can look into the file itself to see if it resets because of it being an int instead of float.

As a rule of thumb, values that already have a .0 after them are floats already and can be changed without trouble, but values without that are treated as integers (typically lines for cooldowns or ticks) and may cause problems if you change them to be a float.

image

I am having a specific issue that breaks my game! (or just a general bug)

Make sure you are on the newest release of the mod. If you are and the issue persists, make an issue post here on github and I'll see what I can do about the problem.

How much more content will you be adding?

It depends. I currently have planned on releasing 2 more bosses with maybe a few new entities and weapons sprinkled in, but all that will take a lot of time.

Are you going to update 1.16.5, 1.18.2 and 1.19?

1.16.5: As of now, no. For 1.18.2 and 1.19: maybe in the future, but now the priority lies in getting out an update for the newer minecraft versions (like 1.21 and up).

If you would like more questions here, feel free to create a [QUESTION] issue.