Skip to content

Commit

Permalink
feat: add content for 25w06a
Browse files Browse the repository at this point in the history
  • Loading branch information
gabizou committed Feb 8, 2025
1 parent d2a4ac9 commit e6b498a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,15 @@ public static List<Generator> registryEntries(final Context context) {
Registries.COW_VARIANT,
$ -> true,
RegistryScope.SERVER
),
new RegistryEntriesGenerator<>(
"data.type",
"ChickenVariants",
"CHICKEN_VARIANT",
context.relativeClass("data.type", "ChickenVariant"),
Registries.CHICKEN_VARIANT,
$-> true,
RegistryScope.SERVER
)
);
}
Expand Down

0 comments on commit e6b498a

Please sign in to comment.