Added copmuter block

master
Ryan Newell 2014-09-18 15:52:49 -05:00
parent b5d758fb09
commit 7d8451e3dc
2 changed files with 4 additions and 0 deletions

4
init.lua Normal file
View File

@ -0,0 +1,4 @@
minetest.register_node("tutorial:computer", {
tiles = {"computer-block.png"},
groups = {cracky=2,snappy=2,choppy=2,metal=3},
})

BIN
textures/computer-block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B