Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from book000/fix/active-particles-2
Browse files Browse the repository at this point in the history
fix: 使用可能なAFKParticleの中に1.18.1までで追加されたものが入っていなかった問題の修正
  • Loading branch information
book000 authored Jan 24, 2022
2 parents e0b026b + 40b1d12 commit f3d707d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/java/com/jaoafa/AwayFromKeyboard/Library/Library.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ public class Library {
AFKParticle.LANDING_OBSIDIAN_TEAR,
AFKParticle.REVERSE_PORTAL,
AFKParticle.WHITE_ASH,
AFKParticle.DRIPPING_DRIPSTONE_LAVA,
AFKParticle.DRIPPING_DRIPSTONE_WATER,
AFKParticle.ELECTRIC_SPARK,
AFKParticle.FALLING_DRIPSTONE_LAVA,
AFKParticle.FALLING_DRIPSTONE_WATER,
AFKParticle.FALLING_SPORE_BLOSSOM,
AFKParticle.GLOW,
AFKParticle.GLOW_SQUID_INK,
AFKParticle.SCRAPE,
AFKParticle.SMALL_FLAME,
AFKParticle.SPORE_BLOSSOM_AIR,
AFKParticle.WAX_OFF,
AFKParticle.WAX_ON,
};

/**
Expand Down

0 comments on commit f3d707d

Please sign in to comment.