Compact Machines

Adds one simple game mechanic: Small rooms inside of blocks. It basically gives you the ability to build your contraptions inside of a single block.

File Details

compactmachines3-1.12.2-3.0.18-b278.jar

  • B
  • May 5, 2019
  • 712.95 KB
  • 32.3M
  • 1.12.2+2

File Name

compactmachines3-1.12.2-3.0.18-b278.jar

Supported Versions

  • 1.12.2
  • 1.12.1
  • 1.12

- 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"
}