master
Toby plowy 2017-09-05 12:45:12 +02:00
parent 8b155c345d
commit 9c4fbd0f5a
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

After

Width:  |  Height:  |  Size: 127 B

BIN
menu/background.8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -589,7 +589,7 @@ minetest.register_node("default:wood", {
})
minetest.register_node("default:sapling", {
description = "Sapling",
description = "Oak Sapling",
drawtype = "plantlike",
tiles = {"default_sapling.png"},
inventory_image = "default_sapling.png",
@ -625,7 +625,7 @@ minetest.register_node("default:sapling", {
})
minetest.register_node("default:leaves", {
description = "Leaves",
description = "Oak Leaves",
drawtype = "allfaces_optional",
waving = 1,
tiles = {"default_leaves.png"},