Textures: Update permafrost to new dirt, improve stones, add stones side
authorrandom-geek <35757396+random-geek@users.noreply.github.com>
Sun, 3 Feb 2019 19:14:13 +0000 (11:14 -0800)
committerParamat <paramat@users.noreply.github.com>
Sun, 3 Feb 2019 19:14:13 +0000 (19:14 +0000)
mods/default/README.txt
mods/default/nodes.lua
mods/default/textures/default_permafrost.png
mods/default/textures/default_stones.png
mods/default/textures/default_stones_side.png [new file with mode: 0644]

index f40ac540ddff2657dc779efbea0836be52ffa99b..96a501b0004c9d5c3fea1c72c4413d2db56aaad8 100644 (file)
@@ -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
index cfc48be6931aeacd332955b38539206a2b1d7865..94353cfa4b33ec6b35a0de4d7af418ccbec6bef9 100644 (file)
@@ -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(),
index f1edbab44e66a521cfe54feee3af6e95254f60fc..d7a19a2f599bf7144db376182c03b8cf03fbdf06 100644 (file)
Binary files a/mods/default/textures/default_permafrost.png and b/mods/default/textures/default_permafrost.png differ
index 09c5ee1481b2f9a4ec709f7c82f1005576b6c2ed..4d3b6cfac0cee5303608e5dbd752973209237dac 100644 (file)
Binary files a/mods/default/textures/default_stones.png and b/mods/default/textures/default_stones.png differ
diff --git a/mods/default/textures/default_stones_side.png b/mods/default/textures/default_stones_side.png
new file mode 100644 (file)
index 0000000..7ae823a
Binary files /dev/null and b/mods/default/textures/default_stones_side.png differ