diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-14 01:09:35 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-14 01:09:35 -0700 |
commit | aa239c4ae3d89cf146198de5f0046856e570d223 (patch) | |
tree | 455d92a0b72371dbaf49091f2ec25490ee8635a8 /textures | |
parent | 318f3815d372ed680cab4c45aec7eca8b54a4116 (diff) |
Potatoes.
The plants themselves don't drop anything. Only if the plant matures
can you dig potatoes from the soil. If you can reach the soil from the
side you can save yourself one dig by digging the soil as that will
remove the plant from the top, but otherwise you need to dig twice:
once to remove the plant, once to dig out the potatoes.
You get 3-5 potatoes. Each potato gives one (set of) "potato eyes"
which are the clones that can grow back to potatoes.
The plant itself is purposedly drawn "low" and not as a full block as
that's how the plant grows without support, mostly close to the ground.
Be careful not to dig the plant when there's flowers! You have to
wait until the soil below shows potatoes. It's fairly easy to see
the difference, though.
Diffstat (limited to 'textures')
-rw-r--r-- | textures/crops_potato.png | bin | 0 -> 453 bytes |
-rw-r--r-- | textures/crops_potato_eyes.png | bin | 0 -> 552 bytes |
-rw-r--r-- | textures/crops_potato_plant_1.png | bin | 0 -> 255 bytes |
-rw-r--r-- | textures/crops_potato_plant_2.png | bin | 0 -> 316 bytes |
-rw-r--r-- | textures/crops_potato_plant_3.png | bin | 0 -> 380 bytes |
-rw-r--r-- | textures/crops_potato_plant_4.png | bin | 0 -> 417 bytes |
-rw-r--r-- | textures/crops_potato_soil.png | bin | 0 -> 911 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/textures/crops_potato.png b/textures/crops_potato.png Binary files differnew file mode 100644 index 0000000..486e972 --- /dev/null +++ b/textures/crops_potato.png diff --git a/textures/crops_potato_eyes.png b/textures/crops_potato_eyes.png Binary files differnew file mode 100644 index 0000000..ad8e908 --- /dev/null +++ b/textures/crops_potato_eyes.png diff --git a/textures/crops_potato_plant_1.png b/textures/crops_potato_plant_1.png Binary files differnew file mode 100644 index 0000000..8536fec --- /dev/null +++ b/textures/crops_potato_plant_1.png diff --git a/textures/crops_potato_plant_2.png b/textures/crops_potato_plant_2.png Binary files differnew file mode 100644 index 0000000..824c8cb --- /dev/null +++ b/textures/crops_potato_plant_2.png diff --git a/textures/crops_potato_plant_3.png b/textures/crops_potato_plant_3.png Binary files differnew file mode 100644 index 0000000..a286fa1 --- /dev/null +++ b/textures/crops_potato_plant_3.png diff --git a/textures/crops_potato_plant_4.png b/textures/crops_potato_plant_4.png Binary files differnew file mode 100644 index 0000000..41ebb66 --- /dev/null +++ b/textures/crops_potato_plant_4.png diff --git a/textures/crops_potato_soil.png b/textures/crops_potato_soil.png Binary files differnew file mode 100644 index 0000000..a3ee797 --- /dev/null +++ b/textures/crops_potato_soil.png |