Skip to content

Commit

Permalink
[blocks.lua] Cactus bottom texture added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unarelith committed Mar 29, 2020
1 parent 743ee7b commit c3eaa06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/blocks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down
Binary file added mods/default/textures/blocks/cactus_bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added texturepacks/minecraft/blocks/cactus_bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3eaa06

Please sign in to comment.