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

Property syntax for neoFormVersion broken for kts files in MDG 2.0.x #221

Closed
quinn-semele opened this issue Jan 4, 2025 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@quinn-semele
Copy link

quinn-semele commented Jan 4, 2025

As far as I can tell for the neoFormVersion = ... syntax to be generated for kotlin buildscripts there needs to be a setter and getter with appropiate names e.g. setNeoFormVersion and getNeoFormVersion. [1]

This wasn't an issue in 1.x because it was backed by a Property<String> directly in the NeoForgeExtension however this is no longer the case in 2.x.

It's not a major issue but having a getter to fix the property syntax would be nice ^_^

@Matyrobbrt
Copy link
Member

Fixed in #223

@Matyrobbrt Matyrobbrt added the bug Something isn't working label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants