DayZ
BoomLay's Things
Scooby Jun 14, 2023 @ 12:25pm
bl_greenhouse_Kit
Greenhouse doesn't work, can't grow anything in it... no interaction to plant seeds. Or am I doing something wrong?
Last edited by Scooby; Jun 14, 2023 @ 12:26pm
< >
Showing 1-6 of 6 comments
Connor Sep 9, 2023 @ 9:51am 
can you fix that?
Hurrah Brother Oct 1, 2023 @ 8:56am 
I've poked on a server I play on and I can confirm it currently does not work. When placed, you cannot interact with a hoe to make plots, lime/garden matter to fertilize or with seeds to plant. Is this a mismatch between your code and Vanilla?
Morty_s_mortius Oct 2, 2023 @ 2:30am 
i can also confirm that the greenhouse is not functional. i've tried in my private server, you can place and dismantle but nothing else. Vicinity doesn't give you any options also. If you dismantle, you have the option to add tarp, but then you cannot place it.
MaskedWarrior66 May 10, 2024 @ 10:18pm 
Still doesn't work i have it on my server placed it and cant interact with it other then open and close the door. Can't plant anything nor water or make holes.
shovel
Shoden Jun 15, 2024 @ 3:12pm 
I can confirm that it only works with a normal shovel. I had to create a tool compatibility mod for my server to get the other gardening tools to work with the greenhouse. Here's an example for the field shovel:

modded class FieldShovel extends ItemBase { override bool CanMakeGardenplot() { return true; } override void SetActions() { super.SetActions(); AddAction(ActionCreateGreenhouseGardenPlot_bl); } }
< >
Showing 1-6 of 6 comments
Per page: 1530 50