Mike Primm
d941aec6eb
Add publicURL setting and '/dynmap url' command
2022-02-12 01:30:00 -06:00
Mike Primm
cfcd8fbf3e
Allow for clean shutdown
2022-02-05 03:20:22 -06:00
Mike Primm
6b208dd038
Add update-webpath-files setting to allow disable of web file updating
2022-02-04 21:47:33 -06:00
James Lyne
44549eb316
Update configuration.txt comment
2022-01-07 23:06:48 +00:00
Kosma Moczek
c56d868ba5
fabric-*: require Fabric Loader 0.12.12
...
This is the release that includes all current log4j mitigation.
Changes in fabric.mod.json ensure the mod will completely refuse to load
unless it's on a fully patched Fabric server.
2022-01-05 00:16:00 +01:00
Mike Primm
7225edc1d6
Time-of-day fix for Fabric (all versions) and Forge (1.13-1.16)
2021-12-29 19:33:37 -06:00
Mike Primm
332292c42c
Fix mushroom stem render, cleanup System.out uses
2021-12-28 14:37:20 -06:00
Mike Primm
57d02007ab
Handle negative Y for chunk generation driven updates
2021-12-25 19:09:02 -06:00
Mike Primm
3a3a970883
Implement basic sky lighting for chunks with broken lighting
...
(forge,fabric)
2021-12-24 20:38:05 -06:00
Mike Primm
bd4a34e2ae
Shift string safely into Log class, finish hack substitution string
2021-12-24 00:08:52 -06:00
Kosma Moczek
a9c0446d00
fabric-1.18: switch to new CHUNK_GENERATE event, simplify trigger logic greatly
2021-12-16 20:37:41 +01:00
Kosma Moczek
69f5dbd63a
fabric-1.18: add CHUNK_GENERATE mixin
2021-12-16 20:37:41 +01:00
Kosma Moczek
38a534bf81
fabric-1.18: remove ThreadedAnvilChunkStorageAccessor
2021-12-16 20:37:41 +01:00
Kosma Moczek
261e3ddc00
fabric-1.18: remove ChunkDataEvents.SAVE
2021-12-16 20:37:41 +01:00
Kosma Moczek
32d618e99b
fabric-1.18: add CustomServerChunkEvents.CHUNK_GENERATE
2021-12-16 20:37:41 +01:00
Mike Primm
eff72aeef0
Add simple lighting generation for migrated chunks with missing light
2021-12-15 23:34:53 -06:00
Mike Primm
54471c6695
Workaround bizarre 1.17->1.18 chunk lifecycle (Spigot, Fabric, Forge)
2021-12-15 20:40:06 -06:00
Mike Primm
546ffffdc0
Add NBT toString()
2021-12-15 02:14:12 -06:00
Mike Primm
634eb5fd2f
Add support for largeplayerfaces option for bigger player markers
2021-12-07 21:38:59 -06:00
Mike Primm
d42921beb5
Migrate Spigot, Forge, Fabric 1.17.1 to generic chunk handling
2021-12-07 00:01:07 -06:00
Mike Primm
2ef6bf35a5
Handle negative Y chunks from 1.17 in 1.18 code
2021-12-05 14:35:48 -06:00
Mike Primm
06885c0353
Fix BiomeMap NPE, switch Fabric to GenericMapChunkCache
2021-12-05 12:53:42 -06:00
Mike Primm
f56f4378c5
Fix handling of new, additional buiomes
2021-12-05 05:01:59 -06:00
Mike Primm
37fd064434
Put 3D biome code in spigot 1.18 - still working on grass shading...
2021-12-05 01:57:59 -06:00
Mike Primm
983a2a4390
Tie in standard biomes by resource location
2021-12-04 23:01:13 -06:00
mikeprimm
12fce4c5ae
Merge pull request #3543 from kosma/fabric-1.18-signs
...
[Fabric 1.18] Sign marker support
2021-12-03 12:45:56 -06:00
mikeprimm
79b41fc94a
Merge pull request #3544 from kosma/fabric-1.18-permissions
...
[Fabric 1.18] Fix permission handling
2021-12-03 12:45:25 -06:00
Mike Primm
76557bf312
Biome shading fixes for 1.18 (Spigot, Fabric, Forge)
2021-12-02 22:18:03 -06:00
Kosma Moczek
86a53e6729
fabric-1.18: fix builtin permissions handling
2021-12-02 22:59:52 +01:00
Kosma Moczek
588525c81f
fabric-1.18: add ServerPlayNetworkHandlerMixin.onSignUpdate()
2021-12-02 21:37:41 +01:00
Kosma Moczek
b31d7ebe9d
fabric-1.18: add SIGN_CHANGE_EVENT -> DynmapCore handler
2021-12-02 21:37:11 +01:00
Kosma Moczek
34a32ad575
fabric-1.18: implement FabricServer.isSignAt()
2021-12-02 21:17:07 +01:00
Kosma Moczek
1c06de9b0c
fabric-1.18: remove some stale code
2021-12-02 20:59:44 +01:00
Kosma Moczek
f03a484b37
fabric-1.18: add BlockEvents.SIGN_CHANGE_EVENT
2021-12-02 20:56:08 +01:00
Kosma Moczek
ef31e6daa8
fabric-1.18: rename BlockEvents.EVENT -> BlockEvents.BLOCK_EVENT
2021-12-02 20:55:43 +01:00
Adam Madsen
76d87fd661
Update fabric-1.18 to render with 1.18 biome data
2021-12-01 20:45:15 +00:00
Kosma Moczek
33a02d7724
fabric-1.18: update to official 1.18 mappings & loader
2021-11-30 17:41:56 +01:00
Kosma Moczek
e43844d6b8
fabric-1.18: fix loading unloaded chunks
2021-11-30 17:37:32 +01:00
Kosma Moczek
dedefec2d3
fabric-1.18: mark as compatible with 1.18.x
2021-11-29 23:46:29 +01:00
Kosma Moczek
2bdc48c9d6
fabric-1.18: fix missing Base64 library
2021-11-26 19:46:58 +01:00
Kosma Moczek
b82095fcb6
fabric-1.18: update to 1.18 chunk format
2021-11-26 18:37:22 +01:00
Kosma Moczek
038f9c7085
fabric-1.18: get rid of all Eclipse warnings
2021-11-26 14:52:56 +01:00
Kosma Moczek
3d95f9250a
fabric-1.18: remap and update to 1.18-rc1+build.1
2021-11-25 20:01:27 +01:00
Kosma Moczek
73b4bc103c
fabric-1.18: s/1.17.1/1.18/
2021-11-25 19:00:37 +01:00
Kosma Moczek
c62631f67f
fabric-1.18: copy form fabric-1.17.1
2021-11-25 18:57:53 +01:00