57 lines
1.6 KiB
Markdown
57 lines
1.6 KiB
Markdown
|
---
|
||
|
layout: article
|
||
|
title: "SCUBA Tank"
|
||
|
date: 2016-10-23 10:17:42 -0400
|
||
|
mod: underwater-utilities
|
||
|
mod-name: Underwater Utilities
|
||
|
icon-item: "underwaterutilities:scubaTank"
|
||
|
---
|
||
|
|
||
|
Store oxygen for use with your {% include item-link.html link="../scuba-breather/" item="underwaterutilities:scubaBreather" title="SCUBA Breather" %} with this nifty tank. Can be filled from an {% include item-link.html link="../oxygen-tank/" item="underwaterutilities:oxygenTank" title="Oxygen Tank" %}.
|
||
|
|
||
|
<div class="recipe-crafting">
|
||
|
<table class="inputs">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<span data-toggle="tooltip" data-placement="top" title="Iron Nugget">
|
||
|
{% include item.html item="iron_nugget" %}
|
||
|
</span>
|
||
|
</td>
|
||
|
<td>
|
||
|
<span data-toggle="tooltip" data-placement="top" title="Slimeball">
|
||
|
{% include item.html item="slime_ball" %}
|
||
|
</span>
|
||
|
</td>
|
||
|
<td>
|
||
|
<span data-toggle="tooltip" data-placement="top" title="Iron Nugget">
|
||
|
{% include item.html item="iron_nugget" %}
|
||
|
</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<span data-toggle="tooltip" data-placement="top" title="Iron Ingot">
|
||
|
{% include item.html item="iron_ingot" %}
|
||
|
</span>
|
||
|
</td>
|
||
|
<td></td>
|
||
|
<td>
|
||
|
<span data-toggle="tooltip" data-placement="top" title="Iron Ingot">
|
||
|
{% include item.html item="iron_ingot" %}
|
||
|
</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
<span class="output" data-toggle="tooltip" data-placement="top" title="SCUBA Tank">
|
||
|
{% include item.html item="underwaterutilities:scubaTank" %}
|
||
|
</span>
|
||
|
</div>
|