Skip to content

A mod for Minecraft - This item allows you to accelerate the rate at which blocks tick, ported to 1.16 - 1.21+

License

Notifications You must be signed in to change notification settings

RealMangorage/time-in-a-bottle

 
 

Repository files navigation

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

About

A mod for Minecraft - This item allows you to accelerate the rate at which blocks tick, ported to 1.16 - 1.21+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%