Stardew Valley

File information

Last updated

Original upload

Created by

Swyytch

Uploaded by

Swyytch

Virus scan

Safe to use

About this mod

A spiritual successor and ground-up rewrite of the original Line Sprinklers mod by Hootless. This mod adds sprinklers which water the same number of tiles as the vanilla spinklers, just in a straight line. Basic Sprinklers water 4 tiles, Quality Sprinklers water 8 tiles, and Iridium Tiles water 24 tiles.

Requirements
Permissions and credits
Changelogs
Donations
Line Sprinklers Redux
A spiritual successor to the original Adds Straight Line Sprinklers which water in a single direction. The number of tiles watered is the same as vanilla sprinklers, just drawn out in a straight line:
  • Basic Sprinklers: 4 Tiles
  • Quality Sprinklers: 8 Tiles
  • Iridium Sprinklers: 24 Tiles


Shown in Elle's Ideal Greenhouse

Features
  • Compatible with most Sprinkler mods - The game is patched to consider these sprinklers, so most sprinkler mods should be compatible with Line Sprinklers Redux out of the box. If you find an incompatible mod, raise it in the comments and I'll take a look.
  • Rotatable - Sprinklers can be rotated while held, or after being placed. The hotkey for this can be configured with Generic Mod Configuration Menu, but the default hotkey is Middle Click
  • Craftable - They unlock at the same time as the vanilla sprinklers. Each line sprinkler is configured from it's vanilla counterpart.
  • Recyclable - If you throw a line sprinkler in a Recycler, it will be recycled into a vanilla sprinkler of the same type.
  • Enricher & Pressure Nozzle Support - Enrichers are just like Vanilla. Pressure Nozzles double the range of the line sprinkler.



Installation

  • Install the latest version of SMAPI.
  • Unzip the mod folder into Stardew Valley/Mods.
  • Run the game using SMAPI.

Compatibility

Compatible with Stardew 1.6+, and the latest version of SMAPI. Known to be compatible with:
  • UI Info Tweaks 2
  • Data Layers
  • Activate Sprinklers (though this mod handles it's own animations, so the animations are broken when manually activating or placing).
  • most Sprinkler Mods.

Translations
  • English
  • Spanish
  • Portuguese
  • Russian (by Roman0)
Help Wanted
  • Translations, and Translation Proof-reading
  • Animations (if you can do better than me, feel free to submit a PR or send me a message)

For Mod Authors
  • Line Sprinklers Redux exposes an API which can be leveraged to directly invoke the sprinkler animation, apply the sprinkler's watering pattern, or determine if a `StardewValley.Object` is a Line Sprinkler. See ILineSprinklersReduxAPI for more details.
  • Line Sprinklers also patch the default Sprinkler Methods, so methods like `GetSprinklerTiles`, `IsSprinkler`, and `IsInSprinklerRangeBroadphase` will all Just Work without additional work from you.
  • If there are other APIs which would be useful, feel free to make a post here, or open an issue on Github.
See Also