Textures: Update permafrost to new dirt, improve stones, add stones side
This commit is contained in:
parent
64a923f7fb
commit
6e0e2b8be9
5 changed files with 3 additions and 1 deletions
|
@ -508,7 +508,8 @@ minetest.register_node("default:permafrost", {
|
|||
minetest.register_node("default:permafrost_with_stones", {
|
||||
description = "Permafrost with Stones",
|
||||
tiles = {"default_permafrost.png^default_stones.png",
|
||||
"default_permafrost.png"},
|
||||
"default_permafrost.png",
|
||||
"default_permafrost.png^default_stones_side.png"},
|
||||
groups = {cracky = 3},
|
||||
drop = "default:permafrost",
|
||||
sounds = default.node_sound_gravel_defaults(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue