Skip to content

Create Integration

Anty48 edited this page Sep 1, 2026 · 1 revision

Create Integration

Rodalies Decorations offers optional integration with the Create mod. The mod does not depend on Create: if it is not installed, everything works normally.

What it adds

The sliding train door can be mounted on a Create contraption. When Create is present, the door opens and closes automatically when the train stops at a station, using the same station-control mechanism as Create's own doors.

How it works

  • The door belongs to Minecraft's wooden-doors tag. This lets Create recognise it and operate it while the block travels on a contraption.
  • The opening animation is drawn by the mod's own block entity, both in the world and aboard the moving train.
  • Automatic station opening is only enabled if Create is loaded. The mod checks for its presence before registering the behaviour, so its classes are never loaded when Create is not installed.

Behaviour without Create, or with different versions

Situation Result
Create installed and compatible The door opens by hand and automatically when stopping at a station.
Create not installed The door opens by hand; the rest of the mod is identical.
Create present but an incompatible version Station opening is not enabled; the door opens by hand and keeps its animation.

In every case the door keeps its manual operation and its animation. The integration only adds automatic opening when possible; it is never a requirement.

Requirements

  • Create 0.5 or newer (declared as an optional dependency).
  • No additional configuration is required from the player.

Clone this wiki locally