a Fabric Minecraft mod that connects the game to the AT Protocol.
at main 598 B view raw
1# Done to increase the memory available to gradle. 2org.gradle.jvmargs=-Xmx1G 3org.gradle.parallel=true 4 5# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349 6org.gradle.configuration-cache=false 7 8# Fabric Properties 9# check these on https://fabricmc.net/develop 10minecraft_version=1.21.10 11loader_version=0.18.3 12loom_version=1.14-SNAPSHOT 13fabric_kotlin_version=1.13.8+kotlin.2.3.0 14 15# Mod Properties 16mod_version=0.0.1 17maven_group=com.jollywhoppers 18archives_base_name=atproto-connect 19 20# Dependencies 21fabric_version=0.138.4+1.21.10