Changelog
- GUI rework. Added rename functionality to machine GUI.
- Compact Skies: Players are being teleported to their own hub machine when returning to the overworld (this only works for newly claimed machines in the hub).
- Fix miniaturization crafting not resolving properly on clients, sometimes resolving in infinite crafting loops (only client side)
- Fix Cyclic Wireless Transmitter next to RedstoneTunnel causing NullPointerExceptions
- Fix preview crash for Yabba barrels and Industrial Foregoing Lasers
- Added basic API to allow other mods access to connected blocks of Machines and Tunnels
- Be less verbose when loading the machine world
Thanks for all community provided fixes and bug reports! As always a great help!
If you want to use the API to allow your not-capability based network mod connections into/out of Compact Machines, you can use use cursemaven for that, e.g.:
repositories {
maven {
url = "http://minecraft.curseforge.com/api/maven/"
}
}
dependencies {
deobfCompile "compact-machines:compactmachines3-1.12.2:3.0.18:b278"
}