First Install
Installation
1
2
3
4
First Setup
Using the In-Game Editor
1
2
3
4
5
6
7
8
Using Config Files
1
2
3
{
"id": "tools",
"displayName": "Tools",
"iconMaterial": "Tool_Pickaxe_Iron",
"items": [
{
"material": "Tool_Pickaxe_Copper",
"buyPrice": 50,
"sellPrice": 25
},
{
"material": "Tool_Axe_Copper",
"buyPrice": 50,
"sellPrice": 25
}
]
}4