Skip to content

Commit

Permalink
require bad packets 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Jan 18, 2024
1 parent ad94366 commit a14565a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ majorVersion = 10
# [rei, jei, emi]
recipeViewer = none

badpackets = 0.5.4
badpackets = 0.6.0
rei = 13.0.666
jei = 1.20.2-16.0.0.28
emi = 1.0.23+1.20.2
Expand All @@ -20,7 +20,7 @@ modMenu = 9.0.0-pre.1
trEnergy = 3.0.0

forge = 49.0.9
neo = 20.4.42-beta
neo = 20.4.111-beta

architectury = 10.0.7
clothConfig = 12.0.107
Expand Down
2 changes: 1 addition & 1 deletion platform/fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fabricloader": ">=0.14.22",
"fabric" : ">=0.88.3",
"minecraft" : ">=1.20.3-0",
"badpackets" : ">=0.5-0"
"badpackets" : ">=0.6-0"
},
"breaks" : {
"roughlyenoughitems": "<9.0.462"
Expand Down
2 changes: 1 addition & 1 deletion platform/forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ side = "BOTH"
[[dependencies.wthit]]
modId = "badpackets"
mandatory = true
versionRange = "[0.5.4,)"
versionRange = "[0.6,)"
ordering = "NONE"
side = "BOTH"
2 changes: 1 addition & 1 deletion platform/neo/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ side = "BOTH"
[[dependencies.wthit]]
modId = "badpackets"
mandatory = true
versionRange = "[0.5.4,)"
versionRange = "[0.6,)"
ordering = "NONE"
side = "BOTH"

0 comments on commit a14565a

Please sign in to comment.