About Personal Farm
Allows you to place the normally limited outdoor farming items indoors.
Persmissions:
PersonalFarm.use
How To Use:
Holding a Large furnace, refinery, ect.
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.
Loss of foundation/floor will cause the item to be destroyed.
Items must be minimum set spacing of 1.8f by default or this can be change by editing the config file.
You can add/edit further items by editing the config file
Its layout is 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" } }