mirror of
https://github.com/TeamMidnightDust/SwordBlocking.git
synced 2025-12-15 14:35:10 +01:00
- Now no longer depends on the integrated resourcepack - Improved compatibility with resourcepacks and mods (closes #17) - Big thanks to @lowercasebtw for contributing this part of the code - Fixed #13
23 lines
623 B
Properties
23 lines
623 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
org.gradle.parallel=true
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version=1.20.6
|
|
yarn_mappings=1.20.6+build.3
|
|
loader_version=0.15.11
|
|
|
|
# Mod Properties
|
|
mod_version = 2.0.0
|
|
maven_group = eu.midnightdust
|
|
archives_base_name = swordblocking
|
|
release_type=release
|
|
curseforge_id=427738
|
|
modrinth_id=4q52b4lD
|
|
|
|
# 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.100.0+1.20.6
|
|
midnightlib_version=1.5.5-fabric
|