Skip to content

Commit

Permalink
🐛 Fix worldgen block predicate offset field
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Oct 25, 2024
1 parent dd617ff commit c0210ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/data/worldgen/feature/block_predicate.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ struct BlockPredicate {
}

struct PredicateOffset {
offset?: any // TODO: FIXME
/// The block offset to check.
offset?: [int @ -16..16] @ 3,
}

dispatch minecraft:block_predicate[all_of,any_of] to struct CombiningPredicate {
Expand Down

0 comments on commit c0210ac

Please sign in to comment.