Version 0.0.1

master
Le Sanglier des Ardennes 2016-12-18 22:58:48 +01:00
commit 3278150fb7
10 changed files with 34 additions and 0 deletions

34
init.lua Normal file
View File

@ -0,0 +1,34 @@
-- /giveme animtex:waterstone 99
minetest.register_node("animtex:waterstone", {
description = "Water Stone",
tiles = {
{
name = "animtex_node.png",
animation = {
type = "vertical_frames",
aspect_w = 16,
aspect_h = 16,
length = 2.0,
},
},
"animtex_node_down.png",
"animtex_node_right.png",
{
name = "animtex_node.png",
animation = {
type = "vertical_frames",
aspect_w = 16,
aspect_h = 16,
length = 2.0,
},
},
"animtex_node_back.png",
"animtex_node_front.png"
},
groups = {cracky = 3, stone = 1},
drop = 'default:cobble',
legacy_mineral = true,
})

BIN
textures/animtex_node.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

BIN
textures/animtex_stone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B