Translations:Modding:Basic Block/40/en

From Vintage Story Wiki
Revision as of 14:09, 25 September 2023 by FuzzyBot (talk | contribs) (Importing a new version from external source)

Now we need to change a few things in our json file. We can add all kinds of different groups, but for now we keep it simple. We are adding group called type, with the states gold and iron. You can use any group code you want.

	"variantgroups": [
		{ "code": "type", "states": ["gold", "iron"] }
	],