Update to minecraft 1.17

This commit is contained in:
Username404-59 2021-05-03 15:18:20 +02:00 committed by Username404
parent 0f28ac6b33
commit 119b75811f
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
3 changed files with 19 additions and 19 deletions

View File

@ -93,11 +93,11 @@ class ClickBox(
vertex(x + width + inclination, y + height, 0.0).colorEnd() vertex(x + width + inclination, y + height, 0.0).colorEnd()
tessellator.end() tessellator.end()
colorShader() colorShader()
begin(VertexFormat.Mode.DEBUG_LINES, DefaultVertexFormat.POSITION_COLOR) begin(VertexFormat.Mode.DEBUG_LINES, DefaultVertexFormat.POSITION_COLOR)
vertex(x + inclination, y + height, 0.0).colorEnd(Colors.WHITE_LINES.hexValue) vertex(x + inclination, y + height, 0.0).colorEnd(Colors.WHITE_LINES.hexValue)
vertex(x + width, y + height, 0.0).colorEnd(Colors.WHITE_LINES.hexValue) vertex(x + width, y + height, 0.0).colorEnd(Colors.WHITE_LINES.hexValue)
tessellator.end() tessellator.end()
} }
endDraw() endDraw()

View File

@ -23,7 +23,7 @@ side = "CLIENT"
[[dependencies.snowygui]] [[dependencies.snowygui]]
modId = "forge" modId = "forge"
mandatory = true mandatory = true
versionRange = "[${forge_version},)" versionRange = "[37,)"
ordering = "NONE" ordering = "NONE"
side = "BOTH" side = "BOTH"

View File

@ -7,16 +7,16 @@ org.gradle.parallel=true
org.gradle.unsafe.configuration-cache=on org.gradle.unsafe.configuration-cache=on
org.gradle.vfs.watch=true org.gradle.vfs.watch=true
minecraft=1.19.4 minecraft=1.17
forge_version=45.0 forge_version=37.1
kotlinforforge=4.1.0 kotlinforforge=1.17.0
kotlinVer=1.8.20 kotlinVer=1.6.0
kotlin_coroutines_version=1.7.0-RC kotlin_coroutines_version=1.5.0
serializationVer=1.5.0 serializationVer=1.3.1
fabric_loader_version=0.14.19 fabric_loader_version=0.11.7
fabric_language_kotlin=1.9.3+kotlin.1.8.20 fabric_language_kotlin=1.7.0+kotlin.1.6.0
fabric_resource_loader_version=0.11.4+bd913b0d4e fabric_resource_loader_version=0.4.7+b7ab6121d5
fabric_rendering_api_version=2.1.1+8f878217f4 fabric_rendering_api_version=1.6.0+a02b4463d5
fabric_api_base_version=0.4.5+ec94c6f6e0 fabric_api_base_version=0.3.0+a02b4463d5
clothconfig_version=10.0.96 clothconfig_version=4.11.19
modmenu_version=6.2.1 modmenu_version=2.0.0-beta.7