New netherrack texture; rename netherrack and -sand texture

This commit is contained in:
PilzAdam 2013-04-30 15:26:03 +02:00
parent 0ae4839912
commit 86ed01e379
5 changed files with 9 additions and 2 deletions

View File

@ -15,3 +15,10 @@ License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Authors of media files
-----------------------
Everything not listed in here:
Copyright (C) 2013 PilzAdam
nether_rack.png: Zeg9

View File

@ -329,7 +329,7 @@ minetest.register_craftitem(":default:mese_crystal_fragment", {
minetest.register_node("nether:rack", {
description = "Netherrack",
tiles = {"nether_netherrack.png"},
tiles = {"nether_rack.png"},
is_ground_content = true,
drop = {
max_items = 1,
@ -344,7 +344,7 @@ minetest.register_node("nether:rack", {
minetest.register_node("nether:sand", {
description = "Nethersand",
tiles = {"nether_nethersand.png"},
tiles = {"nether_sand.png"},
is_ground_content = true,
groups = {crumbly=3,level=2,falling_node=1},
sounds = default.node_sound_dirt_defaults({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 598 B

BIN
textures/nether_rack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

View File

Before

Width:  |  Height:  |  Size: 527 B

After

Width:  |  Height:  |  Size: 527 B