# Starter Guide

The Plants & Zombies mod is designed around **exploration and discovery**.\
There is no in-game guide book, so players are expected to explore the world to find plants and learn mechanics.

### ☀️ Step 1: Find Plants

Plants spawn naturally in the world depending on the biome.

Examples:

* **Peashooter** → Most Overworld biomes
* **Sunflower** → Common in Overworld (very common in flower/cherry areas)
* **Wall-Nut** → Plains, forests, birch forests
* **Cactus** → Deserts
* **Chomper** → Swamps, mangrove, jungle
* **Shrooms** → Dark forest, mushroom islands, taiga

{% hint style="info" %}
Exploration is key. Plants only spawn when chunks generate.
{% endhint %}

### 🌿 Step 2: Turn Plants into Seeds

To get seeds:

1. Find a wild plant
2. Feed it **Sun (plantz:sun)**
   * Works like taming a wolf
   * May take multiple Sun
3. Use a **shovel** on the plant
4. It becomes a **seed packet**

### 🌱 Step 3: Planting

* Place plants on valid ground or in pots
* Some plants work better in pots
* Plants do not automatically duplicate

### 🪴 Step 4: Getting More Seeds

There are multiple ways:

* 🌍 Explore new areas (main method)
* 🧱 Use **Zen Pots**
  * Crafted with bamboo slabs + plant pot
  * Can generate more seeds
* 🧟 Mob drops
  * Some zombies drop seeds

### 🧟 Step 5: Survive

* Zombies spawn continuously
* Some drop useful items or seeds
* Different zombies = different difficulty

### ⚠️ Important Mechanics

* Plants **do NOT respawn naturally after chunk generation**
* You must explore or use alternative systems
* Progression is intentionally slow and exploration-based


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.minedave.com/starter-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
