Skip to content

Commit

Permalink
Textures: Update permafrost to new dirt, improve stones, add stones side
Browse files Browse the repository at this point in the history
  • Loading branch information
random-geek authored and paramat committed Feb 3, 2019
1 parent 64a923f commit 6e0e2b8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions mods/default/README.txt
Expand Up @@ -116,6 +116,7 @@ paramat (CC BY-SA 3.0):
default_emergent_jungle_sapling.png
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_side.png -- Derived from a texture by sofar (CC0 1.0)
default_moss.png
default_moss_side.png
default_fence_rail_acacia_wood
Expand Down
3 changes: 2 additions & 1 deletion mods/default/nodes.lua
Expand Up @@ -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(),
Expand Down
Binary file modified mods/default/textures/default_permafrost.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mods/default/textures/default_stones.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mods/default/textures/default_stones_side.png
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 6e0e2b8

Please sign in to comment.