Skip to content

Commit

Permalink
Change BannerPatternShape to engine scope
Browse files Browse the repository at this point in the history
  • Loading branch information
aromaa committed May 20, 2024
1 parent 5765c9e commit 5d32c47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,9 @@ private static List<Generator> generators(final Context context) {
"BannerPatternShapes",
"BANNER_PATTERN_SHAPE",
context.relativeClass("data.type", "BannerPatternShape"),
Registries.BANNER_PATTERN
Registries.BANNER_PATTERN,
$ -> true,
RegistryScope.SERVER
),
new RegistryEntriesGenerator<>(
"data.type",
Expand Down

0 comments on commit 5d32c47

Please sign in to comment.