Infinite Water Bottles

Infinite Water Bottles

208 Downloads

This is my first mod

I do not know why it says client this is not a client side mod 

This is meant to be an addon for TheAdubbz "Tough as Nails", this mod adds an Eternal water bottle and Eternal purified water bottle.

To obtain these two wonderful items you must first craft the Spirit of Water

 

Water Spirit recipe 

After crafting it by right clicking on a block you will summon the Hydro Bro.

After defeating the hydro bro you will get the Eternal Water Bottle. After obtaining the Eternal Water Bottle you can smelt it to make the Eternal Purified Water Bottle.

Have Fun!

 REQUIRED:"Tough as Nails" 

To use this mod paste the following into the drink stats config for Tough as Nails


{
"item": {
"name": "minecraft:milk_bucket",
"metadata": 0
},
"thirst": 6,
"hydration": 0.7,
"poisonChance": 0.0
},

{
"item": {
"name": "infinitewaterbottle:eternal_water_bottle",
"metadata": 0
},
"thirst": 3,
"hydration": 0.7,
"poisonChance": 1.0
},

{
"item": {
"name": "infinitewaterbottle:eternal_purified_water_bottle",
"metadata": 0
},
"thirst": 6,
"hydration": 0.7,
"poisonChance": 0.0
}

]