Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 852 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 852 Bytes

Vanilla UserDev

This is a userdev jar for use with forgegradle projects that wish to work directly on modlauncher, rather than using Forge.

Add a maven repo containing builds from this project and then add minecraft net.impactclient:userdev:${minecraft.version} to your dependencies.

TODO

  • Fork forge's userdev launch class
  • Correctly build a patch/userdev jar
    • Double check
  • Add a publish task to send builds to maven
  • Consider changing package name (maybe use net.minecraft:userdev or net.minecraft:vanilla or net.minecraft:modlauncher or something)
  • Auto detect version from git tag or env or something
  • Use a non-fml namespace for Launch arguments etc