mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-29 13:20:25 +02:00
Textures: Update permafrost to new dirt, improve stones, add stones side
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user