<Config>
	<append xpath="/windows">
		<!-- Tools Window - Hydroponic Farm Station -->
		<window name="windowTools_HydroponicFarmStation" width="228" height="121" panel="Right" cursor_area="true">
			<panel style="header.panel">
				<sprite style="header.icon" sprite="ui_game_symbol_wrench" />
				<label style="header.name" text="TOOLS" text_key="XUI_windowTools_Hydroponic" />
			</panel>
			<rect name="content" depth="0" pos="0,-46" height="75" disablefallthrough="true">
				<grid name="inventory" rows="1" cols="3" pos="3,-3" cell_width="75" cell_height="75" controller="WorkstationToolGrid" repeat_content="true" required_tools="resourcePotassiumNitratePowder,drugSteroids,carBattery" required_tools_only="true">
					<item_stack controller="RequiredItemStack" name="0" />
				</grid>
			</rect>
		</window>
		
		<!-- Tools Window - Hydroponic Seed Station-->
		<window name="windowTools_HydroponicSeedStation" width="228" height="121" panel="Right" cursor_area="true">
			<panel style="header.panel">
				<sprite style="header.icon" sprite="ui_game_symbol_wrench" />
				<label style="header.name" text="TOOLS" text_key="XUI_windowTools_Hydroponic" />
			</panel>
			<rect name="content" depth="0" pos="0,-46" height="75" disablefallthrough="true">
				<grid name="inventory" rows="1" cols="3" pos="3,-3" cell_width="75" cell_height="75" controller="WorkstationToolGrid" repeat_content="true" required_tools="bucketRiverWater,toolDewFilter,smallEngine" required_tools_only="true">
					<item_stack controller="RequiredItemStack" name="0" />
				</grid>
			</rect>
		</window>
	</append>
</Config>