Skip to content

Commit

Permalink
Switch Deep-netherbrick to a texture with licence allowing adaption &…
Browse files Browse the repository at this point in the history
… redistribution (CC BY-SA 4.0)

To fix #52, while trying to capture some of the feel of the original texture.
  • Loading branch information
Treer committed Oct 28, 2021
1 parent 5203801 commit 247ca08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ SOFTWARE.
### [Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/)
* `nether_basalt`* (files starting with "nether_basalt"): Treer, 2020
* `nether_book_`* (files starting with "nether_book"): Treer, 2019-2020
* `nether_brick_deep.png`: Treer, 2021
* `nether_fumarole.ogg`: Treer, 2020
* `nether_lava_bubble`* (files starting with "nether_lava_bubble"): Treer, 2020
* `nether_lava_crust_animated.png`: Treer, 2019-2020
Expand All @@ -74,7 +75,4 @@ SOFTWARE.
* `nether_rack`* (files starting with "nether_rack"): Zeg9
* `nether_tool_`* (files starting with "nether_tool_"): color adjusted versions from "[default](https://github.com/minetest/minetest_game/tree/master/mods/default)" mod, originals by BlockMen

### [Unlicensed but permission for inclusion by kovaszos_uborka](https://www.planetminecraft.com/member/kovaszos_uborka/)
* `nether_brick_deep.png` (edited by TenPlus1)

All other media: Copyright © 2013 PilzAdam, licensed under CC BY-SA 3.0 by PilzAdam.
6 changes: 5 additions & 1 deletion nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Binary file modified textures/nether_brick_deep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 247ca08

Please sign in to comment.