Skip to content

AtomicStryker/atomicstrykers-minecraft-mods

Repository files navigation

If you want to use these mods in modpacks, see the license at the bottom of https://atomicstryker.github.io/

This readme applies to Minecraft 1.17 and newer, and only to mods which have been updated to the respective versions of minecraft. There is outdated/unmaintained mods in the repository also, be aware.

In the respective mod folder, run "gradlew build" and verify it succeeds. If it does not, the mod might lack the basic setup for the newer MC versions, to be done in gradle.build and by replacing the gradle wrapper to one taken from a matching forge MDK.

Note: For older versions of Minecraft, there is always the possibility the online resources that were used for building mods no longer exist in their old forms. If you need to build for an old MC and this doesn't work out of the box, use google, usually there is a fix or successor resource available.

run "gradlew genIntellijRuns" to get IDEA project files for the project, and starting client and server for testing and debugging.

Use Intellij to open the folder or the gradle.build (Open as project).

In the ideal case all that is required to upgrade to a newer MC version is changing the variables "mcversion", "version" and "mappings channel:" and also updating the "minecraft" dependency pointing to a relevant forge version. Forge builds can be found here: https://files.minecraftforge.net/net/minecraftforge/forge/

For really ancient (earlier than 2017) downloadable versions of my mods, see https://github.com/kevinvanrijn/atomicstrykers-files