Bump versions
Some checks are pending
build / build (17, ubuntu-22.04) (push) Waiting to run
build / build (17, windows-2022) (push) Waiting to run

This commit is contained in:
Bruno Rybársky 2024-05-24 07:55:45 +02:00
parent caf573fc55
commit 5e7ff98f05
2 changed files with 7 additions and 7 deletions

@ -5,15 +5,15 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
yarn_mappings=1.20.6+build.3
loader_version=0.15.11
# Mod Properties
mod_version = 1.0.2+1.20.6
mod_version = 1.0.3+1.20.6
maven_group = systems.brn.televator
archives_base_name = televator
# Dependencies
fabric_version=0.97.8+1.20.6
polymer_version=0.8.0-beta.8+1.20.6
fabric_version=0.99.0+1.20.6
polymer_version=0.8.0+1.20.6
server_translations_api_version=2.3.0+1.20.5-rc2

@ -27,8 +27,8 @@
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.20.6",
"java": ">=17",
"fabric-api": ">=0.97.8+1.20.6",
"polymer-core": ">=0.8.0-beta.8+1.20.6"
"java": ">=21",
"fabric-api": ">=0.99.0+1.20.6",
"polymer-core": ">=0.8.0+1.20.6"
}
}