Links: CurseForge, Modrinth
Space Cube is a mod that creates space in another dimension
Fabric版のCompact Machinesが欲しいなーと思い、1から作って再現してみました。 I thought I'd like a Fabric version of Compact Machines, so I made one from scratch and tried to reproduce it.
https://maven.pitan76.net/v/#net/pitan76/itemalchemy/
Check the latest version on the above link.
- gradle.properties
# check these on https://maven.pitan76.net/v/#net/pitan76/
mcpitanlib_version=1.20.4:3.3.8
itemalchemy_version=1.1.3
- build.gradle
repositories {
maven { url "https://maven.pitan76.net/" }
}
dependencies {
modImplementation "net.pitan76:mcpitanlib-fabric-${project.mcpitanlib_version}"
modImplementation "net.pitan76.spacecube-fabric:0.9.14"
}
- MIT License