Skip to content

Commit

Permalink
Bumped versions (#71)
Browse files Browse the repository at this point in the history
* bumped version

* bumped version 2.0

* bumped version 2.1
  • Loading branch information
MayaqqDev authored Jun 7, 2023
1 parent f358e6e commit 99929fc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20-rc1
yarn_mappings=1.20-rc1+build.2
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21

#Fabric api
fabric_version=0.82.1+1.20


maven_group = eu.pb4

mod_version = 0.5.0-rc.2
mod_version = 0.5.0-rc.3

minecraft_version_supported = ">=1.20-"

Expand Down
2 changes: 1 addition & 1 deletion polymer-common/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"icon": "assets/icon.png",
"environment": "*",
"depends": {
"minecraft": ">=1.19.4-beta.1",
"minecraft": ">=1.20",
"fabricloader": ">=0.14.4"
},
"custom": {
Expand Down
2 changes: 1 addition & 1 deletion polymer-networking/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"icon": "assets/icon.png",
"environment": "*",
"depends": {
"minecraft": ">=1.19.3-beta.3",
"minecraft": ">=1.20",
"fabricloader": ">=0.14.0"
},
"custom": {
Expand Down
2 changes: 1 addition & 1 deletion polymer-resource-pack/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],

"depends": {
"minecraft": ">=1.19.1 <1.20",
"minecraft": ">=1.20",
"fabricloader": ">=0.14.0"
},
"custom": {
Expand Down
2 changes: 1 addition & 1 deletion polymer-virtual-entity/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],

"depends": {
"minecraft": ">=1.19.1 <1.20",
"minecraft": ">=1.20",
"fabricloader": ">=0.14.0"
},
"custom": {
Expand Down

0 comments on commit 99929fc

Please sign in to comment.