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

added datagen #16

Merged
merged 2 commits into from
Jul 17, 2024
Merged

added datagen #16

merged 2 commits into from
Jul 17, 2024

Conversation

Itskillerluc
Copy link
Contributor

Added the providers and implementation of some of them.

Copy link
Member

@ThatGravyBoat ThatGravyBoat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition to the comments please format the classes so they arnt so long for a single line ie. Change the constructors from being 1 line to having the parameters on its own line like such:

class SomeClass(
	someParameter1: SomeOtherClass,
	someParameter2: SomeOtherClass,
	someParameter3: SomeOtherClass,
) : SomeParentClass(someParameter1, someParameter2, someParameter3)

build.gradle.kts Show resolved Hide resolved
@ThatGravyBoat ThatGravyBoat merged commit 7476102 into 1.21.x Jul 17, 2024
1 check passed
@ThatGravyBoat ThatGravyBoat deleted the feat/datagen branch July 17, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants