Commit graph

35 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
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
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
Mike Primm
e6faf6ecb8 Fix exception in fabric with default permission handlers 2021-12-22 20:36:15 -06:00
Mike Primm
b58ffab04b Finish dropping Apache Commons Codec 2021-12-19 15:44:59 -06:00
Mike Primm
61a71f8a0b Apply lighting workaround to 1.16.5+ 2021-12-16 12:32:10 -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
3d71f87bb7 Backport generic chunk handler to 1.16.5 for Spigot, Fabric, Forge 2021-12-07 18:49:51 -06:00
Mike Primm
17491a2e6e Revert "Fix possible nullref"
This reverts commit b017fccce3.
2021-07-14 15:08:55 -05:00
mikeprimm
f19d77122c Merge pull request #3421 from Bond-009/nullref
Fix possible nullref
2021-07-14 14:25:16 -05:00
Aniket
a35d33530e Fix typo in configuration.txt 2021-07-13 19:53:24 +01:00
Bond_009
b017fccce3 Fix possible nullref 2021-07-04 21:42:48 +02:00
Kosma Moczek
165fb74563 fabric-*: remove dependency on DynmapCoreAPI (duplicate classes error) 2021-06-27 16:14:43 +02:00
Kosma Moczek
7160092831 fabric-*: update processResources to Gradle 7 2021-06-27 15:58:26 +02:00
Kosma Moczek
c5f0ef3265 fabric-*: update Loom to 0.6-SNAPSHOT 2021-06-27 15:57:55 +02:00
Mike Primm
8fb20f5f16 Propagate stateByID scaling performance improvement 2021-03-14 12:08:07 -05:00
Mike Primm
ee471f7510 Add config comments for postgresql 2021-02-07 23:14:09 -06:00
Ben Lönnqvist
269291e909 added option webp-l to use lossless webp #3191 2021-01-08 23:45:30 +02:00
Mike Primm
f21c856656 Pad chunksnapshots with empty section (avoid y=256 exceptions) 2021-01-02 13:07:26 -06:00
Pierre Kisters
679979c156 fixed ServerPlayNetworkHandlerMixin for fabric 1.16.4 2020-11-10 18:47:23 +01:00