Skip to content

Commit ef89f13

Browse files
committed
Clean up, bug fix and maven setup?
1 parent b0dc865 commit ef89f13

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/resources/fabric.mod.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"id": "ryansrenderingkit",
44
"version": "${version}",
55
"name": "RyansRenderingKit",
6-
"description": "This is an example description! Tell everyone what your mod is about!",
6+
"description": "A Fabric-based rendering toolkit for Minecraft!",
77
"access_widener": "ryansRenderingKit.accesswidener",
88
"authors": [
9-
"Me!"
9+
"Ryan100c!"
1010
],
1111
"contact": {
12-
"homepage": "https://fabricmc.net/",
13-
"sources": "https://github.com/FabricMC/fabric-example-mod"
12+
"homepage": "https://github.com/hotpad100c/ryansrenderingkit/",
13+
"sources": "https://github.com/hotpad100c/ryansrenderingkit"
1414
},
1515
"license": "CC0-1.0",
1616
"icon": "assets/ryansrenderingkit/icon.png",
@@ -24,7 +24,7 @@
2424
"ryansrenderingkit.mixins.json"
2525
],
2626
"depends": {
27-
"fabricloader": ">=0.17.3",
27+
"fabricloader": "*",
2828
"minecraft": "~1.21.4",
2929
"java": ">=21",
3030
"fabric-api": "*"

0 commit comments

Comments
 (0)