Skip to content

Commit 9e82ea9

Browse files
committed
Small fixes and updated loader.
1 parent 782f0af commit 9e82ea9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
plugins {
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

3434
group = project.mod_group
35-
archivesBaseName = project.mod_name
35+
base.archivesName = project.mod_name
3636
version = project.mod_version
3737

3838
loom {
@@ -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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ bta_version=7.3_04
55
bta_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
1111
mod_menu_version=3.0.0
1212

1313
# Mod
14-
mod_version=5.3.1
14+
mod_version=5.3.2
1515
mod_group=turniplabs
1616
mod_name=halplibe
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
accessWidener v2 named
1+
accessWidener v2 official
22

33
transitive-accessible method net/minecraft/core/item/Item setMaxDamage (I)Lnet/minecraft/core/item/Item;

0 commit comments

Comments
 (0)