Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Mar 20, 2023
1 parent 30f342e commit 966abb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/src/main/resources/friendsandfoes.accesswidener
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ accessible field net/minecraft/item/ItemGroups REDSTONE Lnet/minecraft/item/Item
accessible field net/minecraft/item/ItemGroups INGREDIENTS Lnet/minecraft/item/ItemGroup;
accessible field net/minecraft/item/ItemGroups COMBAT Lnet/minecraft/item/ItemGroup;
accessible method net/minecraft/sound/SoundEvent of (Lnet/minecraft/util/Identifier;)Lnet/minecraft/sound/SoundEvent;
accessible method net/minecraft/block/BlockSetType register (Lnet/minecraft/block/BlockSetType;)Lnet/minecraft/block/BlockSetType;
accessible method net/minecraft/block/BlockSetType register (Lnet/minecraft/block/BlockSetType;)Lnet/minecraft/block/BlockSetType;
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"depends": {
"java": ">=17",
"minecraft": ">=1.19.3",
"minecraft": ">=1.19.4",
"fabric": "*",
"fabricloader": "*"
},
Expand Down
4 changes: 2 additions & 2 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ logoFile = "icon.jpg"
[[dependencies.friendsandfoes]]
modId = "forge"
mandatory = true
versionRange = "[44.0.18,)"
versionRange = "[45.0.9,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.friendsandfoes]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19.3,)"
versionRange = "[1.19.4,)"
ordering = "NONE"
side = "BOTH"

Expand Down
2 changes: 1 addition & 1 deletion quilt/src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
{
"id": "minecraft",
"version": ">=1.19.3"
"version": ">=1.19.4"
},
{
"id": "quilt_loader",
Expand Down

0 comments on commit 966abb7

Please sign in to comment.