Skip to content

Commit

Permalink
refactor(Gradle): streamline build scripts for fabric, forge, and com…
Browse files Browse the repository at this point in the history
…mon modules

Refactor the build.gradle files for the fabric, forge, and common modules to
consolidate configurations and dependencies. Remove redundant plugins andincorporate the Architectury plugin for better multi-platform support.
Standardize the project configurations to simplify the build process.
Remove outdated mod versions and adopt the enabled_platforms for mod loaderconfigurations. Update dependencies and plugin versions for compatibility
with the latest Minecraft version.

BREAKING CHANGE: The build scripts no longer apply the old spongepowered
and darkhax curseforgegradle plugins. Users must ensure compatibility with
the new architectury and loom plugins.
  • Loading branch information
cnlimiter committed Aug 14, 2024
1 parent 230bd22 commit 79b512e
Show file tree
Hide file tree
Showing 83 changed files with 233 additions and 454 deletions.
30 changes: 0 additions & 30 deletions Common/build.gradle

This file was deleted.

17 changes: 0 additions & 17 deletions Common/src/main/resources/mcbot.mixins.json

This file was deleted.

156 changes: 0 additions & 156 deletions Fabric/build.gradle

This file was deleted.

188 changes: 0 additions & 188 deletions Forge/build.gradle

This file was deleted.

Loading

0 comments on commit 79b512e

Please sign in to comment.