Skip to content

Commit 3e2b649

Browse files
Merge pull request #1057
Eighth desktop
2 parents 9583a49 + b937865 commit 3e2b649

File tree

2,161 files changed

+2677
-2907
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,161 files changed

+2677
-2907
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: [ "master" ]
1010

1111
env:
12-
VERSION: '6.3.5'
12+
VERSION: '6.3.6'
1313
RELEASE_TAG: '1.21.11'
1414

1515
jobs:

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
group = "me.eccentric_nz"
1414
val buildNumber = "-b${System.getenv("BUILD_NUMBER") ?: (System.getenv("SHORT_SHA") ?: ".local")}"
15-
version = "6.3.5${buildNumber}"
15+
version = "6.3.6${buildNumber}"
1616

1717
repositories {
1818
mavenCentral()
@@ -122,10 +122,10 @@ dependencies {
122122
compileOnly("com.griefcraft:lwc:2.4.1") {
123123
isTransitive = false
124124
}
125-
compileOnly("com.github.retrooper:packetevents-api:2.10.1") {
125+
compileOnly("com.github.retrooper:packetevents-api:2.11.1") {
126126
isTransitive = false
127127
}
128-
compileOnly("me.libraryaddict.disguises:libsdisguises:11.0.13") {
128+
compileOnly("me.libraryaddict.disguises:libsdisguises:11.0.14") {
129129
isTransitive = false
130130
}
131131
compileOnly("net.essentialsx:EssentialsX:2.22.0-SNAPSHOT") {

src/main/java/me/eccentric_nz/TARDIS/ARS/ARS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 eccentric_nz
2+
* Copyright (C) 2026 eccentric_nz
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/me/eccentric_nz/TARDIS/ARS/ARSConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 eccentric_nz
2+
* Copyright (C) 2026 eccentric_nz
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/me/eccentric_nz/TARDIS/ARS/SelectedSlot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 eccentric_nz
2+
* Copyright (C) 2026 eccentric_nz
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/me/eccentric_nz/TARDIS/ARS/TARDISARS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 eccentric_nz
2+
* Copyright (C) 2026 eccentric_nz
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/me/eccentric_nz/TARDIS/ARS/TARDISARSInventory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 eccentric_nz
2+
* Copyright (C) 2026 eccentric_nz
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/me/eccentric_nz/TARDIS/ARS/TARDISARSJettison.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 eccentric_nz
2+
* Copyright (C) 2026 eccentric_nz
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/me/eccentric_nz/TARDIS/ARS/TARDISARSJettisonRunnable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 eccentric_nz
2+
* Copyright (C) 2026 eccentric_nz
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/me/eccentric_nz/TARDIS/ARS/TARDISARSListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 eccentric_nz
2+
* Copyright (C) 2026 eccentric_nz
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)