#I am creating a mod for the first time on 1.21
11 messages · Page 1 of 1 (latest)
gradle properties
Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
Fabric Properties
minecraft_version=1.21
yarn_mappings=1.21+build.9
loader_version=0.16.10
Mod Properties
mod_version=1.0.0
maven_group=com.example.automation
archives_base_name=template-mod
Dependencies
fabric_version=0.100.2+1.21
I've used other versions as well.
Why 1.21 and not 1.21.1
Also tried fabric version 0.102.0+1.21?
Yes, I've checked several versions and it can't find the dependency, even though I've registered the repository, and is 1.21.1 easier to create than 1.21?
almost all 1.21 mods will work on 1.21.1, and the other way around aswell
1.21.1 was a small hotfix fixing a bug