mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 09:05:08 +01:00
- MidnightConfig screens can be viewed from a new screen in the minecraft options - Code cleanup - Examples & Documentation - New Methods - Upgrade to 21w19a and Java 16 MidnightConfig v1.0.0: - The config screen no longer shows the entries of all instances of MidnightConfig - Compatible with servers! - Scrollable! - Comment support! - Fresh new design
19 lines
531 B
Properties
Executable File
19 lines
531 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=21w19a
|
|
yarn_mappings=21w19a+build.9
|
|
loader_version=0.11.3
|
|
|
|
# Mod Properties
|
|
mod_version = 0.2.0
|
|
maven_group = eu.midnightdust
|
|
archives_base_name = midnightlib
|
|
|
|
# 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.34.4+1.17
|
|
mod_menu_version = 2.0.0-beta.4
|