Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in enchantment component type registration #181

Open
lociproMods opened this issue Oct 19, 2024 · 0 comments · May be fixed by #178
Open

Typo in enchantment component type registration #181

lociproMods opened this issue Oct 19, 2024 · 0 comments · May be fixed by #178
Labels
typo Typographical or grammatical mistakes.

Comments

@lociproMods
Copy link

public static final DeferredHolder<DataComponentType<?>, DataComponentType<Increment>>> INCREMENT = ENCHANTMENT_COMPONENT_TYPES.register("increment", () -> DataComponentType.<Increment>builder() .persistent(Increment.CODEC) .build());

has an extra angle bracket

https://docs.neoforged.net/docs/resources/server/enchantments/

ChampionAsh5357 added a commit to ChampionAsh5357/NeoForge-Docs that referenced this issue Oct 19, 2024
@ChampionAsh5357 ChampionAsh5357 linked a pull request Oct 19, 2024 that will close this issue
20 tasks
@ChampionAsh5357 ChampionAsh5357 added the typo Typographical or grammatical mistakes. label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typo Typographical or grammatical mistakes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants