mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +01:00
8d4fe7722c
- Apply java, maven-publish to all projects - Prefer the tasks.named() syntax for configuring tasks - Separate shared configuration for platform projects into a separate configure block - Add more fields to processResources - Make helper methods static - Exclude duplicated package infos
43 lines
1.1 KiB
Properties
43 lines
1.1 KiB
Properties
org.gradle.jvmargs = -Xmx3G
|
|
org.gradle.daemon = false
|
|
|
|
# General mod metadata
|
|
mod_id = flywheel
|
|
mod_name = Flywheel
|
|
mod_license = MIT
|
|
mod_description = An overhauled entity and block entity rendering API.
|
|
|
|
mod_sources = https://github.com/Jozufozu/Flywheel
|
|
mod_issues = https://github.com/Jozufozu/Flywheel/issues
|
|
mod_homepage = https://github.com/Jozufozu/Flywheel
|
|
|
|
# Mod version info
|
|
mod_version = 1.0.0-alpha
|
|
artifact_minecraft_version = 1.20.1
|
|
minecraft_version = 1.20.1
|
|
forge_version = 47.2.19
|
|
fabric_loader_version = 0.15.9
|
|
fabric_api_version = 0.92.1+1.20.1
|
|
|
|
# Version ranges for the mods.toml
|
|
minecraft_version_range = [1.20.1,1.20.2)
|
|
forge_version_range = [47,)
|
|
loader_version_range = [47,)
|
|
|
|
# Build dependency versions
|
|
java_version = 17
|
|
arch_loom_version = 1.6-SNAPSHOT
|
|
forgegradle_version = [6.0.16,6.2)
|
|
mixingradle_version = 0.7.+
|
|
mixin_version = 0.8.5
|
|
librarian_version = 1.+
|
|
cursegradle_version = 1.4.0
|
|
parchment_version = 2023.09.03
|
|
|
|
# dependency mod versions
|
|
embeddium_version = 0.3.9+mc1.20.1
|
|
oculus_version = 1.20.1-1.6.15a
|
|
sodium_version = mc1.20.1-0.5.8
|
|
iris_version = 1.6.17+1.20.1
|
|
starlight_version = 1.1.2+1.20
|