bumped version up to 1.19.3

This commit is contained in:
Jonas_Jones 2023-01-29 17:14:00 +01:00
parent 0379c336e7
commit 385879c305
2 changed files with 5 additions and 7 deletions

View file

@ -3,9 +3,10 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.8
loader_version=0.14.9
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.5
loader_version=0.14.13
# Mod Properties
mod_version = 0.2.0
@ -13,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name = mcwebserver-fabric-quilt
# Dependencies
fabric_version=0.55.1+1.19
fabric_version=0.73.0+1.19.3

View file

@ -5,9 +5,6 @@
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}