Skip to content

Barebones JSON Schema to create and modify configuration files for the Bountiful Minecraft (1.20.1)

License

Notifications You must be signed in to change notification settings

RainbowSaber/BountifulPoolJSONSchema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Schema file for the Bountiful Minecraft Mod that can lint and help with creation of new files through auto complete and descriptions.

Can be natively added to VSC as a json Schema using the following entry in the workspace settings

	"json.schemas": [
		{
			"fileMatch": [
				"**/data/bountiful/bounty_pools/**"
			],
			"url": "./bountiful/bountiful_schema.json"
		}
	]

About

Barebones JSON Schema to create and modify configuration files for the Bountiful Minecraft (1.20.1)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published