Skip to content

1.21.5 Area effect cloud fixes #2722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 3, 2025
Merged

Conversation

tal5
Copy link
Member

@tal5 tal5 commented May 2, 2025

Changes

  • EntityAreaEffectCloud is now registered on all versions again.
  • Added a TODO in EntityAreaEffectCloud for some of the extra work that needs to be done there.
  • Deprecated EntityTag.base_potion & sub-tags on 1.20+ in favor of adding area effect clouds to EntityTag.potion_type.
  • Deprecated EntityTag.particle.color & EntityTag.particle_color mech in favor of adding area effect clouds to EntityTag.color.
  • Deprecated EntityTag.has_custom_effect, custom_effects, clear_custom_effects mech, remove_custom_effect mech, and custom_effects mech, in favor of adding area effect clouds to EntityPotionEffects with all of its tags and mechs.
  • Deprecated EntityTag.base_potion mech on 1.20+ in favor of EntityTag.potion_type, and gave it some minor code updates, mostly for backsupport on modern versions.
  • Added a TODO for EntityTag.particle, as it technically works for now but is missing particle data input, causing some particles to be impossible to set.
  • AreaEffectCloudHelper#setParticle now uses Utilities methods to allow older particle names as input.

mcmonkey4eva
mcmonkey4eva previously approved these changes May 3, 2025
@tal5 tal5 merged commit a8d563f into DenizenScript:dev May 3, 2025
1 check passed
@tal5 tal5 deleted the Area_Effect_Cloud_Fixes branch May 3, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants