mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
* Update 1.18.1 and dependencys gradle 7.3.3 fabric-loader 0.12.12 fabric-api 0.45.2 satin 1.7.2 * Fabric-API update to 0.46.0 * fabric-loom 0.11 update yarn update fabric-API * update fabric loader update fabric-API * 1.18.2-rc1 * 1.18.2
20 lines
539 B
Properties
Executable File
20 lines
539 B
Properties
Executable File
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version=1.18.2
|
|
yarn_mappings=1.18.2+build.1
|
|
loader_version=0.13.3
|
|
|
|
# Mod Properties
|
|
mod_version = 2.4.2
|
|
maven_group = com.tterrag.blur
|
|
archives_base_name = blur
|
|
|
|
# Dependencies
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
|
fabric_version=0.47.9+1.18.2
|
|
satin_version = 1.7.2
|
|
midnightlib_version=0.4.0
|