63 Commits

Author SHA1 Message Date
Maddy Miller
2a9a7edb2c [Bukkit] Update for 1.21.5
Gradle 8.13

Work around weird NBT list oddities

Fix incorrect DataVersion from MC Wiki

[Bukkit] Update Paper dev bundle for 1.21.5
2025-04-08 20:08:19 +10:00
Maddy Miller
49fe0c9fb9 [NeoForge] Update for 1.21.5 2025-04-08 20:07:45 +10:00
Maddy Miller
23ba557b8a [Fabric] Update for 1.21.5
[Fabric] Finish 1.21.5-rc2 update. Not fully tested

[Fabric] Build against final 1.21.5 release
2025-04-08 20:07:21 +10:00
Octavia Togami
4ee5563a24
Update dependencies that went missing
I am angy about needing to use a beta release for paperweight
2025-03-29 13:21:20 -07:00
Maddy Miller
768a436fee Release 7.3.10 2025-01-25 16:37:27 +10:00
Hannes Greule
b0c1462455
Add pale oak tree variants (#2701)
* Add pale oak tree variants

* update spigot/paper apis

* Fix Gradle setup for tests

* feedback

* Just re-throw here given it's already an extremely niche condition and will block commands

---------

Co-authored-by: Maddy Miller <mnmiller1@me.com>
2025-01-25 16:30:38 +10:00
Maddy Miller
805bde1891
[Sponge] 1.21.4 (#2687)
* [Sponge] 1.21.4

* Fix an error on launch
2025-01-05 11:11:38 -05:00
wizjany
1ac79d52c2 [Bukkit] 1.21.4. 2024-12-10 22:36:03 +10:00
Maddy Miller
0b5986f969 [NeoForge] 1.21.4 2024-12-10 22:36:03 +10:00
Madeline Miller
7373bfe9e9 [Fabric] 1.21.4 2024-12-10 22:36:03 +10:00
Madeline Miller
86220c0d0f
Update dependencies and language distribution 2024-11-25 15:33:19 +10:00
Octavia Togami
2655431335
[Bukkit] 1.21.3 2024-10-25 14:01:08 -07:00
Octavia Togami
d5a55bdfea
Use 1.21.3 as new baseline instead of 1.21.2
I don't think anyone's going to be using 1.21.2
2024-10-25 10:45:03 -07:00
Octavia Togami
c5821197b1
[Sponge] 1.21.2 2024-10-22 22:27:39 -07:00
Octavia Togami
75c87ce540
[NeoForge] 1.21.2
Also some adjustments to align Fabric and NF closer
2024-10-22 22:27:39 -07:00
Octavia Togami
cdbcab8ec5
Update language files to 1589 2024-10-22 22:27:39 -07:00
Octavia Togami
31b0b1e0c8
[Fabric] 1.21.2 2024-10-22 22:27:38 -07:00
Octavia Togami
6c65f09149
Bump lin-bus to support old schematics better 2024-10-02 00:34:48 -07:00
Octavia Togami
c61b273f8d Add property-based testing for SideEffectSet 2024-09-07 00:24:58 -07:00
Madeline Miller
3e6708a6f3
[Bukkit] Allow 1.21 Paper adapter to load on 1.21.1 2024-08-09 22:55:17 +10:00
Octavia Togami
da223671a5 Completely eliminate usage of other repos
Probably, I'm not firewalling it to make sure
2024-07-21 15:30:51 +10:00
Octavia Togami
203236d22a Use published version of lin-bus 2024-06-25 00:20:33 -07:00
Octavia Togami
de2f398348
[Sponge] 1.21 2024-06-18 04:33:06 -07:00
Madeline Miller
e15b59b8ec
Update platform versions 2024-06-18 18:06:28 +10:00
Octavia Togami
8d40de2d3b
[Fabric] 1.21 2024-06-13 22:59:37 -07:00
Octavia Togami
5b619d7493
[NeoForge] 1.21 2024-06-13 22:57:05 -07:00
Octavia Togami
a684cd19f2
[Fabric] 1.21-rc1 2024-06-10 21:52:37 -07:00
Ossi Erkkilä
ad0362367a
Bring back the Sponge module, updated for 1.20.6 (#2538)
* Bring back the Sponge module

* Fixes

* Specify the SNAPSHOT build of SpongeAPI to use
2024-06-01 15:30:00 +10:00
wizjany
05db94cfac [neoforge] Update for event api break. 2024-05-27 11:46:50 -07:00
Madeline Miller
eac49b0492
Use the release version of Luck's permissions api for fabric 2024-05-17 18:11:28 +10:00
Maddy Miller
bf8c2e77e8
Fix Paperweight build error and remove 1.19.4/1.20.0 support (#2529)
* Fix Paperweight build error and remove 1.19.4/1.20.0 support

* Remove extra version-specific data
2024-05-16 22:31:14 +10:00
Madeline Miller
98e8720ff8
Update platform versions 2024-05-06 15:07:09 +10:00
Octavia Togami
b5b5902f54
[NeoForge] [Fabric] 1.20.6 2024-05-01 00:27:03 -07:00
Octavia Togami
28ca2e6b96
Clean up Gradle configuration 2024-04-30 22:33:39 -07:00
Octavia Togami
4a48dcb394
Move all versions to version catalogs 2024-04-30 22:33:29 -07:00
Octavia Togami
f3f0b981d4 Update Gradle to 8.7 and fix some warnings 2024-04-02 14:33:24 +10:00
Octavia Togami
cd8bca9a43
Add foojay to download JVMs, update to Gradle 8.5 2024-01-21 14:29:02 -08:00
Madeline Miller
607b9fce78
Update Gradle and Gradle plugins 2023-11-21 22:39:42 +10:00
Octavia Togami
9667101730
Upgrade many items, Gradle 8.1.1 (#2329)
* Upgrade many items, Gradle 8.1.1

* Bump to codecov snapshot

* Use the release of the codecov plugin

---------

Co-authored-by: Madeline Miller <mnmiller1@me.com>
2023-06-04 05:40:08 +00:00
Madeline Miller
88851b0cc2
Update to Gradle 7.6 and resolve deprecation issues in buildscript 2023-04-13 22:42:47 +10:00
Octavia Togami
f7f23b4412
Update Gradle to 7.5.1 2022-11-09 21:16:27 -08:00
Octavia Togami
afdfa9e325 gradle 7.4 2022-03-04 22:03:12 -08:00
Octavia Togami
c9717a54c9
Update to Gradle 7.3 2021-11-18 18:19:49 -08:00
Octavia Togami
2e45a20348
[Forge] Update to 1.17.1 (#1847)
* [Forge] Update to 1.17.1

Includes minor updates to Fabric as well.

water and water and water water

* Fix a few things

* Move to latest versions of FG/Forge

Also drops TrueZIP in dev
2021-07-28 23:01:35 -07:00
Octavia Togami
7676a2d54c
[Fabric] Update to 1.17 (#1772) 2021-06-08 19:18:24 -07:00
Octavia Togami
876108fdb3
Prepare for Gradle 7, but due to FG only get to 6.9
Gradle 7 stuff requires FG 5. Phooey.
2021-05-13 22:01:45 -07:00
Octavia Togami
98826d649c
Update gradle to 6.8.3 2021-03-10 02:00:02 -08:00
Octavia Togami
9534a9cfce
Update so many dependencies, merge Forge/Fabric for final jar (#1651)
* Update so many dependencies, merge Forge/Fabric for final

* Clean up contrib docs for Gradle change

* Fix setting compat flags while using toolchain

* Fix deprecation in doc printer

* Restore proper forge JAR name

* Add dist classifier for mod jar

* Properly relocate new bStats

* Fix jar used from fabric

* Fix fabric bom

* Dup the shaded classes for consistency

* Sync Forge/Fabric log4j versions, de-dup

* Downgrade both log4j. This will work

* Update some plugins as well

* Drop the fabric force stuff

* Use duplicate strategy to directly merge jar
2021-01-25 02:14:09 -08:00
Kenzie Togami
bb8c150ed3
Update ForgeGradle + Gradle 2019-09-22 14:12:34 -07:00
Kenzie Togami
52a62b984b
Improve logging, update to 5.5.1 2019-07-13 22:16:16 -07:00