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:
Treer
2021-10-16 23:58:19 +11:00
parent 52038017f3
commit 247ca0844b
3 changed files with 6 additions and 4 deletions

View File

@ -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()