Add desk globe, model by jp

This commit is contained in:
Vanessa Ezekowitz 2015-01-01 15:28:49 -05:00
parent a14151accb
commit d41c35a067
5 changed files with 2274 additions and 0 deletions

Binary file not shown.

View File

@ -1934,3 +1934,24 @@ minetest.register_node("homedecor:calendar", {
legacy_wallmounted = true,
sounds = default.node_sound_defaults(),
})
minetest.register_node("homedecor:desk_globe", {
description = "Desk globe",
drawtype = "mesh",
mesh = "homedecor_desk_globe.obj",
tiles = {"homedecor_desk_globe.png"},
inventory_image = "homedecor_desk_globe_inv.png",
paramtype = "light",
paramtype2 = "facedir",
selection_box = {
type = "fixed",
fixed = { -0.4, -0.5, -0.3, 0.3, 0.3, 0.3 }
},
collision_box = {
type = "fixed",
fixed = { -0.4, -0.5, -0.3, 0.3, 0.3, 0.3 }
},
groups = {choppy=2,dig_immediate=2,attached_node=1},
sounds = default.node_sound_defaults(),
})

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB