forked from minecraft-access/minecraft-access
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
40 lines (33 loc) · 1.5 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
org.gradle.jvmargs=-Xmx2048M
minecraft_version=1.21.1
# ":v2" means Tiny V2 mapping format
# ref: https://fabricmc.net/wiki/documentation:tiny2
# https://github.com/FabricMC/tiny-remapper
# Use ":v2" to resolve the error that "Forge cannot be used with V1 mappings!"
# ref: https://discord.com/channels/792699517631594506/1019641814497640568/threads/1051233446153945128
#
# We can semi-auto updating invoked yarn method/variable names in our Mixin classes
# when upgrading the yarn version:
# ref: https://fabricmc.net/wiki/tutorial:migratemappings
# https://fabricmc.net/develop/
fabric_yarn_version=1.21.1+build.3:v2
enabled_platforms=fabric,neoforge
archives_base_name=minecraft-access
mod_version=1.8.0+1.21.1
maven_group=com.github.khanshoaib3.minecraft_access
# https://fabricmc.net/develop/
fabric_loader_version=0.15.11
# How to update the version of independent fabric util dependencies:
# first find out proper "fabric-api" version on
# https://fabricmc.net/develop/
# then search corresponding pom file of that api version:
# https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api/
# then get corresponding versions from pom file.
# fabric-resource-loader-v0
fabric_resource_loader_version=1.3.0+565991296a
# fabric-key-binding-api-v1
fabric_key_binding_api_version=1.0.47+0af3f5a76a
# https://maven.neoforged.net/#/releases/net/neoforged/neoforge
neoforge_version=21.1.4
# https://maven.architectury.dev/dev/architectury/yarn-mappings-patch-neoforge/
yarn_mappings_patch_neoforge_version=1.21+build.4