Skip to content

Commit 94531b3

Browse files
committed
feat: recompile for 1.21.4
update license for 2025
1 parent 6963c16 commit 94531b3

File tree

418 files changed

+480
-423
lines changed

Some content is hidden

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

418 files changed

+480
-423
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
minecraft = "1.21"
2+
minecraft = "1.21.4"
33
mm-mirror = "0.2.0"
44
mm-lectern = "0.3.0" # deprecated
55
cloud = "2.0.0-SNAPSHOT"

src/main/java/me/machinemaker/papertweaks/GlobalListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PaperTweaks, a performant replacement for the VanillaTweaks datapacks.
55
*
6-
* Copyright (C) 2021-2024 Machine_Maker
6+
* Copyright (C) 2021-2025 Machine_Maker
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/main/java/me/machinemaker/papertweaks/I18n.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PaperTweaks, a performant replacement for the VanillaTweaks datapacks.
55
*
6-
* Copyright (C) 2021-2024 Machine_Maker
6+
* Copyright (C) 2021-2025 Machine_Maker
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/main/java/me/machinemaker/papertweaks/LoggerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PaperTweaks, a performant replacement for the VanillaTweaks datapacks.
55
*
6-
* Copyright (C) 2021-2024 Machine_Maker
6+
* Copyright (C) 2021-2025 Machine_Maker
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/main/java/me/machinemaker/papertweaks/PaperTweaks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PaperTweaks, a performant replacement for the VanillaTweaks datapacks.
55
*
6-
* Copyright (C) 2021-2024 Machine_Maker
6+
* Copyright (C) 2021-2025 Machine_Maker
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/main/java/me/machinemaker/papertweaks/PaperTweaksConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PaperTweaks, a performant replacement for the VanillaTweaks datapacks.
55
*
6-
* Copyright (C) 2021-2024 Machine_Maker
6+
* Copyright (C) 2021-2025 Machine_Maker
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/main/java/me/machinemaker/papertweaks/PaperTweaksMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PaperTweaks, a performant replacement for the VanillaTweaks datapacks.
55
*
6-
* Copyright (C) 2021-2024 Machine_Maker
6+
* Copyright (C) 2021-2025 Machine_Maker
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/main/java/me/machinemaker/papertweaks/RootCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PaperTweaks, a performant replacement for the VanillaTweaks datapacks.
55
*
6-
* Copyright (C) 2021-2024 Machine_Maker
6+
* Copyright (C) 2021-2025 Machine_Maker
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/main/java/me/machinemaker/papertweaks/adventure/Components.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PaperTweaks, a performant replacement for the VanillaTweaks datapacks.
55
*
6-
* Copyright (C) 2021-2024 Machine_Maker
6+
* Copyright (C) 2021-2025 Machine_Maker
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/main/java/me/machinemaker/papertweaks/adventure/TranslationRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PaperTweaks, a performant replacement for the VanillaTweaks datapacks.
55
*
6-
* Copyright (C) 2021-2024 Machine_Maker
6+
* Copyright (C) 2021-2025 Machine_Maker
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)