In Block Anywhere - apace100/origins-fabric GitHub Wiki
Entity Condition. Checks whether the entity is overlapping with a block anywhere.
Type ID: origins:in_block_anywhere
Fields:
block_condition
, Block Condition: The block condition which blocks need to fulfill in order to count for this power.
comparison
, Comparison, default = ">=": How the number of blocks which overlap and fulfill block_condition
should be compared to the specified value.
compare_to
, int, default = 1: The value to compare the number to.