infernalstudios / Nekos-Enchanted-Books

3 stars 8 forks source link

Monolithic repo #20

Closed SwanX1 closed 2 years ago

SwanX1 commented 2 years ago

This PR combines the different branches in the repo into one branch, with Gradle subprojects for each version. That way it's easier to add new textures to multiple versions at once, there's no need to commit the same thing over and over in different branches.

This is a really big change, need @nekomaster1000 to sign off on this.

nekomaster1000 commented 2 years ago

Oh shit, that's awesome! Have you verified that built outputs run properly in production environments? Once you've done that, you can merge at will!

SwanX1 commented 2 years ago

Have you verified that built outputs run properly in production environments?

Technically, no. But everything compiles to the correct and same JARs, so it shouldn't be a problem. I'll do that now for redundancy anyways.