Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add new texture for leaves, jungle leaves and style simple
  • Loading branch information
RealBadAngel authored and paramat committed Jul 13, 2015
1 parent fdae283 commit 0c5f6da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mods/default/nodes.lua
Expand Up @@ -442,6 +442,7 @@ minetest.register_node("default:leaves", {
waving = 1,
visual_scale = 1.3,
tiles = {"default_leaves.png"},
special_tiles = {"default_leaves_simple.png"},
paramtype = "light",
is_ground_content = false,
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1},
Expand Down Expand Up @@ -517,6 +518,7 @@ minetest.register_node("default:jungleleaves", {
waving = 1,
visual_scale = 1.3,
tiles = {"default_jungleleaves.png"},
special_tiles = {"default_jungleleaves_simple.png"},
paramtype = "light",
is_ground_content = false,
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1},
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mods/default/textures/default_leaves_simple.png
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 0c5f6da

Please sign in to comment.