repainted some textures

This commit is contained in:
cale 2016-02-14 11:16:38 +01:00
parent e0459d1783
commit 6da5297a76
11 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,18 @@ minetest.register_node("default:sand", {
groups = {crumbly = 3, falling_node=1},
})
minetest.register_node("default:wet_grass", {
description = "Wet Grass",
tiles = {"default_grass_wet.png"},
groups = {crumbly = 3},
})
minetest.register_node("default:grass_flowers", {
description = "Grass with flowers",
tiles = {"default_grass_flowers.png"},
groups = {crumbly = 3},
})
minetest.register_node("default:grass", {
description = "Grass",
tiles = {"default_grass.png"},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 B

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 B

After

Width:  |  Height:  |  Size: 242 B