Commit graph

3352 commits

Author SHA1 Message Date
ReuS
45f5b72efa Create double copper chest textures 2025-10-08 19:30:25 +11:00
ReuS
51b6dab7ca Removed old build files 2025-10-08 12:40:33 +11:00
ReuS
a68db0852d settings.gradle update 2025-10-08 07:36:26 +11:00
ReuS
c9d5966de3 Rename subproject to fabric-1.21.9-10 2025-10-08 07:35:28 +11:00
ReuS
c1fb59faf4 Add missing and new texture images 2025-10-06 19:42:30 +11:00
ReuS
6b676728c0 Define missing and additional textures 2025-10-06 19:41:25 +11:00
ReuS
23f02cadd2 Add Fabric 1.21.9 project to settings.gradle 2025-10-02 19:21:11 +11:00
ReuS
0d86772706 Update Gradle version 2025-10-02 19:20:40 +11:00
ReuS
adc68adc76 Apply fixes for Fabric 1.21.9 to build successfully 2025-10-02 19:13:31 +11:00
ReuS
687f92d5fa Copy raw Fabric 1.21.6 files for 1.21.9 2025-10-02 19:06:09 +11:00
mikeprimm
314c6448e3
Bump to beta-11 for Fabric 1.21.8 update 2025-09-16 12:56:31 -05:00
mikeprimm
d9fc2abd05
Merge pull request #4235 from reusteur73/v3.0-contrib
Add Fabric 1.21.8 support
2025-09-16 11:55:27 -05:00
ReuS
681f7d69aa Add Fabric 1.21.8 support 2025-08-03 09:34:35 +11:00
Mike Primm
8adfcbb6e0 Back to SNAPSHOT 2025-07-14 20:39:47 -04:00
Mike Primm
1775762a19 Bump to 3.7-beta-10 2025-07-12 21:09:57 -04:00
Mike Primm
d8b4b20883 Adjust version ranges 2025-07-12 13:32:28 -04:00
Mike Primm
48d9c5be4f Adjust version range for 1.21 forge versions 2025-07-12 13:29:55 -04:00
Mike Primm
8cdfee1cb8 Add forge 1.21.6/1.21.7 2025-07-12 09:01:57 -04:00
Mike Primm
6a85dcddf7 Add missing textures, shift to 1.21.6 and 1.21.7 2025-07-09 00:08:41 -04:00
mikeprimm
76f381e89d
Merge pull request #4214 from fosscel/fix-s3-filesize
fix (S3): truncate byte buffer when putting object
2025-07-08 22:12:47 -04:00
mikeprimm
140b6ea242
Merge pull request #4218 from fosscel/fix-s3-continuation
fix (s3): use correct continuation token
2025-07-08 22:06:18 -04:00
mikeprimm
c9c8cb2ce5
Merge pull request #4228 from reusteur73/v3.0-contrib
Fabric 1.21.7 & Dried Ghast
2025-07-08 20:52:31 -04:00
Mike Primm
14e3331f2f Adjust version lookup for 1.21.x releases 2025-07-08 20:26:38 -04:00
ReuS
7f348ee072 Add dried_ghast texture 2025-07-09 11:24:27 +11:00
ReuS
20dd6af786 Add Fabric 1.21.7 support 2025-07-09 11:23:46 +11:00
mikeprimm
4233d3e4ba
Merge pull request #4222 from Chaosjan44/v3.0
Spigot/Paper support for 1.21.6 and 1.21.7
2025-07-08 19:26:04 -04:00
Chaosjan44
37e2e2453f removed the 1.21.6 Bukkit Helper since its not needed
fixed the porting issues @jacob1 found
2025-07-07 18:49:15 +02:00
Chaosjan44
9093b07b63 added 1.21.7 helper so that we can start the plugin on 1.21.7 - new blocks may not be rendered correctly yet. 2025-06-30 23:44:18 +02:00
Chaosjan44
23f8b880a3 OSSRH Sunset - switch to central (only that linktosriram's s3-lite isn't on there (yet) so we need to go through GitHub with auth) 2025-06-30 23:41:33 +02:00
Chaosjan44
9ece73bd80 Seems to work like this (1.21.6 - tested on Paper release 28) 2025-06-25 02:27:21 +02:00
fosscel
71fc5d4641
fix (s3): use correct continuation token 2025-06-11 00:55:22 -07:00
Mike Primm
3abbca8582 Back to SNAPSHOT 2025-06-09 23:13:55 -04:00
Mike Primm
7c4ab257f5 Bump to 3.7-beta-9 2025-06-07 13:17:32 -04:00
fosscel
8eb1ba4cab
don't copy full buffer 2025-06-04 19:14:49 -07:00
Mike Primm
67e8b7fcc1 Add Forge 1.21.5 2025-05-31 18:13:25 -04:00
Mike Primm
a0dd8fe90c Fix 1.21.5 jtracy dependency 2025-05-31 16:07:06 -04:00
Mike Primm
14d90d9cd5 Get to consistent fabric-loom (and specific one) 2025-05-31 15:30:36 -04:00
mikeprimm
8b8d13b0d5
Merge pull request #4200 from petersv5/1.21.5-fabric-port
initial port to fabric 1.21.5
2025-05-31 13:06:46 -05:00
mikeprimm
85f5ec66b9
Merge pull request #4198 from jacob1/1.21.5-bukkit
Spigot/Paper 1.21.5 support
2025-05-31 13:06:05 -05:00
Peter Svensson
802f62bc6a initial port to fabric 1.21.5
This port was inspired by the #4198 port for spigot 1.21.5 for the
NBT updates. Like that it also does not implement the new blocks.

Only light testing has been done, but it seems to work just as under
1.21.4 so far.

Note that gradle had to be updated to 8.12.
2025-04-05 08:55:25 +02:00
jacob1
c070ca97b3
Spigot 1.21.5 support
(ability to run only, not the ability to render the handful of new decorative flower blocks)
2025-04-01 21:13:25 -04:00
mikeprimm
10e6739811
Merge pull request #4188 from ZockiRR/v3.0
Async chunk loading for spigot/paper 1.21.3/1.21.4
2025-04-01 18:30:12 -05:00
Tom Cesko
c785bd7430 Fix null handling in getLoadedChunkAsync for paper/spigot 1.21.3/1.21.4 2025-03-07 17:31:29 +01:00
Tom Cesko
9e5e65bc8c Add async chunk loading for spigot/paper 1.21.3/1.21.4 2025-02-24 21:05:06 +01:00
Michael Primm
003cad5dc2 Back to SNAPSHOT 2025-01-15 14:36:44 -05:00
Michael Primm
de38ef4dbe Prep for 3.7-beta-8 2025-01-15 08:48:48 -05:00
Michael Primm
3e932dc7f9 Add missing texture 2025-01-14 21:01:48 -05:00
Michael Primm
4c575a4e93 Fix up some bad 1.21.4 textures 2025-01-14 21:01:38 -05:00
Michael Primm
07e8981d5e 1.21.4 blocks (courtesy of @ianmartsinkevich) 2025-01-14 20:10:53 -05:00
Michael Primm
d955b1d39b Merge Fabric 1.21.3 and 1.21.4 (only one needed) 2025-01-14 19:25:43 -05:00