camera mixin now checks for vehicle inside forge tag "hvf_camera_affected_vehicle", added an enum type for physics presets, added seat positions to the build info, fixed some tag related bugs, updated mappings to be more modern

This commit is contained in:
Halbear
2026-05-25 22:56:24 +01:00
parent 6e42a9692e
commit 1582034bc3
10 changed files with 130 additions and 32 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ archivesBaseName = 'hals_vehicle_framework'
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
minecraft {
mappings channel: 'snapshot', version: '20201028-1.16.3'
mappings channel: 'snapshot', version: '20210309-1.16.5'
runs {
client {