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
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
Michael Primm
977aafddbf
Merge Forge 1.21.3 and 1.21.4 (only need one)
2025-01-14 19:11:35 -05:00
Michael Primm
9a5ddab747
Add forge 1.21.3
2025-01-14 18:47:58 -05:00
Michael Primm
ddf46e31f8
Add first build of Forge 1.21.4
2025-01-14 18:02:35 -05:00
Michael Primm
3c0be81098
Drop downlevel 1.20.x Fabric and Forge
2025-01-14 18:00:36 -05:00
Michael Primm
c12f4fdf18
Fix packages in Fabric 1.21.4 PR...
2025-01-06 14:42:50 -05:00
Michael Primm
82b4b93756
Fix mixins package path
2025-01-06 14:23:08 -05:00
Michael Primm
c3deeb72f0
Update version ranges
2025-01-05 15:17:05 -05:00
Michael Primm
ccc5825c39
Fix merge of sqlite (we don't do that...)
2025-01-05 15:13:31 -05:00
mikeprimm
ad5cff1180
Merge pull request #4148 from petersv5/1.21.1-fabric-port
...
support for fabric-1.21.1
2025-01-05 14:03:27 -06:00
mikeprimm
1a4947c639
Merge branch 'v3.0' into 1.21.1-fabric-port
2025-01-05 14:01:57 -06:00
mikeprimm
89fbc21333
Merge pull request #4154 from Jatc252/userid-to-username
...
Make webregister command a bit nicer
2025-01-05 13:56:17 -06:00
Michael Primm
17773c9817
Stop sucking spigot in (jtracy workaround)
2025-01-05 12:09:57 -05:00
Michael Primm
7cc8078410
Get fabric 1.21.3 building
2025-01-05 12:02:10 -05:00
Michael Primm
d8bab0504d
Mixing fabric-loom plugin versions seems to be very bad...
2025-01-05 11:17:18 -05:00
Michael Primm
2c8c45690b
Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0
2025-01-05 10:29:10 -05:00
Michael Primm
da377fde3e
Try to minimize jtracy nonsense
2025-01-05 10:28:44 -05:00
mikeprimm
1ccd234644
Merge pull request #4124 from shaijana/v3.0
...
Fixed models for some tuff-brick blocks
2025-01-05 09:07:48 -06:00
mikeprimm
e3fc05aafc
Merge pull request #4167 from steviee/add_fabric_1_21_3
...
Support Fabric version 1.21.3
2025-01-05 08:54:22 -06:00
mikeprimm
9dd7ca8ca6
Merge branch 'v3.0' into add_fabric_1_21_3
2025-01-05 08:54:08 -06:00
mikeprimm
e9c70debb6
Merge pull request #4172 from viloz1/1.21.4-fix
...
Add support for fabric 1.21.4
2025-01-05 08:37:00 -06:00
Michael Primm
58408bbe55
Try excluding jtracy
2025-01-04 23:09:48 -05:00
Michael Primm
66b67519c3
Avoid 403 errors from papermc.io repo
2025-01-04 21:46:42 -05:00
Michael Primm
53b905e3ae
Back to 3.7-SNAPSHOT
2025-01-04 21:46:22 -05:00
mikeprimm
29e206588e
Merge pull request #4164 from jacob1/v3.0
...
Support Spigot/Paper 1.21.3 and 1.21.4
2025-01-04 20:19:37 -06:00
viloz1
dc3bdd850c
fix 1.21.4
2024-12-05 21:35:52 +01:00
jacob1
9bb99d1c0d
Spigot 1.21.4 support
...
(ability to run only, not the ability to render any of the new pale garden blocks)
2024-12-03 19:54:02 -05:00
jacob1
33c1b20d3b
Fix nether roof renders on Spigot 1.21.3
...
DynmapWorld.worldheight is reporting as 255 in 1.21.3, instead of 256 like it did before. (Overworld is now 319 -> 320). Unsure if this is a bug, since it seems right ...
Either way, do a Math.ceil to ensure there's enough sections even when the amount of blocks doesn't evenly line up with a 16 block section.
2024-11-28 22:01:36 -05:00
Steviee
d71dd1c6e7
Fixed versions
2024-11-21 16:43:29 +01:00
Steviee
46a822743c
initial commit for 1.21.3
2024-11-21 15:29:15 +01:00
Stephan Eberle
71062dfa5e
Add Fabric 1.21.3
2024-11-21 12:12:35 +01:00
jacob1
67e6423517
Spigot 1.21.3 Support: Fix block states
...
Leaves fix was applied to 1.21 as well. getMaterial() was removed in 1.20 so has been removed from that version onwards as well.
2024-11-09 22:23:45 -05:00
jacob1
4e409a80c7
Spigot / Paper 1.21.3 support
2024-11-09 20:56:09 -05:00
Jatc251
4f362a5c3f
Update login.html
2024-08-30 18:47:05 +10:00
Jatc251
17c5af35e4
Don't send personalised information to sender
2024-08-30 18:42:26 +10:00
Jatc251
1a151468ec
Make webregister command easier to comprehend
2024-08-30 18:38:20 +10:00
Peter Svensson
b9f56e29c0
support for fabric-1.21.1
2024-08-16 09:13:22 +02:00
Michael Primm
30d6845bb2
Prop for beta-7
2024-08-16 00:59:17 -05:00
mikeprimm
a4483ef659
Merge pull request #4143 from forkiesassds/patch-1
...
Add 1.21.1 support
2024-08-15 23:47:18 -05:00
mikeprimm
574a3ae510
Merge pull request #4122 from JurgenKuyper/fix_chunkversion_detection
...
added new dataversion mappings for 1.20.x untill 1.21
2024-08-15 23:44:27 -05:00