Very simple and small mod.
Patch ImprovedMobs to let it deal with "ranged melee attacks" like SlashBlades properly.
This mod project utilize TemplateDevEnv,
which runs on Java 21 and utilize Gradle 8.12 + RetroFuturaGradle 1.4.1 + Forge 14.23.5.2847.
- Click
use this template
at the top. - Clone the repository that you have created with this template to your local machine.
- Make sure IDEA is using Java 21 for Gradle before you sync the project. Verify this by going to IDEA's
Settings > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVM
. - Open the project folder in IDEA. When prompted, click "Load Gradle Project" as it detects the
build.gradle
, if you weren't prompted, right-click the project'sbuild.gradle
in IDEA, selectLink Gradle Project
, after completion, hitRefresh All
in the gradle tab on the right. - Run gradle tasks such as
runClient
andrunServer
in the IDEA gradle tab, or use the auto-imported run configurations like1. Run Client
.
The latest MinecraftDev Fork for RetroFuturaGradle plugin is recommended for IntelliJ users.