forked from thunderdog1138/star_wars
Textures: Update permafrost to new dirt, improve stones, add stones side
This commit is contained in:
parent
64a923f7fb
commit
6e0e2b8be9
|
@ -116,6 +116,7 @@ paramat (CC BY-SA 3.0):
|
||||||
default_emergent_jungle_sapling.png
|
default_emergent_jungle_sapling.png
|
||||||
default_permafrost.png -- Derived from a texture by Neuromancer (CC BY-SA 3.0)
|
default_permafrost.png -- Derived from a texture by Neuromancer (CC BY-SA 3.0)
|
||||||
default_stones.png -- Derived from a texture by sofar (CC0 1.0)
|
default_stones.png -- Derived from a texture by sofar (CC0 1.0)
|
||||||
|
default_stones_side.png -- Derived from a texture by sofar (CC0 1.0)
|
||||||
default_moss.png
|
default_moss.png
|
||||||
default_moss_side.png
|
default_moss_side.png
|
||||||
default_fence_rail_acacia_wood
|
default_fence_rail_acacia_wood
|
||||||
|
|
|
@ -508,7 +508,8 @@ minetest.register_node("default:permafrost", {
|
||||||
minetest.register_node("default:permafrost_with_stones", {
|
minetest.register_node("default:permafrost_with_stones", {
|
||||||
description = "Permafrost with Stones",
|
description = "Permafrost with Stones",
|
||||||
tiles = {"default_permafrost.png^default_stones.png",
|
tiles = {"default_permafrost.png^default_stones.png",
|
||||||
"default_permafrost.png"},
|
"default_permafrost.png",
|
||||||
|
"default_permafrost.png^default_stones_side.png"},
|
||||||
groups = {cracky = 3},
|
groups = {cracky = 3},
|
||||||
drop = "default:permafrost",
|
drop = "default:permafrost",
|
||||||
sounds = default.node_sound_gravel_defaults(),
|
sounds = default.node_sound_gravel_defaults(),
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 266 B |
Binary file not shown.
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 405 B |
Binary file not shown.
After Width: | Height: | Size: 204 B |
Loading…
Reference in New Issue