mods.shadowfacts.net/_articles/extra-rails/wooden-rail.md

69 lines
1.7 KiB
Markdown
Raw Normal View History

2017-05-08 23:02:29 +00:00
---
layout: article
title: "Wooden Rail"
date: 2016-10-23 10:17:42 -0400
mod: extra-rails
mod-name: Extra Rails
icon-item: "extrarails:woodenRail"
---
The Wooden Rails are functionally identical to the normal Rails, but they limit Minecart's speed to 50% of the vanilla speed (0.2).
Related Pages:
- [Config](../config/)
<div class="recipe-crafting">
<table class="inputs">
<tbody>
<tr>
<td>
<span data-toggle="tooltip" data-placement="top" title="Wood Planks">
{% include item.html item="planks" %}
</span>
</td>
<td></td>
<td>
<span data-toggle="tooltip" data-placement="top" title="Wood Planks">
{% include item.html item="planks" %}
</span>
</td>
</tr>
<tr>
<td>
<span data-toggle="tooltip" data-placement="top" title="Wood Planks">
{% include item.html item="planks" %}
</span>
</td>
<td>
<span data-toggle="tooltip" data-placement="top" title="Stick">
{% include item.html item="stick" %}
</span>
</td>
<td>
<span data-toggle="tooltip" data-placement="top" title="Wood Planks">
{% include item.html item="planks" %}
</span>
</td>
</tr>
<tr>
<td>
<span data-toggle="tooltip" data-placement="top" title="Wood Planks">
{% include item.html item="planks" %}
</span>
</td>
<td></td>
<td>
<span data-toggle="tooltip" data-placement="top" title="Wood Planks">
{% include item.html item="planks" %}
</span>
</td>
</tr>
</tbody>
</table>
<span class="output" data-toggle="tooltip" data-placement="top" title="Wooden Rail">
{% include item.html item="extrarails:woodenRail" %}
</span>
</div>