mirror of
https://github.com/minetest-mods/nether.git
synced 2025-06-30 23:40:45 +02:00
Switch Deep-netherbrick to a texture with licence allowing adaption & redistribution (CC BY-SA 4.0)
To fix #52, while trying to capture some of the feel of the original texture.
This commit is contained in:
@ -163,7 +163,11 @@ minetest.register_node("nether:fence_nether_brick", {
|
||||
|
||||
minetest.register_node("nether:brick_deep", {
|
||||
description = S("Deep Nether Brick"),
|
||||
tiles = {"nether_brick_deep.png"},
|
||||
tiles = {{
|
||||
name = "nether_brick_deep.png",
|
||||
align_style = "world",
|
||||
scale = 2
|
||||
}},
|
||||
is_ground_content = false,
|
||||
groups = {cracky = 2, level = 2},
|
||||
sounds = default.node_sound_stone_defaults()
|
||||
|
Reference in New Issue
Block a user