-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1009 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "com.rmminusr.items",
"version": "0.6.0",
"license": "MIT License",
"author": {
"name": "Robert Christensen / rmMinusR",
"url": "https://rmMinusR.com/"
},
"displayName": "Item Anvil",
"description": "An intuitive and highly customizable RPG-style item ecosystem, using Component-like properties to add modular functionality.",
"hideInEditor": false,
"dependencies": {
"com.unity.textmeshpro": ""
},
"samples": [
{
"displayName": "Player Inventory",
"description": "Contains a simple setup for player inventory and UI",
"path": "Samples~/Player Inventory"
},
{
"displayName": "Tea Shop",
"description": "Contains a simple shop setup, allowing the player to buy with safe, covariant-proof transactions",
"path": "Samples~/Tea Shop"
},
{
"displayName": "Metallurgy",
"description": "A crafting minigame! Buy ores => smelt => alloy => sell for profit.",
"path": "Samples~/Metallurgy"
}
]
}