tweaked a few things

master
Ginger Pollard 2014-12-21 15:29:31 -05:00
parent 12527d79a8
commit 7ac3d4dd80
3 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@
/ o o\
/ o o \ screenshot: http://i.imgur.com/JuO6kgr.jpg
/ o o o \
/o o o \
/o o o \
--------| |--------
| |

View File

@ -98,6 +98,7 @@ minetest.register_node("xmas:ball_1", {
drawtype = "mesh",
tiles = {"wool_red.png"},
paramtype = "light",
light_source = 3,
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,leafdecay=12},
sounds = default.node_sound_wood_defaults(),
node_box = {type = "fixed",fixed = {{-1.0, -1.0, -1.0, 1.0, 1.0, 1.0},},},
@ -110,6 +111,7 @@ minetest.register_node("xmas:ball_2", {
drawtype = "mesh",
tiles = {"wool_blue.png"},
paramtype = "light",
light_source = 3,
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,leafdecay=12},
sounds = default.node_sound_wood_defaults(),
node_box = {type = "fixed",fixed = {{-1.0, -1.0, -1.0, 1.0, 1.0, 1.0},},},
@ -122,6 +124,7 @@ minetest.register_node("xmas:ball_3", {
drawtype = "mesh",
tiles = {"wool_grey.png"},
paramtype = "light",
light_source = 3,
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,leafdecay=12},
sounds = default.node_sound_wood_defaults(),
node_box = {type = "fixed",fixed = {{-1.0, -1.0, -1.0, 1.0, 1.0, 1.0},},},
@ -134,6 +137,7 @@ minetest.register_node("xmas:ball_4", {
drawtype = "mesh",
tiles = {"wool_violet.png"},
paramtype = "light",
light_source = 3,
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,leafdecay=12},
sounds = default.node_sound_wood_defaults(),
node_box = {type = "fixed",fixed = {{-1.0, -1.0, -1.0, 1.0, 1.0, 1.0},},},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB