Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
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>