Skip to content

Matter-Overdrive-Community-Edition/MatterOverdrive-Community-Edition-1.12.2

Repository files navigation

Discord CurseForge Downloads Modrinth Downloads

Table of Contents

About

Matter Overdrive is a Minecraft mod inspired by the popular Sci-fi TV series Star Trek. It dwells in the concept of replicating and transforming one type matter into another. Although it may seem overpowered, Matter Overdrive takes a more realistic approach and requires the player to build a complex system before even the simplest replication can be achieved.

Mod-Links

Features

Matter Overdrive Blocks and Items

Issues:

https://github.com/Matter-Overdrive-Community-Edition/MatterOverdrive-Community-Edition-1.12.2/issues

Building

  1. Clone this repository via
  • SSH git clone git@github.com:Matter-Overdrive-Community-Edition/MatterOverdrive-Community-Edition-1.12.2.git or
  • HTTPS git clone https://github.com/Matter-Overdrive-Community-Edition/MatterOverdrive-Community-Edition-1.12.2.git
  1. Setup workspace
  • Decompiled source gradlew setupDecompWorkspace
  1. Build gradlew build. Jar will be in build/libs
  2. For core developer: Setup IDE
  • IntelliJ: Import into IDE and execute gradlew genIntellijRuns afterwards
  • Eclipse: execute gradlew eclipse