forked from lawremi/CustomOreGen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquickmod.json
More file actions
24 lines (23 loc) · 808 Bytes
/
quickmod.json
File metadata and controls
24 lines (23 loc) · 808 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
{
"uid": "org.pfaa.CustomOreGen",
"modId": "CustomOreGen",
"name": "Custom Ore Generation",
"nemName": "CustomOreGeneration",
"description": "Allows the player to customize how ore is generated.",
"urls": {
"website": [ "mcf:1935710-164forge-custom-ore-generation-first-revival" ],
"source": [ "https://github.com/lawremi/CustomOreGen" ],
"wiki": [ "https://github.com/lawremi/CustomOreGen/wiki",
"http://customoregen.shoutwiki.com/"]
},
"license": "Artistic 2.0",
"updateUrl": "github://lawremi@CustomOreGen/quickmod.json",
"tags": [ "Biomes" ],
"categories": [ "Worldgen", "Ores" ],
"authors": {
"Founder": [ "JRoush" ],
"Author": [ "JRoush", "noogenesis" ]
},
"versions": [
]
}