small cleanups/tweaks.

master
NathanSalapat 2018-11-03 17:27:27 -05:00
parent 2fa7659be9
commit c2bff82734
5 changed files with 18 additions and 2 deletions

View File

@ -3,11 +3,19 @@ tombs = {}
minetest.register_node('tombs:machine', {
description = 'Gravestone Engraver',
tiles = {'tombs_machine_1.png'},
tiles = {
'tombs_machine_side.png',
'tombs_machine_side.png',
'tombs_machine_side.png',
'tombs_machine_side.png',
'tombs_machine_side.png',
'tombs_machine_front.png',
},
groups = {oddly_breakable_by_hand=3},
paramtype2 = 'facedir',
on_construct = function(pos)
local meta = minetest.get_meta(pos)
meta:set_string('infotext', 'pizza machine')
meta:set_string('infotext', 'Gravestone Creator')
meta:set_string('formspec', 'size[8,7.5]'..
'list[context;tool;0,0;1,1]'..
'label[1,0;Tool/Bones]'..

8
license.txt Normal file
View File

@ -0,0 +1,8 @@
code:
CC0 Nathan Salapat
Media:
Gravestone Machine texture:
CC0 by GreenDiamond
Everything else:
CC By SA 4 Nathan Salapat

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B