Skip to content

Commit

Permalink
[1.20.4] Port particles mapping (MCreator#4562)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion authored Feb 4, 2024
1 parent e5aaa45 commit 5828e80
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ EXPLOSION_EMITTER:
EXPLOSION_NORMAL:
- ParticleTypes.EXPLOSION
- "explosion"
GUST:
- ParticleTypes.GUST
- "gust"
GUST_EMITTER:
- ParticleTypes.GUST_EMITTER
- "gust_emitter"
SONIC_BOOM:
- ParticleTypes.SONIC_BOOM
- "sonic_boom"
Expand Down Expand Up @@ -137,6 +143,9 @@ RAIN:
SMOKE_NORMAL:
- ParticleTypes.SMOKE
- "smoke"
WHITE_SMOKE:
- ParticleTypes.WHITE_SMOKE
- "white_smoke"
SNEEZE:
- ParticleTypes.SNEEZE
- "sneeze"
Expand Down Expand Up @@ -263,6 +272,15 @@ SCRAPE:
EGG_CRACK:
- ParticleTypes.EGG_CRACK
- "egg_crack"
DUST_PLUME:
- ParticleTypes.DUST_PLUME
- "dust_plume"
GUST_DUST:
- ParticleTypes.GUST_DUST
- "gust_dust"
TRIAL_SPAWNER_DETECTION:
- ParticleTypes.TRIAL_SPAWNER_DETECTION
- "trial_spawner_detection"

#LEGACY
DRIPPING_CHERRY_LEAVES:
Expand Down
8 changes: 7 additions & 1 deletion plugins/mcreator-core/datalists/particles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,10 @@
- FALLING_CHERRY_LEAVES
- LANDING_CHERRY_LEAVES
- CHERRY_LEAVES
- EGG_CRACK
- EGG_CRACK
- GUST
- GUST_EMITTER
- WHITE_SMOKE
- DUST_PLUME
- GUST_DUST
- TRIAL_SPAWNER_DETECTION

0 comments on commit 5828e80

Please sign in to comment.