[Suggestion]: Scale Tags System
JadeJuno opened this issue ยท 0 comments
What is your suggestion?
I've found myself having to execute way too many commands to change an entity's multiple scale types properly, which is often annoying, for obvious reasons. This is why I believe there should be a tags system for Scales, like there is for other registries like Entity Types, Items, Blocks, etc.
This would work similarly to how pehkui:base
already works, but instead of being hard-coded, it would be data-driven.
An example of how this would look, essentially pehkui:base
into a tag, would be something like:
data/pehkui/tags/scales/base.json
{
"replace": false,
"values": [
"pehkui:width",
"pehkui:height",
"pehkui:motion",
"pehkui:visibility",
"pehkui:reach",
"pehkui:drops",
"pehkui:projectiles",
"pehkui:explosions"
]
}