File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010}
1111
1212plugins {
13- id ' fabric-loom' version ' 1.10 .0-bta'
13+ id ' fabric-loom' version ' 1.13 .0-bta'
1414 id ' java'
1515 id ' maven-publish'
1616 id " com.modrinth.minotaur" version " 2.+"
@@ -32,7 +32,7 @@ switch (OperatingSystem.current()) {
3232}
3333
3434group = project. mod_group
35- archivesBaseName = project. mod_name
35+ base . archivesName = project. mod_name
3636version = project. mod_version
3737
3838loom {
@@ -194,7 +194,7 @@ if(hasProperty("modrinthToken")){
194194 uploadFile = remapJar // With Loom, this MUST be set to `remapJar` instead of `jar`!
195195 additionalFiles = [remapSourcesJar]
196196 gameVersions = [" b1.7.3" ] // Must be an array, even with only one version
197- loaders = [" fabric " ] // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
197+ loaders = [" bta-babric " ] // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
198198 changelog = Files . readString(java.nio.file.Path . of(" ${ rootProject.projectDir} /CHANGELOG.md" ))
199199 dependencies { // A special DSL for creating dependencies
200200 // scope.type
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ bta_version=7.3_04
55bta_channel =release
66
77# Loader
8- loader_version =0.15.6 -bta.7
8+ loader_version =0.18.1 -bta.9
99
1010# Other Mods
1111mod_menu_version =3.0.0
1212
1313# Mod
14- mod_version =5.3.1
14+ mod_version =5.3.2
1515mod_group =turniplabs
1616mod_name =halplibe
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1- accessWidener v2 named
1+ accessWidener v2 official
22
33transitive-accessible method net/minecraft/core/item/Item setMaxDamage (I)Lnet/minecraft/core/item/Item;
You can’t perform that action at this time.
0 commit comments