enjarai / do-a-barrel-roll

Microsoft flight simulator for Minecraft elytras.
https://www.curseforge.com/minecraft/mc-mods/do-a-barrel-roll
GNU General Public License v3.0
92 stars 27 forks source link

[Feature Request] Better Documentation for Server Config #166

Open EndDragon438 opened 2 weeks ago

EndDragon438 commented 2 weeks ago

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!

enjarai commented 2 weeks ago

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.

EndDragon438 commented 2 weeks ago

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.