Skip to content

ZenFlask

Zenarchist edited this page May 6, 2026 · 1 revision

This mod adds a flask of whisky to the game.

When a player consumes all the whisky, it turns into an "empty" flask which can be filled with water and used like a canteen.

Works like ZenJameson - if players drink too much too quickly and ZenAlcohol is enabled in ZenModPackConfig then they can get sick.

Types

	<type name="ZenFlask">
        <nominal>12</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>10</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="food"/>
        <tag name="shelves"/>
        <usage name="Hunting"/>
		<usage name="Military"/>
    </type>
	<type name="Empty_ZenFlask">
        <nominal>0</nominal>
        <lifetime>14400</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
        <category name="food"/>
        <tag name="shelves"/>
        <usage name="Village"/>
    </type>

ZEN'S MOD WIKI

Setup Guide

General Information


Utilities

My utility style mods for debugging etc.

Game Mechanics

Mods which affect game mechanics:

Gear / Objects

Mods which add gear to the game:

Server-Side Mods

Mods which run purely server-side:

Mods Not In Modpack

My standalone mods

Clone this wiki locally