Go to file
bmgjet db94d395a9
update
2023-09-18 17:47:47 +12:00
PersonalFarm.cs update 2023-09-18 17:47:47 +12:00
README.md Update README.md 2021-07-10 22:15:18 +12:00
personalfarm.png logo 2023-02-19 18:30:06 +13:00
scn.jpg screenshot 2021-07-06 19:41:08 +12:00

README.md

Personal Farm

Allows you to place the normally limited outdoor farming items indoors.

Persmissions:
PersonalFarm.use

How To Use:
Holding a Large furnace or refinery, Look at the foundation or floor you wish to place it on.
Left click and it will place it even tho its showing as a red invalid placement.
Items must be minimum set spacing of 1.8f by default or this can be change by editing the config file.

You can add further items by editing the config file
Its layout is partial shortname followed by full prefab path.

Default config PersonalFarm.json

{
"Item Spacing : ": 1.8,
"Items To Allow Indoors: ": {
"fishtrap.small": "assets/prefabs/deployable/survivalfishtrap/survivalfishtrap.deployed.prefab",
"water.catcher.small": "assets/prefabs/deployable/water catcher/water_catcher_small.prefab",
"furnace.large": "assets/prefabs/deployable/furnace.large/furnace.large.prefab",
"refinery": "assets/prefabs/deployable/oil refinery/refinery_small_deployed.prefab"
}
}