Skip to content

Releases: GTNewHorizons/ExampleMod1.7.10

master starter and migration packages

18 Apr 08:24
e52f3cd
Compare
Choose a tag to compare

Commits

0.2.2 starter and migration packages

05 Apr 16:29
71cdb85
Compare
Choose a tag to compare
Reduce indents in spotless config (#161)

Indent subexpressions by 1 level (4 spaces) instead of aligning to the column of the parent expression.
This leads to more readable method chains if for some reason the object they're operating on is far to the right on its line.

0.2.2: Reduce indents in spotless config (#161)

05 Apr 16:30
71cdb85
Compare
Choose a tag to compare

What's Changed

  • Update spotless settings version in settings.gradle by @eigenraven in #157
  • Bump lwjgl3ify&hodgepodge versions for the latest bugfixes by @eigenraven in #158
  • Update build script version to 1679836390 by @github-actions in #159
  • Auto-detect tweaker classes in RFG, update UniMixins to 0.1.6 by @eigenraven in #160
  • Reduce indents in spotless config by @eigenraven in #161

Full Changelog: 0.2.1...0.2.2

0.2.1 starter and migration packages

26 Mar 09:14
cb3f45f
Compare
Choose a tag to compare
Adjust line wrapping on qualified invocations of functions and commen…

…ts (#155)

* Update code formatter profile to version 21

* Adjust Line Wrapping/Function Calls/Qualified invocations

Line Wrapping policy: "Wrap where necessary" -> "Wrap all elements, except first element if not necessary"
Force split, even if line shorter than maximum line width: false -> true
Indentation policy: "Default indentation" -> "Indent on Column"

* Update code formatter profile to version 23

* Disable line joining in comments

0.2.1: Adjust line wrapping on qualified invocations of functions and commen…

26 Mar 09:17
cb3f45f
Compare
Choose a tag to compare

What's Changed

  • Update build script version to 1675108973 by @github-actions in #118
  • Update build script version to 1675110695 by @github-actions in #119
  • Update build script version to 1675164841 by @github-actions in #120
  • Update build script version to 1675173326 by @github-actions in #121
  • Update build script version to 1675268365 by @github-actions in #122
  • Mixins fixes by @eigenraven in #123
  • Update build script version to 1675624371 by @github-actions in #124
  • Add Java 17 and HotSwapAgent-enabled run configurations by @eigenraven in #126
  • Update build script version to 1675859611 by @github-actions in #127
  • Update build script version to 1676014825 by @github-actions in #129
  • CoFH Core runobf fix by @eigenraven in #128
  • Update build script version to 1676031737 by @github-actions in #130
  • Update Hodgepodge to 2.0.35 by @miozune in #134
  • Update build script version to 1676679815 by @github-actions in #135
  • RFG IntelliJ fixes by @eigenraven in #133
  • Update build script version to 1676922328 by @github-actions in #136
  • Stop ignoring mixins.*.(late|early).json by @mitchej123 in #138
  • Dependency handling tweaks and documentation by @eigenraven in #140
  • Update build script version to 1677142954 by @github-actions in #142
  • Replace the two settings.gradle files to have a more sensible starter package layout. by @eigenraven in #143
  • Update lwjgl3ify and hodgepodge by @eigenraven in #144
  • Update build script version to 1677938302 by @github-actions in #145
  • Switch from Adoptium to Azul for arm64 MacOS compatibility by @eigenraven in #146
  • Update build script version to 1678003329 by @github-actions in #147
  • Update lwjgl3ify, Hodgepodge and Gradle by @eigenraven in #148
  • Update build script version to 1679040806 by @github-actions in #149
  • Switch to UniMixins by @eigenraven in #150
  • Update build script version to 1679170051 by @github-actions in #151
  • Force UTF-8 encoding in javac and scalac by @eigenraven in #152
  • Update build script version to 1679518038 by @github-actions in #153
  • Adjust line wrapping on qualified invocations of functions and comments by @glowredman in #155

Full Changelog: 0.2.0...0.2.1

0.2.0 starter and migration packages

28 Jan 21:03
Compare
Choose a tag to compare

Commits

  • ea8dd52: Update gradlew to 7.6 (Raven Szewczyk) #109
  • 1ffe051: Minimal changes to not crash when loading RFG instead of FG, remove some no longer necessary workarounds (Raven Szewczyk) #109
  • dfcfc4c: Update gradlew to 8.0-rc-1 (Raven Szewczyk) #109
  • 13ba845: Fix build.gradle IntelliJ warnings, use configuration avoidance api for faster gradle startup (Raven Szewczyk) #109
  • a2cfd01: Fix crash in processResources due to file duplication with the implicit from() block (Raven Szewczyk) #109
  • 80ff018: Working runClient/runServer (Raven Szewczyk) #109
  • bdc7855: Use RFG's jar/reobfJar instead of hacks around FG's sometimes reobfed jar (Raven Szewczyk) #109
  • 66c668b: Fix spotless using the wrong sourcesets (Raven Szewczyk) #109
  • cddf7a7: Fix publishing issues (Raven Szewczyk) #109
  • d8334df: Bring back jvm8 compatibility (Raven Szewczyk) #109
  • 3819d8b: Add documentation to dependencies.gradle (Raven Szewczyk) #109
  • b85e0de: Add compile config backwards compat with a deprecation notice (Raven Szewczyk) #109
  • c65c2c4: Add AT support (Raven Szewczyk) #109
  • 1c9d157: Add IDEA config (Raven Szewczyk) #109
  • c7cb211: Merge remote-tracking branch 'origin/master' into wip-rfg-tests (Raven Szewczyk) #109
  • d1120cb: Add a testCompile backwards compat configuration (Raven Szewczyk) #109
  • 8295af6: Maven and mixin fixes (Raven Szewczyk) #109
  • 6800410: Squash more publishing bugs (Raven Szewczyk) #109
  • fab9a07: Bump settings.gradle commits (Raven Szewczyk) #109
  • bc2d8d4: Switch gradle distribution back to bin (Raven Szewczyk) #109
  • b006bb8: Add a mod buildscript&gradle updating helper script (temporary, remove before merging) (Raven Szewczyk) #109
  • 50d4045: Rerun actions (Raven Szewczyk) #109
  • b8f2af4: Add IJ-native run configs, pass javac options (Raven Szewczyk) #109
  • 429950e: Switch the default tag injection mechanism to a generated class (Raven Szewczyk) #109
  • 0aafe1e: Bump the RFG version (Raven Szewczyk) #109
  • 7693755: Inject coremods in intellij-native run configurations (Raven Szewczyk) #109
  • 68c05a9: Update gradle to 8.0-rc-2 (Raven Szewczyk) #109
  • 253debf: Bump RFG version (Raven Szewczyk) #109
  • 34d9e31: Fix missing toolchain provider in Gradle 8 (Raven Szewczyk) #109
  • da33a1a: Make minimization of shadow jars optional, fix missing runClient->shadowJar dependency (Raven Szewczyk) #109
  • 9668beb: Update RFG, enable assertions only in the current mod, update gtnhmixins, configure idea projects after all jvm args are set up (Raven Szewczyk) #109
  • 9b36d7b: Add a workaround for repackaged CCL not finding mappings (Raven Szewczyk) #109
  • d7099c7: Remove the silly 1.7.10- prefix to all mod versions, it's stripped in publishing anyway (Raven Szewczyk) #109
  • Jabel #109 (Raven Szewczyk)
  • a08a1c4: Merge remote-tracking branch 'origin/master' into wip-rfg-tests (Raven Szewczyk) #109
  • fcd967b: Add opt-in Jabel support for Java 17 syntax compiled to Java 8 bytecode (Raven Szewczyk) #109
  • 2824fd1: Point actions to the rfg branch (Raven Szewczyk) #109
  • 917b0da: Configure the IDEA inspection to ban Java 9+ standard library usage (Raven Szewczyk) #109
  • 34afec2: Remove inspectionProfiles, they seem to not work after all (Raven Szewczyk) #109
  • c08c702: Add optional generic injection settings from RFG (Raven Szewczyk) #109
  • 81c5178: Move updated spotless configs to gtnhShared (Raven Szewczyk) #109
  • 137f284: Merge remote-tracking branch 'origin/master' into wip-rfg-tests (Raven Szewczyk) #109
  • 83e05d8: Downgrade gradlew to 7.6 from the RC versions (Raven Szewczyk) #109
  • 7d3f306: Spotless apply with the new settings (Raven Szewczyk) #109
  • b033548: Cleanups before the PR is ready to review (Raven Szewczyk) #109

0.2.0: [ci skip] update build script version to 1674943145 (#117)

28 Jan 21:06
da1f1f8
Compare
Choose a tag to compare

What's Changed

  • Run both downloads at once by @kuba6000 in #59
  • Update build script version to 1661114848 by @github-actions in #60
  • Make extensions in .gitattributes case insensitive on Linux by @kuba6000 in #61
  • Add git .xcf files as binary by @eigenraven in #62
  • project starter now points to most recent zip by @ZeekDaGeek in #65
  • Add Modrinth and CurseForge publishing by @glowredman in #63
  • Update build script version to 1662920829 by @github-actions in #66
  • Add font files (ttf, otf) to list of binary files for git by @eigenraven in #67
  • Fix generating non-reobfed jars in publishing and when running mc by @eigenraven in #68
  • Update build script version to 1664303323 by @github-actions in #69
  • Revert finalizedBy reobf - this breaks run(Client,Server) after all, … by @eigenraven in #70
  • Update build script version to 1664372158 by @github-actions in #71
  • Don't execute Modrinth/CF Plugins if their API-Token is not present by @glowredman in #72
  • Update build script version to 1665351510 by @github-actions in #73
  • Use a changelog path from the environment variable CHANGELOG_FILE by @eigenraven in #75
  • Update build script version to 1665425597 by @github-actions in #76
  • GTNHMixins by @mitchej123 in #77
  • Update build script version to 1665854233 by @github-actions in #78
  • Automatic GTNH Mixin Dependency for artifacts on CurseForge and Modrinth by @glowredman in #79
  • Update build script version to 1666118075 by @github-actions in #80
  • Update build.gradle by @drori200 in #81
  • Update build script version to 1666827308 by @github-actions in #82
  • update FG version by @Dream-Master in #83
  • Update build script version to 1667597057 by @github-actions in #84
  • Bump gtnhmixins to 2.0.2 by @kuba6000 in #85
  • Update build script version to 1668274302 by @github-actions in #86
  • Update GTNH Mixins by @glowredman in #90
  • Update build script version to 1669171387 by @github-actions in #91
  • Update GTNH Mixins to 2.1.1 by @glowredman in #92
  • Update build script version to 1669411416 by @github-actions in #93
  • update mixin version by @Dream-Master in #97
  • Update build script version to 1670512927 by @github-actions in #98
  • update mixin version by @Glease in #99
  • [ci skip] update build script version to 1670690877 by @github-actions in #100
  • Add FernFlower for Mixin Debugging by @glowredman in #94
  • Overwrite current ASM with a custom version. by @drori200 in #95
  • Update build script version to 1670693557 by @github-actions in #101
  • Fix modrinth upload by @mitchej123 in #102
  • Update build script version to 1670779107 by @github-actions in #103
  • Update build script version to 1671234391 by @github-actions in #104
  • Allow Token Replacement in multiple Files by @glowredman in #105
  • Update build script version to 1671313514 by @github-actions in #106
  • Fix shadow jars being included in the published dependency set by @eigenraven in #107
  • Update build script version to 1673027205 by @github-actions in #108
  • Add an option to not minimize shadowed dependencies by @eigenraven in #110
  • Update build script version to 1674409054 by @github-actions in #111
  • Allow disabling update check via system property by @Glease in #112
  • Update build script version to 1674845916 by @github-actions in #113
  • Eclipse Formatting by @glowredman in #114
  • Update build script version to 1674936541 by @github-actions in #116

New Contributors

Full Changelog: 0.1.5...0.2.0

0.1.5

21 Aug 18:21
Compare
Choose a tag to compare
[ci skip] update build script version to 1661105934

0.1.4

17 Jul 17:51
Compare
Choose a tag to compare
[ci skip] update build script version to 1658080040

0.1.3 starter and migration packages

12 Jul 02:33
4bee2db
Compare
Choose a tag to compare
Add an option to add the mixin jvm arguments without requiring mixins…

… present in the mod (#33)

Useful if one of the dependencies uses mixins, e.g. running with JourneyMap+VisualProspecting in the dev environment.