// You can add custom loot entries by using xml-like tags. The relevant data needs to be surrounded by <...> and </...>
// Looking at the default table will give you some examples
// Adding a new entry requires at least the <strainer> and <item> tag (surrounded by <add>). Use <chance> to set item rarity (higher chance = more likely to drop)
// To copy the current loot table to another strainer use the <parent> and <child> tag (surrounded by <copy>)
// Please use a new line for every new entry or command, since loot entries can not spread over multiple lines!
// For more info: http://bit.ly/waterstrainer

// Version of this config
// This is an internal value for the file parser, don't change it
<configversion>2</configversion>

// Survivalist's Strainer

<add><strainer>strainer_survivalist</strainer> <chance>50</chance> <item>skyopolis:blank_pebble</item></add>
<add><strainer>strainer_survivalist</strainer> <chance>50</chance> <item>skyopolis:blank_dust</item></add>

<copy> <child>strainer_survivalist_solid</child> <parent>strainer_survivalist</parent> </copy>
<add><strainer>strainer_survivalist_solid</strainer> <chance>25</chance> <item>skyopolis:blank_nugget</item></add>

<copy> <child>strainer_survivalist_reinforced</child> <parent>strainer_survivalist_solid</parent> </copy>
<add><strainer>strainer_survivalist_reinforced</strainer> <chance>25</chance> <item>skyopolis:blank_gem</item></add>

// Fisherman's Strainer
<add> <strainer>strainer_fisherman</strainer> <chance>40</chance> <item>minecraft:cod</item> </add>
<add> <strainer>strainer_fisherman</strainer> <chance>30</chance> <item>minecraft:salmon</item> </add>
<add> <strainer>strainer_fisherman</strainer> <chance>5</chance> <item>minecraft:saddle</item> </add>
<add> <strainer>strainer_fisherman</strainer> <chance>4</chance> <item>skyopolis:waste</item> </add>
<add> <strainer>strainer_fisherman</strainer> <chance>1</chance> <item>skyopolis:basic_loot_box</item> </add>
<add> <strainer>strainer_fisherman</strainer> <chance>20</chance> <item>minecraft:cod</item> </add>

<copy> <child>strainer_fisherman_solid</child> <parent>strainer_fisherman</parent> </copy>
<add> <strainer>strainer_fisherman_solid</strainer> <chance>20</chance> <item>skyopolis_additions:sky_bucks</item> </add>

<copy> <child>strainer_fisherman_reinforced</child> <parent>strainer_fisherman_solid</parent> </copy>
<add> <strainer>strainer_fisherman_reinforced</strainer> <chance>1</chance> <item>skyopolis:advanced_loot_box</item> </add>