forked from nalc/homedecor_modpack
Add desk globe, model by jp
This commit is contained in:
parent
a14151accb
commit
d41c35a067
BIN
homedecor/blends/desk-globe.blend
Normal file
BIN
homedecor/blends/desk-globe.blend
Normal file
Binary file not shown.
|
@ -1934,3 +1934,24 @@ minetest.register_node("homedecor:calendar", {
|
||||||
legacy_wallmounted = true,
|
legacy_wallmounted = true,
|
||||||
sounds = default.node_sound_defaults(),
|
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(),
|
||||||
|
})
|
||||||
|
|
||||||
|
|
2253
homedecor/models/homedecor_desk_globe.obj
Normal file
2253
homedecor/models/homedecor_desk_globe.obj
Normal file
File diff suppressed because it is too large
Load Diff
BIN
homedecor/textures/homedecor_desk_globe.png
Normal file
BIN
homedecor/textures/homedecor_desk_globe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
homedecor/textures/homedecor_desk_globe_inv.png
Normal file
BIN
homedecor/textures/homedecor_desk_globe_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
Loading…
Reference in New Issue
Block a user