Fixed sand source texture

- Removed special-sytled texture's section still using the old, removed,
   animated sand source texture
This commit is contained in:
LeMagnesium 2015-06-22 17:35:33 +02:00
parent f3ee47a526
commit a752f6efad
1 changed files with 0 additions and 8 deletions

View File

@ -1559,14 +1559,6 @@ minetest.register_node("default:sand_source", {
inventory_image = minetest.inventorycube("default_sand.png"),
drawtype = "liquid",
tiles = {"default_sand.png"},
special_tiles = {
-- New-style water source material (mostly unused)
{
name = "default_sand_source_animated.png",
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 1.5},
backface_culling = false,
}
},
alpha = 255,
paramtype = "light",
walkable = false,