Commit graph

3268 commits

Author SHA1 Message Date
jacob1
841bd088de 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
jacob1
6586f7b392 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
abf7332cb4 Spigot / Paper 1.21.3 support 2024-11-09 20:56:09 -05:00
Michael Primm
6b52f94884 Prop for beta-7 2024-08-16 00:59:17 -05:00
mikeprimm
0afac96f2d Merge pull request #4143 from forkiesassds/patch-1
Add 1.21.1 support
2024-08-15 23:47:18 -05:00
mikeprimm
80ac99e688 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
01793b535f Future-proofing 2024-08-13 02:07:59 +03:00
icanttellyou
df0f55832d Add 1.21.1 support 2024-08-10 17:42:46 +03:00
Michael Primm
1b03cb0704 Back to SNAPSHOT 2024-06-19 19:01:19 -05:00
Michael Primm
37a965c37b Prep for beta-6 2024-06-16 20:59:07 -05:00
Michael Primm
c3e9fb441f Add 1.21 blocks 2024-06-16 15:25:09 -05:00
Michael Primm
c795abe5f4 Add 1.20.6 blocks 2024-06-16 15:13:39 -05:00
Michael Primm
6e60c074d7 Update with 1.21 resources 2024-06-16 14:32:06 -05:00
Jurgen
cf32a81082 added new dataversion mappings for 1.20.x untill 1.21 2024-06-16 18:06:07 +02:00
Michael Primm
91e4c0e009 Start Forge 1.21 2024-06-16 01:41:36 -05:00
mikeprimm
04af3f840b 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
8b9535cce2 Merge pull request #4120 from ashduino101/v3.0
1.21 support for Bukkit/Spigot
2024-06-15 17:15:43 -05:00
ashduino101
bf0c74ca4d 1.21 support for Bukkit 2024-06-14 21:21:23 -07:00
Peter Svensson
15dd09e991 Port to 1.21 (rc.1) for fabric 2024-06-13 17:31:39 +02:00
mikeprimm
78b9d1f9cf Update gibberish.txt 2024-06-02 21:24:49 -05:00
Michael Primm
2fe50a4efd Fix Forge 1.20.6 build 2024-06-02 20:57:16 -05:00
Michael Primm
9bd467ead9 Start Forge 1.20.6 code (not yet functional) 2024-06-02 18:25:17 -05:00
mikeprimm
c91baab945 Merge pull request #4094 from KonradowyPL/v3.0
Transition player markers properly
2024-06-02 13:00:03 -05:00
mikeprimm
383d8cec48 Merge pull request #4082 from JurgenKuyper/add-configurable-spawnbed-hide-on-leave
added configurable on whether to remove spawnbed markers when player leaves the server
2024-06-02 12:59:32 -05:00
mikeprimm
a67867fff9 Merge pull request #4101 from JurgenKuyper/fix_blockmodel_filenames
updated blockmodel output to show file names
2024-06-02 12:57:51 -05:00
mikeprimm
58c0b60cc1 Merge pull request #4108 from JurgenKuyper/patch-2
Update README.md
2024-06-02 12:56:22 -05:00
mikeprimm
ef1a4d3f28 Merge pull request #4115 from kosmolot-mods/fabric-1.20.6
Fabric 1.20.6
2024-06-02 12:56:06 -05:00
Kosma Moczek
e564e1073e fabric-1.20.6: update to 1.20.6 2024-06-02 12:06:56 +02:00
Kosma Moczek
6e0ba97142 fabric: update Loom to 1.6.11 2024-06-02 12:05:55 +02:00
Kosma Moczek
d658b82eda fabric-1.20.6: add to settings.gradle 2024-05-14 14:29:29 +02:00
Kosma Moczek
2a0bf3888e fabric-1.20.6: rename from 1.20.4 2024-05-14 14:26:34 +02:00
Kosma Moczek
d524e2782d fabric-1.20.6: copy from 1.20.4 2024-05-14 14:23:51 +02:00
JurgenKuyper
f27c5dfa4c Update README.md
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
2024-05-13 22:05:38 +02:00
JurgenKuyper
e8cf7cf60a Update README.md
bump versions and small update to storage explanation
2024-05-12 19:29:48 +02:00
Michael Primm
24975099f1 Band-aid up Forge 1.12.2 build 2024-04-29 15:06:37 -05:00
Michael Primm
dccb728038 Back to SNAPSHOT 2024-04-28 15:30:36 -05:00
Michael Primm
38c9281c7a Handle tile entity lookup in 1.20.5 2024-04-28 14:01:07 -05:00
Michael Primm
6fc8090f70 Update README 2024-04-26 23:12:08 -05:00
Michael Primm
5653b948d1 Migrate to Gradle 8.7, JDK 21 compiler 2024-04-26 22:51:32 -05:00
Michael Primm
255740ca5a Migrate to Gradle 8.7 2024-04-26 22:50:43 -05:00
Michael Primm
ff0d76a6d3 Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2024-04-26 20:54:54 -05:00
Michael Primm
0ecb064940 Start 1.20.5 code 2024-04-26 20:54:41 -05:00
Jurgen
779b214c91 updated blockmodel output to show file names (try 2) 2024-04-09 19:29:35 +02:00
KonradowyPL
f46b777746 only apply changes to players, not other markers 2024-03-13 20:50:42 +01:00
KonradowyPL
e79080f9d5 fix code formating 2024-03-13 20:43:08 +01:00
KonradowyPL
eb5b771ab3 Fix player lagging behind when zooming 2024-03-13 20:36:14 +01:00
Jurgen
80c0759ba6 added configurable on whether to remove spawnbed markers on leave of player 2024-02-26 20:51:51 +01:00
mikeprimm
02201144ec Merge pull request #4056 from JurgenKuyper/patch-2
Update DynmapBlockState.java
2024-01-23 09:26:06 -06:00
JurgenKuyper
2d0cd0b718 Update DynmapBlockState.java
also hide nether_quartz_ore if hideores is true
2024-01-22 21:11:43 +01:00
Michael Primm
4aad73cff8 Drop older 1.19 Forge and Fabric builds 2023-12-23 15:03:35 -06:00