Difference between revisions of "TrainCarts/ActionBlocks"

From BergerHealer Wiki
Jump to navigation Jump to search
Bergerhealer Wiki>RyanDo
 
m (Update Minecraft Wiki links)
(One intermediate revision by one other user not shown)
Line 8: Line 8:
 
In an attempt to fully support Minecart Mania's features, action blocks are introduced. Action blocks is an add-on for TrainCarts, which is included in the download. It is not a requirement to run TrainCarts, but the add-on does require TrainCarts.
 
In an attempt to fully support Minecart Mania's features, action blocks are introduced. Action blocks is an add-on for TrainCarts, which is included in the download. It is not a requirement to run TrainCarts, but the add-on does require TrainCarts.
  
Action blocks are dumbed-down versions of the Sign systems in the official TrainCarts. Instead of using [https://minecraft.gamepedia.com/Sign signs], it is a certain block that behaves in certain ways. What [https://minecraft.gamepedia.com/Block block] material performs what can be configured in the configuration of TrainCartsBlocks:
+
Action blocks are dumbed-down versions of the Sign systems in the official TrainCarts. Instead of using [https://minecraft.wiki/w/Sign signs], it is a certain block that behaves in certain ways. What [https://minecraft.wiki/w/Block block] material performs what can be configured in the configuration of TrainCartsBlocks:
  
 
<pre>plugins/TrainCarts/blocks.yml</pre>
 
<pre>plugins/TrainCarts/blocks.yml</pre>
Line 14: Line 14:
 
== The blocks ==
 
== The blocks ==
  
It currently supports several [https://minecraft.gamepedia.com/Block blocks], all working in both directions and all working with on/off [https://minecraft.gamepedia.com/Block redstone] physics. You can configure some action blocks to invert redstone power, just in case you want something to work without having to power the block. Permissions from the main TrainCarts are used as well, so you can deny players from building stations. This permission is active once the player tries to place a [https://minecraft.gamepedia.com/Minecart minecart] track on top of an action block.
+
It currently supports several [https://minecraft.wiki/w/Block blocks], all working in both directions and all working with on/off [https://minecraft.wiki/w/Redstone_mechanics redstone physics]. You can configure some action blocks to invert redstone power, just in case you want something to work without having to power the block. Permissions from the main TrainCarts are used as well, so you can deny players from building stations. This permission is active once the player tries to place a [https://minecraft.wiki/w/Minecart minecart] track on top of an action block.
  
 
=== Station block ===
 
=== Station block ===
  
By default [https://minecraft.gamepedia.com/Obsidian obsidian], it can stop trains when left unpowered. When powered again, it will launch trains into the previous direction, acting like the 'continue' of the sign version. If a train enters a powered station block, it will receive a boost.
+
By default [https://minecraft.wiki/w/Obsidian obsidian], it can stop trains when left unpowered. When powered again, it will launch trains into the previous direction, acting like the 'continue' of the sign version. If a train enters a powered station block, it will receive a boost.
  
 
=== Ejector block ===
 
=== Ejector block ===
  
By default [https://minecraft.gamepedia.com/Iron iron], it can eject [https://minecraft.gamepedia.com/Minecart minecarts] when powered. If unpowered, nothing happens.
+
By default [https://minecraft.wiki/w/Block_of_Iron iron], it can eject [https://minecraft.wiki/w/Minecart minecarts] when powered. If unpowered, nothing happens.
  
 
=== Elevator ===
 
=== Elevator ===
  
By default [https://minecraft.gamepedia.com/Gold gold], it can teleport trains up and down to another elevator block. It favors teleporting upwards above downwards. When powered, it will teleport the train, if not, nothing happens.
+
By default [https://minecraft.wiki/w/Block_of_Gold gold], it can teleport trains up and down to another elevator block. It favors teleporting upwards above downwards. When powered, it will teleport the train, if not, nothing happens.

Revision as of 01:40, 26 September 2023

« Go back

Depreciated

The ActionBlocks addon is depreciated and no-longer supported. It is not compatible with the latest versions of Traincarts.

Introduction

In an attempt to fully support Minecart Mania's features, action blocks are introduced. Action blocks is an add-on for TrainCarts, which is included in the download. It is not a requirement to run TrainCarts, but the add-on does require TrainCarts.

Action blocks are dumbed-down versions of the Sign systems in the official TrainCarts. Instead of using signs, it is a certain block that behaves in certain ways. What block material performs what can be configured in the configuration of TrainCartsBlocks:

plugins/TrainCarts/blocks.yml

The blocks

It currently supports several blocks, all working in both directions and all working with on/off redstone physics. You can configure some action blocks to invert redstone power, just in case you want something to work without having to power the block. Permissions from the main TrainCarts are used as well, so you can deny players from building stations. This permission is active once the player tries to place a minecart track on top of an action block.

Station block

By default obsidian, it can stop trains when left unpowered. When powered again, it will launch trains into the previous direction, acting like the 'continue' of the sign version. If a train enters a powered station block, it will receive a boost.

Ejector block

By default iron, it can eject minecarts when powered. If unpowered, nothing happens.

Elevator

By default gold, it can teleport trains up and down to another elevator block. It favors teleporting upwards above downwards. When powered, it will teleport the train, if not, nothing happens.