eutro / MultiblockTweaker

Add GregTech CE Multiblocks via CraftTweaker
GNU Lesser General Public License v3.0
8 stars 11 forks source link

Update CEu versions and to RetroFuturaGradle #33

Closed ALongStringOfNumbers closed 1 year ago

ALongStringOfNumbers commented 1 year ago

Updates the CEu version to the recently released 2.6.2.

In addition, changes from ForgeGradle to RetroFuturaGradle. ForgeGradle 2.3 was having issues with assets not being found, which massively inflated the time to launch dev environments. RFG is a new gradle build tool that is faster and more modern than FG. We have already switched to this tool in CEu.

Still todo, figure out the javadoc stuff that you had setup.

As a part of updating CEu, getRecipeLogic had to be renamed to getCustomRecipeLogic, as a method in CEu was added with the same name, but was final, making java think it was now attempting to override that method, which would fail.

eutro commented 1 year ago

Noo not my Kotllin build scripts 🥲

ALongStringOfNumbers commented 1 year ago

Yeah, sorry about the kotlin buildscripts. I was more familiar with groovy and basing the work off of a conversion already done in groovy. If you want, I could tab a stab a keeping things in kotlin

ALongStringOfNumbers commented 1 year ago

Waiting one second on a buildscript update to load the kotlin addon file correctly