Update snow and ice textures

master
vlapsley 2017-09-25 13:53:26 +10:00
parent 1faf70ac22
commit 6d520f3dd0
3 changed files with 2 additions and 0 deletions

View File

@ -287,7 +287,9 @@ minetest.register_node("default:snowblock", {
minetest.register_node("default:ice", {
description = "Ice",
drawtype = "allfaces_optional",
tiles = {"default_ice.png"},
use_texture_alpha = true,
is_ground_content = false,
paramtype = "light",
groups = {cracky = 3, puts_out_fire = 1, cools_lava = 1},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB