Skip to content

Commit 08dad40

Browse files
committed
Changed modid file structure
1 parent eed85fa commit 08dad40

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

File renamed without changes.
File renamed without changes.

src/main/resources/fabric.mod.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
"schemaVersion": 1,
33
"id": "minetale",
44
"version": "${version}",
5-
"name": "Example mod",
6-
"description": "This is an example description! Tell everyone what your mod is about!",
5+
"name": "MineTale",
6+
"description": "Hytale in Minecraft",
77
"authors": [
8-
"Me!"
8+
"TheCodeMonkey",
9+
"AnyaPizza"
910
],
1011
"contact": {
1112
"homepage": "https://fabricmc.net/",
1213
"sources": "https://github.com/FabricMC/fabric-example-mod"
1314
},
1415
"license": "CC0-1.0",
15-
"icon": "assets/modid/icon.png",
16+
"icon": "assets/minetale/icon.png",
1617
"environment": "*",
1718
"entrypoints": {
1819
"main": [
@@ -26,9 +27,9 @@
2627
]
2728
},
2829
"mixins": [
29-
"modid.mixins.json",
30+
"minetale.mixins.json",
3031
{
31-
"config": "modid.client.mixins.json",
32+
"config": "minetale.client.mixins.json",
3233
"environment": "client"
3334
}
3435
],
@@ -38,7 +39,5 @@
3839
"java": ">=21",
3940
"fabric-api": "*"
4041
},
41-
"suggests": {
42-
"another-mod": "*"
43-
}
42+
"suggests": {}
4443
}

0 commit comments

Comments
 (0)