Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.09 KB

README.md

File metadata and controls

60 lines (40 loc) · 2.09 KB

Discord

Introduction

A Minecraft mod that adds one simple game mechanic: small rooms inside of blocks. You can grab the latest build off Curseforge or on Modrinth.

Version Minecraft Version API Version Released Support Support Ends
6.x 1.21 / 1.21.1 1.x 2024 N/A

* Note - only the most recent versions are shown here for brevity.

Contributing

Info on Contributing

Project Layout

Compact Machines is split into multiple projects to make updating and version maintenance easier. The following is a quick summary of each module's purpose:

Module Description
buildSrc Where we keep all of our build script stuff for each module
common Where all the common code built against vanilla mc is at
forge Where all the common code built against forge is at
fabric Where all the common code built against fabric is at
neoforge Where all the common code built against neoforge is at

API

To use the API just add https://maven.minecraftforge.net/ as a maven repo

repositories {
    maven {
        url = https://maven.minecraftforge.net/
    }
}

dependencies {
    compileOnly("org.mangorage:tiab:<module>-api-<mc_version>-<api_version>
}

External Libraries

Library Optional Description
EMI Yes Compat for EMI
JEI Yes Compat for JEI