geforkt von Mirrors/Paper
Fix spawn eggs with no entity creating invalid stacks and disconnect creative clients
Example: /give @s minecraft:cat_spawn_egg[minecraft:max_stack_size=1,minecraft:max_damage=100,minecraft:damage=10] 1 By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
b365899587
Commit
cd2a1a6d7e
@ -151,10 +151,6 @@ public class CraftMetaSpawnEgg extends CraftMetaItem implements SpawnEggMeta {
|
|||||||
void applyToItem(CraftMetaItem.Applicator tag) {
|
void applyToItem(CraftMetaItem.Applicator tag) {
|
||||||
super.applyToItem(tag);
|
super.applyToItem(tag);
|
||||||
|
|
||||||
if (!isSpawnEggEmpty() && entityTag == null) {
|
|
||||||
entityTag = new NBTTagCompound();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (entityTag != null) {
|
if (entityTag != null) {
|
||||||
tag.put(ENTITY_TAG, CustomData.of(entityTag));
|
tag.put(ENTITY_TAG, CustomData.of(entityTag));
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren