KubeJS-Mods / KubeJS

https://kubejs.com
GNU Lesser General Public License v3.0
307 stars 90 forks source link

Fix keybinds in default options #859

Closed lonevox closed 2 months ago

lonevox commented 3 months ago

Description

Fixes a bug where defaultoptions.txt fails to load if any default keybinds are set in it. I fixed it by adding the version field when copying defaultoptions.txt so that the data fixer upper isn't ran on the file.

Example Script

Not applicable

Other details

Fixes #592