Salmon Size Support
APickledWalrus opened this issue ยท 0 comments
Suggestion
In 1.21.2, two new salmon sizes were added: small and large. "medium" is the default size.
See: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Salmon.Variant.html
An (non-simple) EntityData for salmon will need to be created. It should allow salmon
, small salmon
, medium salmon
, and large salmon
. When spawning just salmon
, it should use no variant (default to whatever Bukkit does)
Why?
Skript should aim to support all features of an entity.
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.