Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 04:20:04 +01:00
Update paperweight to 1.1.6
Dieser Commit ist enthalten in:
Ursprung
17f71ac87b
Commit
e31ad11127
@ -12,12 +12,14 @@
|
|||||||
|
|
||||||
tiny 2 0 mojang+yarn spigot
|
tiny 2 0 mojang+yarn spigot
|
||||||
|
|
||||||
# CraftBukkit changes this field's type, which causes the original mapping to miss
|
# CraftBukkit changes type
|
||||||
c net/minecraft/server/level/ServerLevel net/minecraft/server/level/WorldServer
|
c net/minecraft/server/level/ServerLevel net/minecraft/server/level/WorldServer
|
||||||
f Lnet/minecraft/world/level/storage/PrimaryLevelData; serverLevelData E
|
f Lnet/minecraft/world/level/storage/PrimaryLevelData; serverLevelData E
|
||||||
# generic hell TODO no clue why the return type here needs to be spigot mapped?
|
|
||||||
|
# unknown issue
|
||||||
c net/minecraft/core/RegistryAccess net/minecraft/core/IRegistryCustom
|
c net/minecraft/core/RegistryAccess net/minecraft/core/IRegistryCustom
|
||||||
m (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/IRegistry; registryOrThrow d
|
m (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Registry; registryOrThrow d
|
||||||
# paper changes type
|
|
||||||
|
# Paper changes type
|
||||||
c net/minecraft/core/MappedRegistry net/minecraft/core/RegistryMaterials
|
c net/minecraft/core/MappedRegistry net/minecraft/core/RegistryMaterials
|
||||||
f Lit/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap; toId bw
|
f Lit/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap; toId bw
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
||||||
id("io.papermc.paperweight.core") version "1.1.5"
|
id("io.papermc.paperweight.core") version "1.1.6"
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren