Skip to content

Commit

Permalink
Further update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlurienFlame committed May 19, 2023
1 parent b3d34f4 commit 4014923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/chatsounds/ChatsoundsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ public PositionedSoundInstance getChatSound() {
}
}

// TODO: Add new sounds (1.19.4)
// TODO: Make nice vector art modicon
public enum Sounds {
// TODO: Find a way to make modded sounds available too
ENTITY_ALLAY_AMBIENT_WITH_ITEM(SoundEvents.ENTITY_ALLAY_AMBIENT_WITH_ITEM),
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"depends": {
"fabricloader": ">=0.14.19",
"fabric": ">=0.81.1",
"minecraft": "~1.19.4",
"minecraft": "1.19.*",
"java": ">=17",
"modmenu": ">=4.0.5",
"cloth-config2": ">=8.0.75"
"modmenu": ">=6.2.2",
"cloth-config2": ">=10.0.96"
},
"conflicts": {
"replaymod": "*"
Expand Down

0 comments on commit 4014923

Please sign in to comment.