From 8ce19f15d67cc5e9c179f40bc9c86f9cfb382107 Mon Sep 17 00:00:00 2001 From: Fernando Zapata Date: Thu, 13 Sep 2012 15:02:07 -0600 Subject: [PATCH] classic mac action --- macse/init.lua | 25 +++++++++++++++++++++++++ macse/textures/macse_b.png | Bin 0 -> 193 bytes macse/textures/macse_c.png | Bin 0 -> 134 bytes macse/textures/macse_d.png | Bin 0 -> 116 bytes macse/textures/macse_s.png | Bin 0 -> 133 bytes macse/textures/macse_t.png | Bin 0 -> 192 bytes macse/textures/macse_u.png | Bin 0 -> 138 bytes 7 files changed, 25 insertions(+) create mode 100644 macse/init.lua create mode 100644 macse/textures/macse_b.png create mode 100644 macse/textures/macse_c.png create mode 100644 macse/textures/macse_d.png create mode 100644 macse/textures/macse_s.png create mode 100644 macse/textures/macse_t.png create mode 100644 macse/textures/macse_u.png diff --git a/macse/init.lua b/macse/init.lua new file mode 100644 index 0000000..4813e49 --- /dev/null +++ b/macse/init.lua @@ -0,0 +1,25 @@ +-------------------------------------------------------------------------------- +-- Macintosh SE +-------------------------------------------------------------------------------- + +minetest.register_node( 'macse:macse', { + description = 'Macintosh SE', + groups = { snappy = 1, + choppy = 2, + oddly_breakable_by_hand = 2 }, + tiles = { 'macse_u.png', 'macse_d.png', + 'macse_c.png', 'macse_s.png', + 'macse_b.png', 'macse_t.png' }, + drawtype = 'nodebox', + paramtype = 'light', + paramtype2 = 'facedir', + node_box = { type = 'fixed', + fixed = { + { -3/8, 3/8, -3/8, -1/8, 1/2, 3/8 }, + { -1/8, 3/8, -3/8, 1/8, 1/2, 3/16 }, + { 1/8, 3/8, -3/8, 3/8, 1/2, 3/8 }, + { -3/8, -3/8, -3/8, 3/8, 3/8, 3/8 }, + { -3/8, -1/2, -5/16, 3/8, -3/8, 3/8 } } }, + selection_box = { type = 'fixed', + fixed = { -3/8, -1/2, -3/8, 3/8, 1/2, 3/8 } }, +}) diff --git a/macse/textures/macse_b.png b/macse/textures/macse_b.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6cdcd5b5d7622255e3ed946fbe79c4deebb41d GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|9iA?ZAsXkCYrenZW!ADN{wFdg zHz|WH(WdriL{!YQ#>U3ZMwbIknk?p`+725X0|F%a6wWnFzF{iB%ofJ1BBQACEuiZE zKi#i$TQ)Gt)d-k#aCRCP80@M3?&jgaVri;i@*+bbp;R>LR^q{@jAu;R7BT8tasFm} pm)EiQ;kx!{R`ZF1z5WJK4Bskkf^K{WQUJP%!PC{xWt~$(696t$K=l9s literal 0 HcmV?d00001 diff --git a/macse/textures/macse_c.png b/macse/textures/macse_c.png new file mode 100644 index 0000000000000000000000000000000000000000..053caf5dae54d42727e5d63b1965336dec84b148 GIT binary patch literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|zMd|QAsXkCYrenZWoABnd3yiS zqp9cT*rz6C9BU9aFr2{QX38VXn|^M-k|XoMmLmra9N_S;VVUaHecH&tV8a2+2`t^- hrgvP#)-0-EU|6_7Dn;2~Y7x+222WQ%mvv4FO#lskD%Ai0 literal 0 HcmV?d00001 diff --git a/macse/textures/macse_d.png b/macse/textures/macse_d.png new file mode 100644 index 0000000000000000000000000000000000000000..6856f1c3f689ab843fe4f290b0d19096854a423b GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|)}AhoAsXkCYrenZW!7xyY;-SQx}28 OFnGH9xvXWu8DMF?hQAxvXlfgk-TBGUaB6gtR44$rjF6*2UngF7JFYo{W literal 0 HcmV?d00001