Skip to content

Commit

Permalink
改一下
Browse files Browse the repository at this point in the history
  • Loading branch information
1024-byteeeee committed Dec 9, 2023
1 parent 4b5f141 commit c6c324b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
22 changes: 7 additions & 15 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@
"id": "animatedfreeze",
"version": "${version}",

"name": "No Anvil Interaction",
"description": "This is an example description! Tell everyone what your mod is about!",
"name": "AnimatedFreeze",
"description": "Disabled the animation effects of kelp, seagrass, and sea lanterns.",
"authors": [
"1024_byteeeee"
],
"contact": {
"homepage": "https://github.com/Minecraft-AMS",
"sources": "https://github.com/Minecraft-AMS/No-Anvil-Interaction"
"homepage": "https://github.com/Minecraft-AMS/AnimatedFreeze",
"sources": "https://github.com/Minecraft-AMS/AnimatedFreeze",
"issues": "https://github.com/Minecraft-AMS/AnimatedFreeze/issues"
},

"license": "LGPL-3.0",
"icon": "assets/minecraft/NoAnvilInteraction.png",

"icon": "assets/minecraft/AnimatedFreeze.png",
"entrypoints": {
"main": [
"top.byteeeee.AnimatedFreeze.AnimatedFreeze"
Expand All @@ -24,14 +23,7 @@
"mixins": [
"animatedfreeze.mixins.json"
],

"depends": {
"fabricloader": ">=0.14.14",
"fabric": "*",
"minecraft": "1.18.x",
"java": ">=16"
},
"suggests": {
"another-mod": "*"
"minecraft": "${minecraft_dependency}"
}
}

0 comments on commit c6c324b

Please sign in to comment.