From 0ed89f31a3a5cc5ada21759a5b176fe66c1bd37b Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 23 Nov 2015 21:47:16 -0800 Subject: Pumpkins! Since it's almost thanksgiving, here's some pumpkins, and as usual, with a twist. In itself the pumpkins behave like you expect - digging them yields a block, not slices. You can get seeds from a block, or cook a block into roast pumpkin, which is edible. The catch is that there's only one piece of food from a pumpkin so it's a lot of work. And if you want to expand your pumpkin farm, you'll have to water as otherwise the plants die and will not spawn more than 1 pumpkin if you're unlucky, so it's going to be difficult and labor intensive to grow a large pumpkin farm. So yeah, maybe just grow pumpkins once a year for some holiday cheer, like some countries do, and then back to taters, cuz they easy. --- textures/crops_pumpkin.png | Bin 0 -> 215 bytes textures/crops_pumpkin_bottom.png | Bin 0 -> 212 bytes textures/crops_pumpkin_inv.png | Bin 0 -> 1474 bytes textures/crops_pumpkin_plant_1.png | Bin 0 -> 147 bytes textures/crops_pumpkin_plant_2.png | Bin 0 -> 173 bytes textures/crops_pumpkin_plant_3.png | Bin 0 -> 199 bytes textures/crops_pumpkin_plant_4.png | Bin 0 -> 258 bytes textures/crops_pumpkin_plant_5.png | Bin 0 -> 497 bytes textures/crops_pumpkin_plant_6.png | Bin 0 -> 241 bytes textures/crops_pumpkin_seed.png | Bin 0 -> 538 bytes textures/crops_pumpkin_stem.png | Bin 0 -> 292 bytes textures/crops_pumpkin_top.png | Bin 0 -> 276 bytes textures/crops_roasted_pumpkin.png | Bin 0 -> 249 bytes 13 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 textures/crops_pumpkin.png create mode 100644 textures/crops_pumpkin_bottom.png create mode 100644 textures/crops_pumpkin_inv.png create mode 100644 textures/crops_pumpkin_plant_1.png create mode 100644 textures/crops_pumpkin_plant_2.png create mode 100644 textures/crops_pumpkin_plant_3.png create mode 100644 textures/crops_pumpkin_plant_4.png create mode 100644 textures/crops_pumpkin_plant_5.png create mode 100644 textures/crops_pumpkin_plant_6.png create mode 100644 textures/crops_pumpkin_seed.png create mode 100644 textures/crops_pumpkin_stem.png create mode 100644 textures/crops_pumpkin_top.png create mode 100644 textures/crops_roasted_pumpkin.png (limited to 'textures') diff --git a/textures/crops_pumpkin.png b/textures/crops_pumpkin.png new file mode 100644 index 0000000..87c635e Binary files /dev/null and b/textures/crops_pumpkin.png differ diff --git a/textures/crops_pumpkin_bottom.png b/textures/crops_pumpkin_bottom.png new file mode 100644 index 0000000..f0037e3 Binary files /dev/null and b/textures/crops_pumpkin_bottom.png differ diff --git a/textures/crops_pumpkin_inv.png b/textures/crops_pumpkin_inv.png new file mode 100644 index 0000000..4f8a2d4 Binary files /dev/null and b/textures/crops_pumpkin_inv.png differ diff --git a/textures/crops_pumpkin_plant_1.png b/textures/crops_pumpkin_plant_1.png new file mode 100644 index 0000000..a9649fc Binary files /dev/null and b/textures/crops_pumpkin_plant_1.png differ diff --git a/textures/crops_pumpkin_plant_2.png b/textures/crops_pumpkin_plant_2.png new file mode 100644 index 0000000..19c96a9 Binary files /dev/null and b/textures/crops_pumpkin_plant_2.png differ diff --git a/textures/crops_pumpkin_plant_3.png b/textures/crops_pumpkin_plant_3.png new file mode 100644 index 0000000..990130a Binary files /dev/null and b/textures/crops_pumpkin_plant_3.png differ diff --git a/textures/crops_pumpkin_plant_4.png b/textures/crops_pumpkin_plant_4.png new file mode 100644 index 0000000..d515db9 Binary files /dev/null and b/textures/crops_pumpkin_plant_4.png differ diff --git a/textures/crops_pumpkin_plant_5.png b/textures/crops_pumpkin_plant_5.png new file mode 100644 index 0000000..8ad4519 Binary files /dev/null and b/textures/crops_pumpkin_plant_5.png differ diff --git a/textures/crops_pumpkin_plant_6.png b/textures/crops_pumpkin_plant_6.png new file mode 100644 index 0000000..af9664f Binary files /dev/null and b/textures/crops_pumpkin_plant_6.png differ diff --git a/textures/crops_pumpkin_seed.png b/textures/crops_pumpkin_seed.png new file mode 100644 index 0000000..9bce649 Binary files /dev/null and b/textures/crops_pumpkin_seed.png differ diff --git a/textures/crops_pumpkin_stem.png b/textures/crops_pumpkin_stem.png new file mode 100644 index 0000000..fcc7ef3 Binary files /dev/null and b/textures/crops_pumpkin_stem.png differ diff --git a/textures/crops_pumpkin_top.png b/textures/crops_pumpkin_top.png new file mode 100644 index 0000000..5f5059a Binary files /dev/null and b/textures/crops_pumpkin_top.png differ diff --git a/textures/crops_roasted_pumpkin.png b/textures/crops_roasted_pumpkin.png new file mode 100644 index 0000000..b3f6fb7 Binary files /dev/null and b/textures/crops_roasted_pumpkin.png differ -- cgit v1.2.3