Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Config Sorting #42

Closed
NielsPilgaard opened this issue Feb 19, 2020 · 3 comments
Closed

[Feature Request] Config Sorting #42

NielsPilgaard opened this issue Feb 19, 2020 · 3 comments

Comments

@NielsPilgaard
Copy link

Hello o/

I would like to request that the configs get sorted by tier.

At the moment the configs are ordered like this:

[Energy_Transfer]
	#Range: 1 ~ 9000000000000000000
	spiritedTransfer = 32000
	#Range: 1 ~ 9000000000000000000
	starterTransfer = 1000
	#Range: 1 ~ 9000000000000000000
	basicTransfer = 2000
	#Range: 1 ~ 9000000000000000000
	hardenedTransfer = 4000
	#Range: 1 ~ 9000000000000000000
	nioticTransfer = 16000
	#Range: 1 ~ 9000000000000000000
	blazingTransfer = 8000
	#Range: 1 ~ 9000000000000000000
	nitroTransfer = 64000

and I would like

[Energy_Transfer]
	#Range: 1 ~ 9000000000000000000
	starterTransfer = 1000
	#Range: 1 ~ 9000000000000000000
	basicTransfer = 2000
	#Range: 1 ~ 9000000000000000000
	hardenedTransfer = 4000
	#Range: 1 ~ 9000000000000000000
	blazingTransfer = 8000
	#Range: 1 ~ 9000000000000000000
	nioticTransfer = 16000
	#Range: 1 ~ 9000000000000000000
	spiritedTransfer = 32000
	#Range: 1 ~ 9000000000000000000
	nitroTransfer = 64000

I hope you'll consider it :)

@owmii
Copy link
Owner

owmii commented Feb 19, 2020

Hey NillerMedDild, Unfortunately this happen when forge trying to correct the config , like you see the Config class already sorted. so this is a forge issue, sorry for that :(

@NielsPilgaard
Copy link
Author

NielsPilgaard commented Feb 19, 2020

Ah dammit, but fair enough :)
Edit: Thanks for the quick reply.

@owmii
Copy link
Owner

owmii commented Feb 19, 2020

When the config newly generated it generates sorted but wen you reload the game that happen.
No problem, thanks for reporting anyway :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants