diff --git a/src/main/java/com/georgev22/particle/ParticleEffect.java b/src/main/java/com/georgev22/particle/ParticleEffect.java
index f542043..0199bf5 100644
--- a/src/main/java/com/georgev22/particle/ParticleEffect.java
+++ b/src/main/java/com/georgev22/particle/ParticleEffect.java
@@ -115,6 +115,7 @@
*
{@link #NAUTILUS}
* {@link #NOTE}
* {@link #OMINOUS_SPAWNING}
+ * {@link #PALE_OAK_LEAVES}
* {@link #PORTAL}
* {@link #RAID_OMEN}
* {@link #REDSTONE}
@@ -310,7 +311,7 @@ public enum ParticleEffect {
* Speed value: Doesn't influence the particle.
*
*/
- CHERRY_LEAVES(version -> version < 19.4 ? "NONE" : version < 20 ? "falling_cherry_leaves" : "cherry_leaves"),
+ CHERRY_LEAVES(version -> version < 19.4 ? "NONE" : version < 20 ? "falling_cherry_leaves" : "cherry_leaves", DIRECTIONAL),
/**
* In vanilla, this particle is displayed when an entity dies.
*
@@ -903,6 +904,17 @@ public enum ParticleEffect {
*
*/
OMINOUS_SPAWNING(version -> version < 20.5 ? "NONE" : "ominous_spawning", DIRECTIONAL),
+ /**
+ * In vanilla, this particle is displayed falling off pale oak leaves
+ * in pale garden biomes.
+ *
+ * Information:
+ *
+ * - Appearance: Gray leaf.
+ * - Speed value: Doesn't influence the particle.
+ *
+ */
+ PALE_OAK_LEAVES(version -> version < 21.4 ? "NONE" : "pale_oak_leaves", DIRECTIONAL),
/**
* In vanilla, this particle is randomly displayed by nether
* portal, endermen, ender chests, dragon eggs, endermites and end
diff --git a/src/main/resources/mappings.json b/src/main/resources/mappings.json
index 27a6132..e34498c 100644
--- a/src/main/resources/mappings.json
+++ b/src/main/resources/mappings.json
@@ -344,7 +344,7 @@
},
{
"name": "TrailParticleOption",
- "min": 19,
+ "min": 21.3,
"max": 99,
"mappings": [
{