Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit 3c0682f

Browse files
author
Simon Gardling
committed
Merge branch 'staging/1.16.5' of github.com:YatopiaMC/Yatopia into dev/c2me-port
2 parents b1d79de + 9695531 commit 3c0682f

7 files changed

Lines changed: 7 additions & 5 deletions

File tree

Licensing/LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All files in the buildSrc folder are licensed under MIT found [here](../buildSrc
33
All patches (.patch files) marked with "lithium" are licensed under LGPL3 found [here](https://github.com/CaffeineMC/lithium-fabric/blob/1.16.x/dev/LICENSE.txt).<br>
44
All patches (.patch files) marked with "hydrogen" are licensed under LGPL3 found [here](https://github.com/CaffeineMC/hydrogen-fabric/blob/1.16.x/LICENSE.txt).<br>
55
All patches (.patch files) marked with "krypton" are licensed under MIT found [here](https://github.com/astei/krypton/blob/master/LICENSE).<br>
6+
All patches (.patch files) marked with "Cadmium" are licensed under MIT found [here](https://github.com/LucilleTea/cadmium-fabric/blob/1.16.x/dev-my-fork/LICENSE.txt).<br>
67
All patches (.patch files) marked with "Tic-Tacs" are licensed under LGPLv3 found [here](https://github.com/Gegy/tic-tacs/blob/1.16.4/LICENSE).<br>
78
All other patches (.patch files) included in this repo are licensed under the MIT license found [here](MIT.md).<br>
89
See [EMC](https://github.com/starlis/empirecraft/blob/master/README.md), [Akarin](https://github.com/Akarin-project/Akarin/blob/1.16.5/LICENSE.md), [Purpur](https://github.com/pl3xgaming/Purpur/blob/ver/1.16.5/LICENSE), [Airplane](https://github.com/Technove/Airplane/blob/master/PATCHES-LICENSE), [Origami](https://github.com/Minebench/Origami/blob/1.16/PATCHES-LICENSE), and [Tuinity](https://github.com/Spottedleaf/Tuinity/blob/master/PATCHES-LICENSE) for the license of patches automatically pulled during upstream updates.

PATCHES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ This is an overview over all patches that are currently used.
267267
| api | Lagging threshold | William Blake Galbreath | |
268268
| server | Left handed API | BillyGalbreath | |
269269
| api | Left handed API | BillyGalbreath | |
270-
| server | Lithium: CompactSineLUT | JellySquid | |
271270
| server | LivingEntity safeFallDistance | William Blake Galbreath | |
272271
| api | LivingEntity safeFallDistance | William Blake Galbreath | |
273272
| server | LivingEntity#broadcastItemBreak | William Blake Galbreath | |
@@ -350,6 +349,7 @@ This is an overview over all patches that are currently used.
350349
| api | PlayerSetSpawnerTypeWithEggEvent | William Blake Galbreath | |
351350
| server | Players should not cram to death | William Blake Galbreath | |
352351
| server | Populator seed controls | Spottedleaf | |
352+
| server | Port Cadmium | Lucy-t | |
353353
| server | Preload ProtocolLib EnumWrappers | ishland | |
354354
| server | Prevent long map entry creation in light engine | Spottedleaf | |
355355
| server | Prevent unload() calls removing tickets for sync loads | Spottedleaf | |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Yatopia combines the code from many [Paper](https://github.com/PaperMC/Paper) fo
1818
* [Origami](https://github.com/Minebench/Origami)
1919
* [Purpur](https://github.com/pl3xgaming/Purpur)
2020
* [Airplane](https://github.com/Technove/Airplane)
21+
* [Cadmium](https://github.com/LucilleTea/cadmium-fabric)
2122
* [Tic-Tacs](https://github.com/Gegy/tic-tacs)
2223

2324

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip
44
# Check on https://gradle.org/release-checksums/
5-
distributionSha256Sum=eb8b89184261025b0430f5b2233701ff1377f96da1ef5e278af6ae8bac5cc305
5+
distributionSha256Sum=dccda8aa069563c8ba2f6cdfd0777df0e34a5b4d15138ca8b9757e94f4e8a8cb
66
zipStoreBase=GRADLE_USER_HOME
77
zipStorePath=wrapper/dists
File renamed without changes.
File renamed without changes.

patches/server/0065-lithium-shape.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ index 0000000000000000000000000000000000000000..e210e0fa39b74805429832c3d232fadb
258258
+ }
259259
+}
260260
diff --git a/src/main/java/net/minecraft/util/MathHelper.java b/src/main/java/net/minecraft/util/MathHelper.java
261-
index b95115aca72ba0cf6451096ddbd8b50a8f3bb5c6..0afb8c643cb3e5938e12183c6132797d6ed645bb 100644
261+
index e9e7fcf2b63febe2a7d055826fabb86bc13a5cf3..e03246ba1b462a7d800f7b1fbc2fce59d5e3e4a6 100644
262262
--- a/src/main/java/net/minecraft/util/MathHelper.java
263263
+++ b/src/main/java/net/minecraft/util/MathHelper.java
264-
@@ -198,6 +198,7 @@ public class MathHelper {
264+
@@ -196,6 +196,7 @@ public class MathHelper {
265265
return c(f, f + f3, f2);
266266
}
267267

0 commit comments

Comments
 (0)