diff --git a/mods/default/blocks.lua b/mods/default/blocks.lua index 78f1788a3..7f58292b7 100644 --- a/mods/default/blocks.lua +++ b/mods/default/blocks.lua @@ -245,7 +245,7 @@ mod:block { mod:block { id = "cactus", name = "Cactus", - tiles = {"cactus_top.png", "cactus_side.png"}, + tiles = {"cactus_top.png", "cactus_bottom.png", "cactus_side.png"}, draw_type = "cactus", bounding_box = {1/16, 1/16, 0, 14/16, 14/16, 1}; diff --git a/mods/default/textures/blocks/cactus_bottom.png b/mods/default/textures/blocks/cactus_bottom.png new file mode 100644 index 000000000..e7623ebf3 Binary files /dev/null and b/mods/default/textures/blocks/cactus_bottom.png differ diff --git a/texturepacks/minecraft/blocks/cactus_bottom.png b/texturepacks/minecraft/blocks/cactus_bottom.png new file mode 100644 index 000000000..4bc7885a1 Binary files /dev/null and b/texturepacks/minecraft/blocks/cactus_bottom.png differ