You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,7 +89,7 @@ This value is then subtracted from or added to the z-coordinate of the plant.
88
89
label='Lemon Haze', -- Label for the plant
89
90
plantType='plant1', -- Choose plant types from (plant1, plant2, small_plant)
90
91
growthTime=false, -- Cutsom growth time in minutes false if you want to use the global growth time
91
-
onlyZone=false, -- Set to zone id if you want to plant this seed only in a specific zone
92
+
onlyZone=false, -- Set to true if you want to plant this seed only in specific zones
92
93
zones= {'weed_zone_one', 'weed_zone_two'}, -- Zones where the seed can be planted
93
94
products= { -- Item the plant is going to produce when harvested with the max amount
94
95
['weed_lemonhaze'] = {min=1, max=4},
@@ -131,6 +132,17 @@ The plant type is defined here; you can choose from any of the types defined in
131
132
132
133
---
133
134
135
+
```lua
136
+
onlyZone=false, -- Set to true if you want to plant this seed only in specific zones
137
+
zones= {'weed_zone_one', 'weed_zone_two'}, -- Zones where the seed can be planted
138
+
```
139
+
If `onlyZones` is **true**, the seed can only be planted in the specified `zones` in `zones`. The id of each previously created zone can be entered in the `zones` list
0 commit comments