forked from stonehearth/startermod_items
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
20 lines (18 loc) · 754 Bytes
/
manifest.json
File metadata and controls
20 lines (18 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"info" : {
"name" : "startermod_items",
"version" : 2
},
"aliases" : {
"sample_melee_weapon" : "file(entities/legendary_sword/legendary_sword.json)",
"sample_shield" : "file(entities/legendary_shield/legendary_shield.json)",
"sample_armor" : "file(entities/magic_armor/magic_armor.json)",
"sample_buff" : "file(buffs/courageous/courageous_buff.json)",
"sample_lamp" : "file(entities/sample_lamp/sample_lamp.json)",
"hung_lamppost" : "file(entities/hung_lamppost/hung_lamppost.json)",
"sample_fountain" : "file(entities/sample_fountain/sample_fountain.json)",
"sample_fountain:fine" : "file(entities/sample_fountain_fine/sample_fountain_fine.json)"
},
"mixintos" : {
}
}