Skip to content

Commit

Permalink
update fabric depencies and links
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchanted-Games committed Feb 4, 2024
1 parent 2c6d5d9 commit b496568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Expand Up @@ -6,7 +6,7 @@
"description": "Makes falling blocks emit particles, similar to block braking particles, when floating or when on a non-full block.",
"authors": ["Enchanted Games"],
"contact": {
"homepage": "https://github.com/Enchanted-Games/falling-block-particles",
"homepage": "https://enchanted.games/projects/java-mods/better-falling-block-particles",
"sources": "https://github.com/Enchanted-Games/falling-block-particles",
"issues": "https://github.com/Enchanted-Games/falling-block-particles/issues"
},
Expand All @@ -22,6 +22,7 @@
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": ">=1.20",
"fabric-api": "*",
"java": ">=17"
}
}

0 comments on commit b496568

Please sign in to comment.