You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,18 +42,7 @@ This command only works for server operators.
42
42
43
43
#### Technical aspects
44
44
45
-
- The inside of Compact Machines are rooms in another dimension.
46
-
- The rooms in the other dimension are automatically chunk-loaded when the Compact Machine itself is chunk-loaded.
47
-
- They only trigger chunk reloads when a block next to one of the tunnels changes.
48
-
There are no redstone signals being transferred between the tunnels and machine block.
49
-
- There are two kinds of Compact Machine Wall blocks. The actual machines are made out of unbreakable blocks (you can still break them in Creative mode while holding a Personal Shrinking Device), while the machine structures you build for crafting are made out of breakable Wall blocks.
50
-
- Right clicking a Compact Machine renders the contents of the machine in a GUI. On multiplayer games this is handled by sending the chunk contents to the client every time he opens the GUI. There is currently no auto-refresh of the machines' content.
51
-
- Compact Machines can be nested.
52
-
- Compact Machines spawn using a spiral algorithm in the Compact Machine dimension at y=60. This means they all fit in exactly one chunk.
53
-
- Mobs and animals will spawn inside of machine blocks if the conditions are right,
54
-
e.g. light-level for mobs, grass for animals...
55
-
- Players cannot leave the machine block they should currently be in according to the last one they've entered using a Personal Shrinking Device. Trying to enter a Compact Machines with other means results in the player being thrown out of the machine and getting some bad status effect applied. They might even die.
56
-
- If players die without a bed in the CM dimension or with the `allowRespawning` config option disabled, they'll be teleported out of the machine dimension.
0 commit comments