We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At current state the parser supports only single definition per JSON config.
weapons/
iron_sword.json
iron_sword
bronze_sword.json
bronze_sword
potions/
small_health_potion.json
small_health_potion
large_health_potion.json
large_health_potion
small_mana_potion.json
small_mana_potion
large_mana_potion.json
large_mana_potion
It could be useful to implement functionality to load multiple definitions from one file:
Weapons.json
Potions.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At current state the parser supports only single definition per JSON config.
weapons/
iron_sword.json
->iron_sword
bronze_sword.json
->bronze_sword
potions/
small_health_potion.json
->small_health_potion
large_health_potion.json
->large_health_potion
small_mana_potion.json
->small_mana_potion
large_mana_potion.json
->large_mana_potion
It could be useful to implement functionality to load multiple definitions from one file:
Weapons.json
->iron_sword
bronze_sword
Potions.json
->small_health_potion
large_health_potion
small_mana_potion
large_mana_potion
The text was updated successfully, but these errors were encountered: