-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathfabric.mod.json
57 lines (57 loc) · 1.43 KB
/
fabric.mod.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"schemaVersion": 1,
"id": "mythicmetals",
"version": "${version}",
"name": "Mythic Metals",
"description": "Adds many new ores, tools and armorsets to the game. Currently in Beta!",
"authors": [
"Noaaan"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mythicmetals",
"sources": "https://github.com/Noaaan/MythicMetals",
"issues": "https://github.com/Noaaan/MythicMetals/issues"
},
"license": "MIT",
"icon": "assets/mythicmetals/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"nourl.mythicmetals.MythicMetals"
],
"preLaunch": [
"com.llamalad7.mixinextras.MixinExtrasBootstrap::init"
],
"client": [
"nourl.mythicmetals.MythicMetalsClient"
],
"fabric-datagen": [
"nourl.mythicmetals.data.MythicMetalsData"
],
"rei_client": [
"nourl.mythicmetals.compat.MythicMetalsREIClientPlugin"
],
"cardinal-components-entity": [
"nourl.mythicmetals.MythicMetals"
]
},
"mixins": [
"mythicmetals.mixins.json"
],
"accessWidener": "mythicmetals.accessWidener",
"depends": {
"fabricloader": ">=0.14.0",
"alloy_forgery": "*",
"fabric": ">=0.57.0",
"minecraft": "1.20.x",
"java": ">=17",
"owo": ">=0.10.3",
"cardinal-components-entity": "*"
},
"custom": {
"cardinal-components": [
"mythicmetals:carmot_shield",
"mythicmetals:combustion_cooldown"
]
}
}