From 1fa945bf6b4a491dd89d7fe53837cc079c4175e6 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Wed, 8 Apr 2015 01:03:54 -0700 Subject: Initial commit. This should be entirely working now - MELONS! Work as expected. A seed grows to a plant, plant flowers and an adjacent melon block grows, and is attached with a stem. Once the melon block is harvested (which drops 3-5 melon slices), the stem is lost and the plant will grow a new melon from it's mature stage. --- textures/crops_melon.png | Bin 0 -> 387 bytes textures/crops_melon_bottom.png | Bin 0 -> 667 bytes textures/crops_melon_inv.png | Bin 0 -> 1765 bytes textures/crops_melon_plant_1.png | Bin 0 -> 509 bytes textures/crops_melon_plant_2.png | Bin 0 -> 548 bytes textures/crops_melon_plant_3.png | Bin 0 -> 641 bytes textures/crops_melon_plant_4.png | Bin 0 -> 721 bytes textures/crops_melon_plant_5.png | Bin 0 -> 822 bytes textures/crops_melon_seed.png | Bin 0 -> 775 bytes textures/crops_melon_slice.png | Bin 0 -> 406 bytes textures/crops_melon_stem.png | Bin 0 -> 680 bytes textures/crops_melon_top.png | Bin 0 -> 628 bytes 12 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 textures/crops_melon.png create mode 100644 textures/crops_melon_bottom.png create mode 100644 textures/crops_melon_inv.png create mode 100644 textures/crops_melon_plant_1.png create mode 100644 textures/crops_melon_plant_2.png create mode 100644 textures/crops_melon_plant_3.png create mode 100644 textures/crops_melon_plant_4.png create mode 100644 textures/crops_melon_plant_5.png create mode 100644 textures/crops_melon_seed.png create mode 100644 textures/crops_melon_slice.png create mode 100644 textures/crops_melon_stem.png create mode 100644 textures/crops_melon_top.png (limited to 'textures') diff --git a/textures/crops_melon.png b/textures/crops_melon.png new file mode 100644 index 0000000..46557a0 Binary files /dev/null and b/textures/crops_melon.png differ diff --git a/textures/crops_melon_bottom.png b/textures/crops_melon_bottom.png new file mode 100644 index 0000000..572c1d0 Binary files /dev/null and b/textures/crops_melon_bottom.png differ diff --git a/textures/crops_melon_inv.png b/textures/crops_melon_inv.png new file mode 100644 index 0000000..6ab4574 Binary files /dev/null and b/textures/crops_melon_inv.png differ diff --git a/textures/crops_melon_plant_1.png b/textures/crops_melon_plant_1.png new file mode 100644 index 0000000..961213a Binary files /dev/null and b/textures/crops_melon_plant_1.png differ diff --git a/textures/crops_melon_plant_2.png b/textures/crops_melon_plant_2.png new file mode 100644 index 0000000..c9b4315 Binary files /dev/null and b/textures/crops_melon_plant_2.png differ diff --git a/textures/crops_melon_plant_3.png b/textures/crops_melon_plant_3.png new file mode 100644 index 0000000..930a872 Binary files /dev/null and b/textures/crops_melon_plant_3.png differ diff --git a/textures/crops_melon_plant_4.png b/textures/crops_melon_plant_4.png new file mode 100644 index 0000000..f4f234c Binary files /dev/null and b/textures/crops_melon_plant_4.png differ diff --git a/textures/crops_melon_plant_5.png b/textures/crops_melon_plant_5.png new file mode 100644 index 0000000..fc021b6 Binary files /dev/null and b/textures/crops_melon_plant_5.png differ diff --git a/textures/crops_melon_seed.png b/textures/crops_melon_seed.png new file mode 100644 index 0000000..603f19a Binary files /dev/null and b/textures/crops_melon_seed.png differ diff --git a/textures/crops_melon_slice.png b/textures/crops_melon_slice.png new file mode 100644 index 0000000..4691556 Binary files /dev/null and b/textures/crops_melon_slice.png differ diff --git a/textures/crops_melon_stem.png b/textures/crops_melon_stem.png new file mode 100644 index 0000000..aff846b Binary files /dev/null and b/textures/crops_melon_stem.png differ diff --git a/textures/crops_melon_top.png b/textures/crops_melon_top.png new file mode 100644 index 0000000..796cb1b Binary files /dev/null and b/textures/crops_melon_top.png differ -- cgit v1.2.3