Do a Barrel Roll

Do a Barrel Roll

3M Downloads

[Feature Request] Better Documentation for Server Config

EndDragon438 opened this issue ยท 2 comments

commented

Mod Menu is not available for Forge so the in game config editor does not work. Please add something to help change the server config on Forge. Here are my ideas:

A) Add support for Configured/other Forge config editor
B) Include the default options for the server in the server config instead of just {}, and add comments for each option.
e.g. {# VANILLA, HIGH_SPEED, INSTA_KILL "kineticDamage":"VANILLA", # true, false "allowThrusting":false}
etc.
C) Keep up-to-date list of config options with examples on the repo itself (or README across mod sites)

Currently, the README is not up to date and does not include kineticDamage or it's options. I've had to find these config options by using Mod Menu on a Fabric pack and copy the JSON over.
Much appreciated!

commented

The current version of the mod should be compatible with NeoForge's builtin config menu, and you should be able to open its config screen through there like you would on Fabric. If not, that may be a bug.

commented

The current version of the mod should be compatible with NeoForge's builtin config menu, and you should be able to open its config screen through there like you would on Fabric. If not, that may be a bug.

I'm on MC 1.20.1 Forge 47.3.7 with DABR 3.5.6 in a custom modpack on a server, if the config is supposed to work on this version it may be a bug and I can send over more info if needed.
Updated documentation would be very appreciated whether or not it is a bug, just as a backup option in case the in game editor isn't working like in my case.