···11plugins {
22- id 'fabric-loom' version '0.10-SNAPSHOT'
22+ id 'fabric-loom' version '0.12-SNAPSHOT'
33 id 'maven-publish'
44}
55···26262727 // Fabric API. This is technically optional, but you probably want it anyway.
2828 modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
2929+3030+ // Uncomment the following line to enable the deprecated Fabric API modules.
3131+ // These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.
3232+3333+ // modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
2934}
30353136processResources {
+5-5
gradle.properties
···22org.gradle.jvmargs=-Xmx1G
33# Fabric Properties
44# check these on https://fabricmc.net/versions.html
55-minecraft_version=1.18
66-yarn_mappings=1.18+build.1
77-loader_version=0.12.8
55+minecraft_version=1.19
66+yarn_mappings=1.19+build.2
77+loader_version=0.14.7
88# Mod Properties
99-mod_version=1.0.1
99+mod_version=1.0.2
1010maven_group=io.gtihub.justapotota
1111archives_base_name=breakfree
1212# Dependencies
1313# check this on https://fabricmc.net/versions.html
1414-fabric_version=0.43.1+1.18
1414+fabric_version=0.55.3+1.19