repainted some textures...

This commit is contained in:
cale 2016-02-12 13:12:19 +01:00
parent 9ff9d46c89
commit 7017d3496c
7 changed files with 9 additions and 1 deletions

View File

@ -21,7 +21,7 @@ minetest.register_alias("mapgen_stone", "default:stone")
minetest.register_alias("mapgen_cobble", "default:stonebrick")
minetest.register_alias("mapgen_stair_cobble", "default:stonebrick")
minetest.register_alias("mapgen_mossycobble", "default:stonebrick")
minetest.register_alias("mapgen_mossycobble", "default:mossy_stonebrick")
minetest.register_alias("mapgen_sandstonebrick", "default:stonebrick")
minetest.register_alias("mapgen_stair_sandstonebrick", "default:stonebrick")

View File

@ -495,6 +495,7 @@ minetest.register_node("default:glass_with_stonebrick", {
groups = {crumbly = 3},
})
-- floor
default.register_floor = function(color)
@ -579,6 +580,12 @@ minetest.register_node("default:stonebrick", {
groups = {cracky = 3},
})
minetest.register_node("default:mossy_stonebrick", {
description = "Mossy Stonebrick",
tiles = {"default_mossy_stonebrick.png"},
groups = {cracky = 3},
})
minetest.register_node("default:wet_stone", {
description = "Wet Stone",
tiles = {"default_wet_stone.png"},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 332 B

View File

@ -1,3 +1,4 @@
default
places
quests
pets