master
Dallas DeBruin 2020-12-30 16:54:13 -05:00
parent c4adfdeb4d
commit a8d09271be
4 changed files with 3625 additions and 7786 deletions

1
data/candlabra.box Normal file
View File

@ -0,0 +1 @@
return {["numNodes"] = 1, ["nodes"] = {{["boxList"] = "{{0.19, -0.51, -0.19, -0.19, 0.39, 0.17},}", ["position"] = {["y"] = 0, ["x"] = 0, ["z"] = 0}, ["boxTable"] = {{0.18999999999999995, -0.51000000000000001, -0.18999999999999995, -0.18999999999999995, 0.39000000000000012, 0.16999999999999993}}}}}

File diff suppressed because it is too large Load Diff

View File

@ -88,8 +88,17 @@ node_definition ={
} }
autobox.register_node("adventure_pack_1:bunk_bed","bunk_bed.box",node_definition,true) autobox.register_node("adventure_pack_1:bunk_bed","bunk_bed.box",node_definition,true)
-- bunk_bed node_definition ={
-- candlabra description = "adventure_pack_1:candlabra",
drawtype = "mesh",
mesh = "candlabra.obj",
sunlight_propagates = true,
paramtype2 = "facedir",
tiles = {"candlabra.png"},
groups = { oddly_breakable_by_hand=2 },
}
autobox.register_node("adventure_pack_1:candlabra","candlabra.box",node_definition,true)
-- case_of_barrels -- case_of_barrels
-- case_of_scrolls -- case_of_scrolls
-- chandelier -- chandelier

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 38 KiB