Fix spelling, grammar, javadocs, and similar issues (#2784)
* fix naming in ModelSantaHat.java * Fix grammar, spelling, and javadocs in RebornCore * Fix spelling error in datagen * fix missed variable name * fix grammar, spelling, and javadoc errors * fix grammar and spelling errors in project files * specify indent_size in .editorconfig
This commit is contained in:
parent
bd971c12bd
commit
43c0fa9e89
138 changed files with 1007 additions and 924 deletions
|
@ -251,7 +251,7 @@ loom {
|
|||
test.dependsOn runGametest
|
||||
|
||||
runDatagen {
|
||||
// Doesnt re-run the task when its up-to date
|
||||
// Doesn't re-run the task when its up-to date
|
||||
outputs.dir('src/main/generated')
|
||||
}
|
||||
|
||||
|
@ -400,4 +400,4 @@ task checkVersion {
|
|||
|
||||
github.mustRunAfter checkVersion
|
||||
publish.mustRunAfter checkVersion
|
||||
project.tasks.curseforge.mustRunAfter checkVersion
|
||||
project.tasks.curseforge.mustRunAfter checkVersion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue