You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With custom enchantments, there is the entity effect spawn_particles. One of the fields, horizontal_position (or vertical_) has the types of entity_position or in_bounding_box.
According to the wiki, if in_bounding_box is used, there is an optional field of scale, to scale the bounding box.
However, in the enchantment generator, scale appears when entity_position is selected, rather than in_bounding_box. This should be reversed (if the wiki is correct).
edit: In fact, the datapack actually fails to validate if the scale field is used alongside entity_position. I am testing in 1.21 pre-1. I glanced over the past couple of snapshot articles, but I didn't see any changes to this (in case if this was a case on the generator simply not being updated to the latest snapshot).
The text was updated successfully, but these errors were encountered:
With custom enchantments, there is the entity effect
spawn_particles
. One of the fields,horizontal_position
(orvertical_
) has the types ofentity_position
orin_bounding_box
.According to the wiki, if
in_bounding_box
is used, there is an optional field ofscale
, to scale the bounding box.However, in the enchantment generator,
scale
appears whenentity_position
is selected, rather thanin_bounding_box
. This should be reversed (if the wiki is correct).edit: In fact, the datapack actually fails to validate if the
scale
field is used alongsideentity_position
. I am testing in 1.21 pre-1. I glanced over the past couple of snapshot articles, but I didn't see any changes to this (in case if this was a case on the generator simply not being updated to the latest snapshot).The text was updated successfully, but these errors were encountered: