Commit graph

56 commits

Author SHA1 Message Date
James Lyne
29984eb0af Update configuration.txt comment 2022-01-07 23:06:48 +00:00
Kosma Moczek
8bb5c2a062 fabric-*: update Fabric API to newest version for each release 2022-01-05 00:16:00 +01:00
Kosma Moczek
5e83cfa36d fabric-*: remove comment cruft from gradle.properties 2022-01-05 00:16:00 +01:00
Kosma Moczek
f0a1fcdc9f fabric-*: remove archives_base_name from gradle.properties 2022-01-05 00:16:00 +01:00
Kosma Moczek
945178f71d fabric-*: use new directives for output jar file path
The old ones are deprecated+replaced.
2022-01-05 00:16:00 +01:00
Kosma Moczek
c2d6bb76ae fabric-*: remove stale duplicateStrategy 2022-01-05 00:16:00 +01:00
Kosma Moczek
db838a1f2f fabric-*: remove stale comment cruft 2022-01-05 00:16:00 +01:00
Kosma Moczek
707cdfcd09 fabric-*: update Loom to 0.10.65
This fixes three issues:
- Gradle compatibility
- IDE compatibility
- Builds breaking because we were running on SNAPSHOT
2022-01-05 00:16:00 +01:00
Kosma Moczek
44bc4a819f fabric-*: use modern plugins{} declaration 2022-01-05 00:16:00 +01:00
Kosma Moczek
463f466549 fabric-*: remove redundant declarations already present in root build.gradle 2022-01-05 00:16:00 +01:00
Kosma Moczek
9692d476ec fabric-*: use modern, performant sourcesJar declaration 2022-01-05 00:16:00 +01:00
Kosma Moczek
23238ee293 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
Kosma Moczek
9a611cc5ad fabric-1.18: remove incorrectly included DynmapCoreAPI depedency 2022-01-05 00:16:00 +01:00
Mike Primm
dff7313069 Time-of-day fix for Fabric (all versions) and Forge (1.13-1.16) 2021-12-29 19:33:37 -06:00
Mike Primm
cad1ccb747 Fix mushroom stem render, cleanup System.out uses 2021-12-28 14:37:20 -06:00
Mike Primm
b589184e8a Handle negative Y for chunk generation driven updates 2021-12-25 19:09:02 -06:00
Mike Primm
6c7824a385 Implement basic sky lighting for chunks with broken lighting
(forge,fabric)
2021-12-24 20:38:05 -06:00
Mike Primm
cfefe64894 Shift string safely into Log class, finish hack substitution string 2021-12-24 00:08:52 -06:00
Kosma Moczek
3919bdc1ba fabric-1.18: switch to new CHUNK_GENERATE event, simplify trigger logic greatly 2021-12-16 20:37:41 +01:00
Kosma Moczek
f970e6be9e fabric-1.18: add CHUNK_GENERATE mixin 2021-12-16 20:37:41 +01:00
Kosma Moczek
3b4b8526b7 fabric-1.18: remove ThreadedAnvilChunkStorageAccessor 2021-12-16 20:37:41 +01:00
Kosma Moczek
7ccd234b06 fabric-1.18: remove ChunkDataEvents.SAVE 2021-12-16 20:37:41 +01:00
Kosma Moczek
6f01f20072 fabric-1.18: add CustomServerChunkEvents.CHUNK_GENERATE 2021-12-16 20:37:41 +01:00
Mike Primm
7307e3d734 Add simple lighting generation for migrated chunks with missing light 2021-12-15 23:34:53 -06:00
Mike Primm
28fd746248 Workaround bizarre 1.17->1.18 chunk lifecycle (Spigot, Fabric, Forge) 2021-12-15 20:40:06 -06:00
Mike Primm
3af5ac05e2 Add NBT toString() 2021-12-15 02:14:12 -06:00
Kosma Moczek
65c9996585 fabric/build.gradle: replace compile with implementation
This fixes starting the Fabric mod under IntelliJ and command line:

`./gradlew fabric-1.18:runServer`
2021-12-12 23:20:51 +01:00
Mike Primm
6fed0dfb1f Add support for largeplayerfaces option for bigger player markers 2021-12-07 21:38:59 -06:00
Mike Primm
805f974660 Migrate Spigot, Forge, Fabric 1.17.1 to generic chunk handling 2021-12-07 00:01:07 -06:00
Mike Primm
de1bcf1aef Handle negative Y chunks from 1.17 in 1.18 code 2021-12-05 14:35:48 -06:00
Mike Primm
942c3a0864 Fix BiomeMap NPE, switch Fabric to GenericMapChunkCache 2021-12-05 12:53:42 -06:00
Mike Primm
ddc484d737 Fix handling of new, additional buiomes 2021-12-05 05:01:59 -06:00
Mike Primm
dac53e38fc Put 3D biome code in spigot 1.18 - still working on grass shading... 2021-12-05 01:57:59 -06:00
Mike Primm
635bbf2b4d Tie in standard biomes by resource location 2021-12-04 23:01:13 -06:00
mikeprimm
3c6e4b1e84 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
585466e69b 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
e4a3179570 Biome shading fixes for 1.18 (Spigot, Fabric, Forge) 2021-12-02 22:18:03 -06:00
Kosma Moczek
6f5c7f4eb4 fabric-1.18: fix builtin permissions handling 2021-12-02 22:59:52 +01:00
Kosma Moczek
8edd5c8bb7 fabric-1.18: add ServerPlayNetworkHandlerMixin.onSignUpdate() 2021-12-02 21:37:41 +01:00
Kosma Moczek
0abd3a5ce3 fabric-1.18: add SIGN_CHANGE_EVENT -> DynmapCore handler 2021-12-02 21:37:11 +01:00
Kosma Moczek
a2af69badb fabric-1.18: implement FabricServer.isSignAt() 2021-12-02 21:17:07 +01:00
Kosma Moczek
2e149a6530 fabric-1.18: remove some stale code 2021-12-02 20:59:44 +01:00
Kosma Moczek
0efa788ea4 fabric-1.18: add BlockEvents.SIGN_CHANGE_EVENT 2021-12-02 20:56:08 +01:00
Kosma Moczek
7e9fecad0c fabric-1.18: rename BlockEvents.EVENT -> BlockEvents.BLOCK_EVENT 2021-12-02 20:55:43 +01:00
Adam Madsen
edc2f71799 Update fabric-1.18 to render with 1.18 biome data 2021-12-01 20:45:15 +00:00
Kosma Moczek
76ec0bcfb5 fabric-1.18: update to official 1.18 mappings & loader 2021-11-30 17:41:56 +01:00
Kosma Moczek
850f1084ac fabric-1.18: fix loading unloaded chunks 2021-11-30 17:37:32 +01:00
Kosma Moczek
f40a493e5b fabric-1.18: mark as compatible with 1.18.x 2021-11-29 23:46:29 +01:00
Kosma Moczek
4444d30237 fabric-1.18: fix missing Base64 library 2021-11-26 19:46:58 +01:00
Kosma Moczek
f457ca02a4 fabric-1.18: update to 1.18 chunk format 2021-11-26 18:37:22 +01:00