Describe the feature
Meteor currently doesn’t have a way to automate structured infrastructure building like rail tunnels.
I built a module that:
- Creates a configurable tunnel (width, height)
- Places rails with configurable power spacing (powered / mixed)
- Handles liquids and falling blocks
- Optionally uses Baritone for movement between build steps
The goal is to provide a reusable infrastructure builder rather than a one-off script.
Before going further, I wanted to ask:
Is this something that would fit Meteor, or is this better suited as an external addon?
If there’s interest, I can adapt the implementation to match Meteor’s architecture and standards.
Before submitting a suggestion
Describe the feature
Meteor currently doesn’t have a way to automate structured infrastructure building like rail tunnels.
I built a module that:
The goal is to provide a reusable infrastructure builder rather than a one-off script.
Before going further, I wanted to ask:
Is this something that would fit Meteor, or is this better suited as an external addon?
If there’s interest, I can adapt the implementation to match Meteor’s architecture and standards.
Before submitting a suggestion
This feature doesn't already exist in the client. (I have checked every module and their settings on the latest dev build)
This wasn't already suggested. (I have searched suggestions on GitHub and read the FAQ)