[ci skip] shuffle patches and rebuild
This commit is contained in:
parent
1bbd273bbd
commit
bd496d0e0d
|
@ -1,19 +0,0 @@
|
||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Doc <nachito94@msn.com>
|
|
||||||
Date: Wed, 20 Jul 2022 12:07:36 -0400
|
|
||||||
Subject: [PATCH] Add SpawnReason to Tadpoles spawned by Frogspawn
|
|
||||||
|
|
||||||
|
|
||||||
diff --git a/src/main/java/net/minecraft/world/level/block/FrogspawnBlock.java b/src/main/java/net/minecraft/world/level/block/FrogspawnBlock.java
|
|
||||||
index af7f77fb9fdf27509499f9d35fd42a6a50bf9cb0..e1d8ababdb992821cc0ac383c13f1f4d10b09107 100644
|
|
||||||
--- a/src/main/java/net/minecraft/world/level/block/FrogspawnBlock.java
|
|
||||||
+++ b/src/main/java/net/minecraft/world/level/block/FrogspawnBlock.java
|
|
||||||
@@ -103,7 +103,7 @@ public class FrogspawnBlock extends Block {
|
|
||||||
int k = random.nextInt(1, 361);
|
|
||||||
tadpole.moveTo(d, (double)pos.getY() - 0.5D, e, (float)k, 0.0F);
|
|
||||||
tadpole.setPersistenceRequired();
|
|
||||||
- world.addFreshEntity(tadpole);
|
|
||||||
+ world.addFreshEntity(tadpole, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.EGG); // Paper
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue