diff --git a/README.md b/README.md new file mode 100644 index 0000000..af93d28 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +
+ + +A simple patch mod to allow hydroponics basins to grow additional crops typically limited to the ground. + +Currently, these crops are [Devilstrand][rimworld-devilstrand], [Haygrass][rimworld-haygrass], and [Corn][rimworld-corn]. + +This mod could be considered overpowered, but I'm adding it as other versions are outdated (but probably still work), and I wanted to add some extensions for my other mod, [Hydroponics Expanded][github-hydroponics-expanded]. + +## Compatability + +If your mod adds hydroponics that properly designate themselves using the `ThingDef.building.sowTag` (as `Hydroponic`), then this patch should work with it. + +If there are other patch mods modifying `ThingDef.building.sowTag`, then hope that they are not completely replacing the `sowTags` list. If they are, then load this mod AFTER their's. + +## Usage + +1. Install the mod. + - Download from the Steam Workshop [here][workshop-hydroponics-grow-more]. + - Or download from the Releases tab [here][github-hydroponics-grow-more-release]. +2. Then unzip the archive into your RimWorld mods folder. + +[workshop-hydroponics-grow-more]: https://steamcommunity.com/sharedfiles/filedetails/?id=XXX +[github-hydroponics-grow-more-release]: https://github.com/Xevion/RimWorld-HydroponicsGrowMore/releases +[github-hydroponics-expanded]: https://github.com/Xevion/RimWorld-Hydroponics-Expanded +[rimworld-devilstrand]: https://rimworldwiki.com/wiki/Devilstrand +[rimworld-haygrass]: https://rimworldwiki.com/wiki/Haygrass +[rimworld-corn]: https://rimworldwiki.com/wiki/Corn \ No newline at end of file