Salmon Size Support #7177
Labels
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
good first issue
An issue that would be good for a first-time contributor to make a PR for
priority: lowest
"Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
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
, andlarge salmon
. When spawning justsalmon
, 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
The text was updated successfully, but these errors were encountered: