Project now supports 1.19.2

This commit is contained in:
Robert MacRae 2025-01-31 14:09:40 -04:00
parent 63b62f5305
commit cc5f40a9e7
12 changed files with 62 additions and 74 deletions

View file

@ -1,4 +1,4 @@
ext {
minecraft_version = '1.20.1'
minecraft_version = '1.19.2'
minecraft_sdk = 'forge'
}