diff --git a/build.gradle b/build.gradle index 383a020..af52b53 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,6 @@ repositories { } loom { - accessWidenerPath = file("src/main/resources/packtest.accesswidener") - splitEnvironmentSourceSets() mods { diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 966779f..6fa1923 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,16 +2,15 @@ "schemaVersion": 1, "id": "packtest", "version": "${version}", - "name": "Example mod", - "description": "This is an example description! Tell everyone what your mod is about!", + "name": "PackTest", + "description": "Testing data packs, with data packs!", "authors": [ - "Me!" + "Misode" ], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "sources": "https://github.com/misode/packtest" }, - "license": "CC0-1.0", + "license": "MIT", "icon": "assets/packtest/icon.png", "environment": "*", "entrypoints": { @@ -19,7 +18,6 @@ "io.github.misode.packtest.PackTest" ] }, - "accessWidener" : "packtest.accesswidener", "mixins": [ "packtest.mixins.json" ], @@ -28,8 +26,5 @@ "minecraft": "~1.20.4", "java": ">=17", "fabric-api": "*" - }, - "suggests": { - "another-mod": "*" } } diff --git a/src/main/resources/packtest.accesswidener b/src/main/resources/packtest.accesswidener deleted file mode 100644 index 74b0c9e..0000000 --- a/src/main/resources/packtest.accesswidener +++ /dev/null @@ -1,3 +0,0 @@ -accessWidener v1 named - -accessible method net/minecraft/world/level/block/entity/SkullBlockEntity fetchGameProfile (Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;