Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
1.18.2-0.7.0-forge
Beta
[Forge]Custom-Machinery-1.18.2-0.7.04 years ago 152
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Custom Machinery 1.18.2-0.7.0
Port to Architectury :
- Architectury is a modding tool that let modders write mods for both Forge and Fabric launchers at the same time.
- From now on Custom Machinery will release two files for each update, one for Forge and one for Fabric.
- The two versions are pretty much identical feature and syntax wise, the actual wiki can be used by both Forge and Fabric users.
- This version may and will contain tons of bugs, if you have any issues using CM report them to me on Discord or GitHub.
Additions :
- Add auto input and output for Item, Fluid and Energy requirements, this behaviour is disabled by default. I can be enabled in the machine json (see wiki) or in the machine gui using the "config" button (if present in the machine gui elements).
- Add the ability do disable side config for a specific component when using the config gui.
- Changed the syntax of Time requirement, if you use it (in json, CT or KJS) you have to switch to the new syntax, or it won't work. The new syntax (using ranges) is more powerful and allow you to easily choose exactly at what time the recipe should run.
- Upgrade items will now prioritize going into upgrade slots instead of normal slots when shift clicked.
- "item" property in slot gui element is now named "ghost" and a few properties to tweak the color, transparency and behavior of the ghost item were added.
Bugfix :
- Fix error in durability requirement that prevent players from connecting to server.
- Fix a crash when using building gadget copy-paste gadget on a CM machine.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| custommachinery-0.7.0-api.jar | Unknown | 127.04 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:OrB5XFtI:AYobJk58"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OrB5XFtI:AYobJk58"
}



