Adjacent - apace100/origins-fabric GitHub Wiki

Block Condition. Checks whether a certain amount of blocks adjacent to the block in question fulfill a certain block condition.

Type ID: origins:adjacent

Fields:

adjacent_condition, Block Condition: The block condition that needs to be fulfilled by adjacent blocks to count towards this condition.

comparison, Comparison: How the number of adjacent blocks which fulfill adjacent_condition should be compared to the specified value.

compare_to, int: The value to compare the number to.