-
Notifications
You must be signed in to change notification settings - Fork 1
Resources
Touched edited this page Dec 10, 2017
·
1 revision
All things that JiggleMap can edit are saved in JSON files called resources. Each resource has a unique, human readable identifier (ID) that be used to refer to the resource. There are various types of resources. For example, both maps and blocksets are resources.
Resources have unique identifiers that you can use to refer to them. These identifiers must follow the following rules:
- Must consist only of lowercase letters, numbers and dashes (-).
- Must begin with a lowercase letter.
- Cannot end with a dash.
- Cannot contain more than one consecutive dash.