Files
SwordBlocking/gradle.properties
Martin Prokoph 95454d1c33 Improved way of rendering the blocking animation
- 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
2024-06-10 15:39:43 +02:00

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