Skip to content

Commit bccb252

Browse files
committed
Update dependencies
1 parent 98fc890 commit bccb252

File tree

8 files changed

+7
-13
lines changed

8 files changed

+7
-13
lines changed

LICENCE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 RedCarlos26
3+
Copyright (c) 2024 RedCarlos26
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

build.gradle

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.4-SNAPSHOT'
2+
id 'fabric-loom' version '1.5-SNAPSHOT'
33
}
44

55
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
@@ -13,10 +13,6 @@ repositories {
1313
mavenLocal()
1414
}
1515

16-
loom {
17-
accessWidenerPath = file("src/main/resources/widertab.accesswidener")
18-
}
19-
2016
dependencies {
2117
minecraft "com.mojang:minecraft:${project.minecraft_version}"
2218
mappings "net.fabricmc:yarn:${project.yarn_version}:v2"

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx2G
22

33
# Fabric Properties (https://fabricmc.net/develop/)
44
minecraft_version=1.20.4
5-
yarn_version=1.20.4+build.1
6-
loader_version=0.15.1
5+
yarn_version=1.20.4+build.3
6+
loader_version=0.15.6
77

88
# Mod Properties
99
mod_version=1.0.0+1.20.4
+1-1
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.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/main/java/dev/redcarlos26/widertab/WiderTab.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 RedCarlos26
2+
* Copyright © 2024 RedCarlos26
33
*
44
* This file is part of WiderTab.
55
*

src/main/java/dev/redcarlos26/widertab/mixin/PlayerListHudMixin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 RedCarlos26
2+
* Copyright © 2024 RedCarlos26
33
*
44
* This file is part of WiderTab.
55
*

src/main/resources/fabric.mod.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
],
2222
"modmenu": []
2323
},
24-
"accessWidener": "widertab.accesswidener",
2524
"mixins": [
2625
"widertab.mixins.json"
2726
],

src/main/resources/widertab.accesswidener

-1
This file was deleted.

0 commit comments

Comments
 (0)