aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-04-29 19:05:11 +0100
committerLibravatar bigfoot547 <[email protected]>2024-05-05 15:00:08 -0500
commitb0b4b5eb65e3dfa9f4c62df633a5078173f49005 (patch)
tree37aed041d30414333ab911f05b0dc21d47396bb3 /src/main/resources/fabric.mod.json
parent1.20.5 (diff)
1.20.61.20
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json28
1 files changed, 9 insertions, 19 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 802b85d..80a3fe0 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,41 +1,31 @@
{
"schemaVersion": 1,
- "id": "modid",
+ "id": "smeltingtouch",
"version": "${version}",
- "name": "Example mod",
- "description": "This is an example description! Tell everyone what your mod is about!",
+ "name": "Smelting Touch",
+ "description": "This mod adds the Smelting Touch enchantment.",
"authors": [
- "Me!"
+ "Astrx",
+ "figboot"
],
"contact": {
- "homepage": "https://fabricmc.net/",
- "sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
- "icon": "assets/modid/icon.png",
+ "icon": "assets/smeltingtouch/icon.png",
"environment": "*",
"entrypoints": {
"main": [
- "com.example.ExampleMod"
- ],
- "client": [
- "com.example.ExampleModClient"
+ "dev.figboot.SmeltingTouchMod"
]
},
"mixins": [
- "modid.mixins.json",
- {
- "config": "modid.client.mixins.json",
- "environment": "client"
- }
],
"depends": {
"fabricloader": ">=0.15.10",
- "minecraft": "~1.20.5",
+ "minecraft": "~1.20.6",
"java": ">=21",
"fabric-api": "*"
},
"suggests": {
- "another-mod": "*"
}
-} \ No newline at end of file
+}