Commit Graph

33 Commits

Author SHA1 Message Date
mikeprimm
442935d78b
Merge pull request #3603 from kosma/fabric-1.17-section-handling
fabric-1.17.1: add missing section handling
2022-01-10 10:57:50 -06:00
Kosma Moczek
b234153a53 fabric-1.17.1: add missing section handling
Fixes missing handling introduced in
57d02007ab.
2022-01-10 13:44:44 +01:00
James Lyne
44549eb316 Update configuration.txt comment 2022-01-07 23:06:48 +00:00
Kosma Moczek
93abdad448 fabric-*: update Fabric API to newest version for each release 2022-01-05 00:16:00 +01:00
Kosma Moczek
b34aedeb51 fabric-*: remove comment cruft from gradle.properties 2022-01-05 00:16:00 +01:00
Kosma Moczek
0596d3e432 fabric-*: remove archives_base_name from gradle.properties 2022-01-05 00:16:00 +01:00
Kosma Moczek
29c287d4b3 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
785798bf4e fabric-*: remove stale duplicateStrategy 2022-01-05 00:16:00 +01:00
Kosma Moczek
c0abc6b0e3 fabric-*: remove stale comment cruft 2022-01-05 00:16:00 +01:00
Kosma Moczek
47df7cb402 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
3ae48275a8 fabric-*: use modern plugins{} declaration 2022-01-05 00:16:00 +01:00
Kosma Moczek
5e8fa51538 fabric-*: remove redundant declarations already present in root build.gradle 2022-01-05 00:16:00 +01:00
Kosma Moczek
ff08210162 fabric-*: use modern, performant sourcesJar declaration 2022-01-05 00:16:00 +01: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
Mike Primm
61440490f3 Fix exception in fabric with default permission handlers 2021-12-22 20:36:15 -06:00
Mike Primm
322a3dd03b Finish dropping Apache Commons Codec 2021-12-19 15:44:59 -06:00
Mike Primm
69a6bb2a2a Apply lighting workaround to 1.16.5+ 2021-12-16 12:32:10 -06:00
Mike Primm
546ffffdc0 Add NBT toString() 2021-12-15 02:14:12 -06:00
Kosma Moczek
629785d117 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
634eb5fd2f Add support for largeplayerfaces option for bigger player markers 2021-12-07 21:38:59 -06:00
Mike Primm
5e12090f95 Additional tuning 2021-12-07 00:24:05 -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
809e45631c Add support for experimental Caves and Caverns data pack 2021-08-21 18:03:07 -05:00
Mike Primm
c5906166a1 Add handling for Y=negative 2021-08-21 12:27:01 -05:00
HandyHat
e2b3c3d23f
FIx typo in configuration.txt 2021-07-24 22:44:36 +01:00
Kaleb Elwert
8c7c3371ae
Update required minecraft version for fabric-1.17.1
Co-authored-by: Ethan Smith <ethan@ethanhs.me>
2021-07-07 23:51:36 -07:00
Kaleb Elwert
4bd825f6c4 Fix 1.17.1 build 2021-07-07 19:02:02 -07:00
Kaleb Elwert
e87dfd3648 Initial commit of fabric-1.17.1 build 2021-07-07 19:02:02 -07:00