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
icanttellyou
6c2398f9f3
Future-proofing
2024-08-13 02:07:59 +03:00
icanttellyou
8536fbb214
Add 1.21.1 support
2024-08-10 17:42:46 +03:00
Michael Primm
fea8b11741
Back to SNAPSHOT
2024-06-19 19:01:19 -05:00
Shaijana
8bd486c098
-Added models for "tuff_brick_stairs", "tuff_brick_slab" and "tuff_brick_wall"
...
-Removed duplicated models for "polished_tuff_stairs" and "polished_tuff_wall"
2024-06-18 19:15:29 +02:00
Michael Primm
36dc1adb15
Prep for beta-6
2024-06-16 20:59:07 -05:00
Michael Primm
52ba0b467b
Add 1.21 blocks
2024-06-16 15:25:09 -05:00
Michael Primm
f6deca07b4
Add 1.20.6 blocks
2024-06-16 15:13:39 -05:00
Michael Primm
602e2d76d9
Update with 1.21 resources
2024-06-16 14:32:06 -05:00
Jurgen
20f3fe9684
added new dataversion mappings for 1.20.x untill 1.21
2024-06-16 18:06:07 +02:00
Michael Primm
540da73c80
Start Forge 1.21
2024-06-16 01:41:36 -05:00
mikeprimm
5256a16ca0
Merge pull request #4118 from petersv5/1.21-pre4
...
Port to 1.21 (rc.1) for fabric
2024-06-15 17:17:40 -05:00
mikeprimm
d188618720
Merge pull request #4120 from ashduino101/v3.0
...
1.21 support for Bukkit/Spigot
2024-06-15 17:15:43 -05:00
ashduino101
092aa52293
1.21 support for Bukkit
2024-06-14 21:21:23 -07:00
Peter Svensson
a4a07d96da
Port to 1.21 (rc.1) for fabric
2024-06-13 17:31:39 +02:00