mirror of
https://github.com/minetest-mods/nether.git
synced 2024-12-28 03:40:28 +01:00
New netherrack texture; rename netherrack and -sand texture
This commit is contained in:
parent
0ae4839912
commit
86ed01e379
@ -15,3 +15,10 @@ License of media (textures and sounds)
|
|||||||
--------------------------------------
|
--------------------------------------
|
||||||
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
||||||
http://creativecommons.org/licenses/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
|
||||||
|
4
init.lua
4
init.lua
@ -329,7 +329,7 @@ minetest.register_craftitem(":default:mese_crystal_fragment", {
|
|||||||
|
|
||||||
minetest.register_node("nether:rack", {
|
minetest.register_node("nether:rack", {
|
||||||
description = "Netherrack",
|
description = "Netherrack",
|
||||||
tiles = {"nether_netherrack.png"},
|
tiles = {"nether_rack.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
drop = {
|
drop = {
|
||||||
max_items = 1,
|
max_items = 1,
|
||||||
@ -344,7 +344,7 @@ minetest.register_node("nether:rack", {
|
|||||||
|
|
||||||
minetest.register_node("nether:sand", {
|
minetest.register_node("nether:sand", {
|
||||||
description = "Nethersand",
|
description = "Nethersand",
|
||||||
tiles = {"nether_nethersand.png"},
|
tiles = {"nether_sand.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {crumbly=3,level=2,falling_node=1},
|
groups = {crumbly=3,level=2,falling_node=1},
|
||||||
sounds = default.node_sound_dirt_defaults({
|
sounds = default.node_sound_dirt_defaults({
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 598 B |
BIN
textures/nether_rack.png
Normal file
BIN
textures/nether_rack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 527 B After Width: | Height: | Size: 527 B |
Loading…
Reference in New Issue
Block a user