ryyanmapes / minecart-mod

An open-source Minecraft mod for 1.16.5 adding new options for rail networks.
https://www.curseforge.com/minecraft/mc-mods/more-minecarts
Other
14 stars 15 forks source link

[Feature request] Load any block into a minecart #77

Open TheDeviantCrafter opened 1 year ago

TheDeviantCrafter commented 1 year ago

Charset block carrying allowed the player to pick up any block and store it inside a minecart. I'd like to see a more tech focused version of this in More Minecarts.

Block loader:

This would take a block in the world and load it into an empty minecart. To work it must be pointed into a rail with a non-air block on the opposite side. When an empty minecart passes over the rail, the block is taken from the world and stored inside.

If several of the same type of block are connected, the loader will attempt to grab the farthest block first. This allows bulk block movement without a mess of pistons.

Block unloader:

This has opposite function. Blocks will be extracted from minecarts and deposited into the block space on the opposite side of the unloader. If there is already a block present, it will begin to build a cube shaped pile.

Example uses: