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.
- Matter Scanner, for scanning matter patterns for replication.
- Replicator, for transforming materials.
- Decomposer, for breaking down materials to basic form.
- Transporter, for beaming up.
- Phaser, to set on stun.
- Fusion Reactors and Gravitational Anomaly, for that sweet energy.
- Complex Networking for replication control.
- Star Maps, with Galaxies, Stars, and Planets.
- Androids, become an Android and learn powerful RPG like abilities, such as Teleportation and Forcefields.
- Clone this repository via
- SSH
git clone [email protected]: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
- Setup workspace
- Decompiled source
gradlew setupDecompWorkspace
- Build
gradlew build
. Jar will be inbuild/libs
- For core developer: Setup IDE
- IntelliJ: Import into IDE and execute
gradlew genIntellijRuns
afterwards - Eclipse: execute
gradlew eclipse