43 lines
942 B
Markdown
43 lines
942 B
Markdown
|
---
|
||
|
layout: article
|
||
|
title: "Cosmetic Barrel"
|
||
|
date: 2016-10-23 10:17:42 -0400
|
||
|
mod: ye-olde-tanks
|
||
|
mod-name: Ye Olde Tanks
|
||
|
icon-item: "yeoldetanks:cosmetic_barrel"
|
||
|
---
|
||
|
|
||
|
A barrel that's only for display purposes (it doesn't actually store any fluid).
|
||
|
|
||
|
Right click with a bucket of fluid to set the fluid. Right click with an empty bucket to remove the fluid.
|
||
|
|
||
|
<div class="recipe-crafting">
|
||
|
<table class="inputs">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<a href="../barrel/" data-toggle="tooltip" data-placement="top" title="Barrel">
|
||
|
{% include item.html item="yeoldetanks:barrel" %}
|
||
|
</a>
|
||
|
</td>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
<span class="output" data-toggle="tooltip" data-placement="top" title="Cosmetic Barrel">
|
||
|
{% include item.html item="yeoldetanks:cosmetic_barrel" %}
|
||
|
</span>
|
||
|
</div>
|