DimensionalDevelopment / Rift

A lightweight mod loader and API for Minecraft 1.13
MIT License
122 stars 52 forks source link

Provide an Instruction that descripes how to setup Rift in an IDE like IDEA or Eclipse #60

Open lsiem opened 6 years ago

lsiem commented 6 years ago

The instruction "Making mods with Rift" could be extended in a way that developers know how to run the client straight from the IDE.

reoseah commented 6 years ago

I would suggest creating a minimal, empty project similar to Forge MDK, and inside of it, a readme with list where to change things like mod name and modid in build, config and resource-pack files; as well as list of common gradle commands. (By the way, HalfLogs could have a readme too.)