Skip to content

Commit 5df50ee

Browse files
authored
Merge pull request #295 from bonbionseker/patch-1
feat: Added new particle Creaking!
2 parents 2057de3 + a189973 commit 5df50ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/types/ParticleIds.php

+4
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,8 @@ private function __construct(){
112112
public const WIND_EXPLOSION = 91;
113113
public const WOLF_ARMOR_CRACK = 92;
114114
public const OMINOUS_ITEM_SPAWNER = 93;
115+
public const CREAKING_CRUMBLE = 94;
116+
public const PALE_OAK_LEAVES = 95;
117+
public const EYEBLOSSOM_OPEN = 96;
118+
public const EYEBLOSSOM_CLOSE = 97;
115119
}

0 commit comments

Comments
 (0)