Version 0.0.1
34
init.lua
Normal 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
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/animtex_node_back.png
Normal file
After Width: | Height: | Size: 408 B |
BIN
textures/animtex_node_bg.png
Normal file
After Width: | Height: | Size: 177 KiB |
BIN
textures/animtex_node_down.png
Normal file
After Width: | Height: | Size: 447 B |
BIN
textures/animtex_node_front.png
Normal file
After Width: | Height: | Size: 291 B |
BIN
textures/animtex_node_left.png
Normal file
After Width: | Height: | Size: 446 B |
BIN
textures/animtex_node_right.png
Normal file
After Width: | Height: | Size: 452 B |
BIN
textures/animtex_node_up.png
Normal file
After Width: | Height: | Size: 260 B |
BIN
textures/animtex_stone.png
Normal file
After Width: | Height: | Size: 233 B |