New textures for the T416, it now looks like a somewhat unbalanced core memory module.
This commit is contained in:
parent
3d9933ebad
commit
f070f6510e
@ -48,18 +48,7 @@ local function t416_set_meta(pos)
|
||||
end
|
||||
minetest.register_node("test3d_t416:t416", {
|
||||
description = "T416 Memory Node",
|
||||
tiles = {
|
||||
{
|
||||
image="t416.png",
|
||||
animation={
|
||||
type = "vertical_frames",
|
||||
aspect_w=16,
|
||||
aspect_h=16,
|
||||
length=18,
|
||||
length=1.8,
|
||||
},
|
||||
},
|
||||
},
|
||||
tiles = {"t416-top.png","t416-top.png","t416-side.png","t416-side.png","t416-side.png","t416-side.png"},
|
||||
on_construct = t416_set_meta,
|
||||
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3},
|
||||
digiline = {
|
||||
|
BIN
test3d_t416/textures/t416-side.png
Executable file
BIN
test3d_t416/textures/t416-side.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 217 B |
BIN
test3d_t416/textures/t416-top.png
Executable file
BIN
test3d_t416/textures/t416-top.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 301 B |
Loading…
Reference in New Issue
Block a user