ldtteam / minecolonies-features

This is a repo only to discuss minecolonies features (requested and planned)
10 stars 3 forks source link

Support Modded Rails - Support Modded rails for use by Citizens based on rails tag #814

Open LordCorellon opened 5 months ago

LordCorellon commented 5 months ago

Prerequisites

Context

Is your feature request related to a problem?

Have noticed that while citizens will use Modded Rails while travel (IE: Already in a minecart) they will not initiate minecart travel using modded rails. If the standard rail is used is (And is off sufficient length) the citizen will enter the minecart and proceed with their travel, when the minecart enters the modded rail (IE: Railcraft reborn or usefull rails) the cart will follow the same logic as applied by the modded rail and the citizen will continue their travel, however if the rail used is exclusively a modded rail (or of insufficient length) the citizen will continue to walk along the entire track unless they encounter a sufficient length of vanilla rail.

Enhancement or Change description

Change the logic for minecart travel to check for the minecraft:rails tag to determine if they are on a rail suitable to initiate travel

Notes or related things


Viewers