From b0b4b5eb65e3dfa9f4c62df633a5078173f49005 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Mon, 29 Apr 2024 19:05:11 +0100 Subject: 1.20.6 --- src/main/resources/fabric.mod.json | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) (limited to 'src/main/resources/fabric.mod.json') 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 +} -- cgit v1.2.3-70-g09d2