Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

idermailer

Uploaded by

idermailer

Virus scan

Safe to use

About this mod

Prevents filling watering can from inappropriate water sources.

Requirements
Permissions and credits
Prevents filling watering can from inappropriate water sources.

Make watering can be not filled on tiles with the string property "WaterSource" is "F".
You can edit the map file(.tmx) to add the corresponding map.
To do this, Add property on tiles in tileset by using Tiled or text editor.

using text editor ex)
  <tile id="7">
   <properties>
    <property name="Water" value="T"/>
    <property name="WaterSource" value="F"/>
   </properties>
  </tile>

This mod uses Harmony patch.
Source code is here.