MineClone2/mods/ENTITIES/mcl_minecarts/locale/template.txt
2024-12-31 02:39:28 +01:00

51 lines
2.9 KiB
Plaintext

# textdomain: mcl_minecarts
##[ carts/minecart.lua ]##
Sneak to dismount=
Minecart=
Vehicle for fast travel on rails=
Minecarts can be used for a quick transportion on rails.=
Minecarts only ride on rails and always follow the tracks. At a T-junction with no straight way ahead, they turn left. The speed is affected by the rail type.=
You can place the minecart on rails. Right-click it to enter it. Punch it to get it moving.=
To obtain the minecart, punch it while holding down the sneak key.=
If it moves over a powered activator rail, you'll get ejected.=
##[ carts/with_chest.lua ]##
Minecart with Chest=
##[ carts/with_commandblock.lua ]##
Minecart with Command Block=
##[ carts/with_furnace.lua ]##
Minecart with Furnace=
A minecart with furnace is a vehicle that travels on rails. It can propel itself with fuel.=
Place it on rails. If you give it some coal, the furnace will start burning for a long time and the minecart will be able to move itself. Punch it to get it moving.=
To obtain the minecart and furnace, punch them while holding down the sneak key.=
##[ carts/with_hopper.lua ]##
Minecart with Hopper=
##[ carts/with_tnt.lua ]##
Minecart with TNT=
Can be ignited by tools or powered activator rail=
A minecart with TNT is an explosive vehicle that travels on rail.=
Place it on rails. Punch it to move it. The TNT is ignited with a flint and steel or when the minecart is on an powered activator rail.=
To obtain the minecart and TNT, punch them while holding down the sneak key. You can't do this if the TNT was ignited.=
##[ rails.lua ]##
Place them on the ground to build your railway, the rails will automatically connect to each other and will turn into curves, T-junctions, crossings and slopes as needed.=
New Rail=
Track for minecarts=
Rails can be used to build transport tracks for minecarts. Normal rails slightly slow down minecarts due to friction.=
Sloped Rail=
##[ rails/activator.lua ]##
Activator Rail=
Activates minecarts when powered=
Rails can be used to build transport tracks for minecarts. Activator rails are used to activate special minecarts.=
To make this rail activate minecarts, power it with redstone power and send a minecart over this piece of rail.=
##[ rails/detector.lua ]##
Detector Rail=
Emits redstone power when a minecart is detected=
Rails can be used to build transport tracks for minecarts. A detector rail is able to detect a minecart above it and powers redstone mechanisms.=
To detect a minecart and provide redstone power, connect it to redstone trails or redstone mechanisms and send any minecart over the rail.=
##[ rails/normal.lua ]##
Rail=
##[ rails/powered.lua ]##
Powered Rail=
Speed up when powered, slow down when not powered=
Rails can be used to build transport tracks for minecarts. Powered rails are able to accelerate and brake minecarts.=
Without redstone power, the rail will brake minecarts. To make this rail accelerate minecarts, power it with redstone power.=