Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1019 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 1019 Bytes

Dream

Minecraft utility mod for anarchy servers

You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.

See the LICENSE for more details.


Codacy Badge

Installing

  1. Install MinecraftForge.
  2. Download the latest version from the releases tab. (If available)
  3. Navigate to your .minecraft/mods folder.
  4. Put the downloaded file in the folder.
  5. Launch MinecraftForge.

Building

  1. Close the repository. git clone https://github.com/Katatje/Dream.git
  2. Open the cloned folder in Intellij.
  3. Add -Dfml.coreMods.load=cat.yoink.dream.mixin.loader.MixinLoader to VM options.