mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 10:35:42 +01:00
[CI-SKIP] Change Glue List patch names for licensing
This commit is contained in:
parent
d62c2f7cca
commit
2019524096
@ -115,8 +115,8 @@ # Patches
|
||||
| server | Stop wasting resources on JsonList#get | Ivan Pekov | |
|
||||
| server | Swaps the predicate order of collision | ㄗㄠˋ ㄑㄧˊ | |
|
||||
| server | Timings stuff | William Blake Galbreath | |
|
||||
| server | Use GlueList as delegate for NonNullList | Mykyta Komarn | |
|
||||
| server | Use GlueList in WeightedList | Ivan Pekov | |
|
||||
| server | Use Glue List as delegate for NonNullList | Mykyta Komarn | |
|
||||
| server | Use Glue List in WeightedList | Ivan Pekov | |
|
||||
| server | Use block distance in portal search radius | Patrick Hemmer | |
|
||||
| server | Use faster block collision check for entity suffocation check | Mykyta Komarn | |
|
||||
| server | Use offline uuids if we need to | Ivan Pekov | |
|
||||
@ -135,4 +135,3 @@ # Patches
|
||||
| server | lithium enum_values | JellySquid | |
|
||||
| server | lithium-MixinChunkGeneratorAbstract | JellySquid | tr7zw |
|
||||
| server | lithium-MixinDataWatcher | JellySquid | tr7zw |
|
||||
| server | tic-tacs Threading Fix | gegy1000 | |
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ivan Pekov <ivan@mrivanplays.com>
|
||||
Date: Mon, 28 Sep 2020 14:20:17 -0500
|
||||
Subject: [PATCH] Use GlueList in WeightedList
|
||||
Subject: [PATCH] Use Glue List in WeightedList
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/WeightedList.java b/src/main/java/net/minecraft/server/WeightedList.java
|
@ -1,7 +1,7 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Mykyta Komarn <nkomarn@hotmail.com>
|
||||
Date: Thu, 1 Oct 2020 06:52:35 -0700
|
||||
Subject: [PATCH] Use GlueList as delegate for NonNullList
|
||||
Subject: [PATCH] Use Glue List as delegate for NonNullList
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/NonNullList.java b/src/main/java/net/minecraft/server/NonNullList.java
|
Loading…
Reference in New Issue
Block a user