Minor fixes and improvements

This commit is contained in:
MoNTE48 2020-11-22 20:48:49 +01:00
parent c374351974
commit 694903fffc
2 changed files with 2 additions and 0 deletions

View File

@ -1065,6 +1065,7 @@ minetest.register_node("default:bush_leaves", {
drawtype = "allfaces_optional",
tiles = {"default_leaves.png"},
paramtype = "light",
walkable = false,
groups = {snappy = 3, flammable = 2, leaves = 1},
drop = {
max_items = 1,
@ -1135,6 +1136,7 @@ minetest.register_node("default:acacia_bush_leaves", {
drawtype = "allfaces_optional",
tiles = {"default_acacia_leaves.png"},
paramtype = "light",
walkable = false,
groups = {snappy = 3, flammable = 2, leaves = 1},
drop = {
max_items = 1,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 137 B