mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-17 09:45:10 +01:00
Builds targetting Minecraft versions below 1.21.6 will now once again contain the `getScreen` method with `Screen` as their return value instead of `MidnightConfigScreen`. This ensures that mods compiled for older MidnightLib versions continue working as expected. The return value has to be changed to `MidnightConfigScreen` in 1.21.6 and up due to NeoForge removing support for the `@OnlyIn` annotation – thus breaking server-only installations when referencing client-only classes like `Screen`.
37 lines
893 B
Properties
37 lines
893 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx3G
|
|
#org.gradle.parallel=true
|
|
org.gradle.caching=false
|
|
org.gradle.caching.debug=false
|
|
org.gradle.parallel=false
|
|
#org.gradle.configureondemand=true
|
|
|
|
# Mod properties
|
|
mod.version=1.9.0-beta.2
|
|
mod.group=eu.midnightdust
|
|
mod.id=midnightlib
|
|
mod.name=MidnightLib
|
|
|
|
# Used for the mod metadata
|
|
mod.mc_dep_fabric=[VERSIONED]
|
|
mod.mc_dep_forgelike=[VERSIONED]
|
|
# Used for the release title. I.e. '1.20.x'
|
|
mod.mc_title=[VERSIONED]
|
|
# Space separated versions for publishing. I.e. '1.20, 1.20.1'
|
|
mod.mc_targets=[VERSIONED]
|
|
|
|
# Mod setup
|
|
deps.fabric_loader=0.17.3
|
|
deps.fabric_version=[VERSIONED]
|
|
|
|
deps.forge_loader=[VERSIONED]
|
|
deps.neoforge_loader=[VERSIONED]
|
|
deps.neoforge_patch=[VERSIONED]
|
|
|
|
# Mod dependencies
|
|
deps.yarn_build=[VERSIONED]
|
|
deps.modmenu_version=[VERSIONED]
|
|
|
|
# Publishing
|
|
publish.modrinth=codAaoxh
|
|
publish.curseforge=488090 |