master
Dallas DeBruin 2020-12-30 12:15:33 -05:00
parent 9d6a4e6d59
commit c4adfdeb4d
10 changed files with 6321 additions and 13733 deletions

1
data/bunk_bed.box Normal file
View File

@ -0,0 +1 @@
return {["numNodes"] = 1, ["nodes"] = {{["boxList"] = "{{1.15, -0.55, -0.85, 0.65, 0.15, -0.55},{1.15, -0.55, 0.55, 0.55, 0.25, 0.75},{1.15, -0.15, -0.85, -1.15, 0.45, 0.85},{1.15, 0.95, -0.95, -1.25, 1.45, 0.85},{1.05, 0.45, -0.75, 0.85, 0.95, -0.55},{1.05, 0.45, 0.55, 0.75, 0.95, 0.75},{0.35, -0.15, -0.95, -0.65, 0.15, -0.85},{-0.75, -0.55, -0.85, -1.15, -0.15, -0.55},{-0.85, -0.55, 0.45, -1.15, -0.15, 0.75},{-0.85, 0.45, -0.85, -1.15, 0.95, -0.65},{-0.85, 0.45, 0.45, -1.15, 0.85, 0.65},}", ["position"] = {["y"] = 0, ["x"] = 0, ["z"] = 0}, ["boxTable"] = {{1.1499999999999999, -0.54999999999999993, -0.84999999999999998, 0.64999999999999991, 0.15000000000000013, -0.54999999999999993}, {1.1499999999999999, -0.54999999999999993, 0.55000000000000027, 0.54999999999999993, 0.25, 0.75}, {1.1499999999999999, -0.14999999999999991, -0.84999999999999998, -1.1500000000000004, 0.45000000000000018, 0.85000000000000009}, {1.1499999999999999, 0.95000000000000018, -0.94999999999999996, -1.25, 1.4500000000000002, 0.85000000000000009}, {1.05, 0.45000000000000018, -0.75, 0.84999999999999998, 0.95000000000000018, -0.54999999999999993}, {1.05, 0.45000000000000018, 0.55000000000000027, 0.75, 0.95000000000000018, 0.75}, {0.34999999999999987, -0.14999999999999991, -0.94999999999999996, -0.64999999999999991, 0.15000000000000013, -0.84999999999999998}, {-0.75, -0.54999999999999993, -0.84999999999999998, -1.1500000000000004, -0.14999999999999991, -0.54999999999999993}, {-0.85000000000000009, -0.54999999999999993, 0.45000000000000018, -1.1500000000000004, -0.14999999999999991, 0.75}, {-0.85000000000000009, 0.45000000000000018, -0.84999999999999998, -1.1500000000000004, 0.95000000000000018, -0.64999999999999991}, {-0.85000000000000009, 0.45000000000000018, 0.45000000000000018, -1.1500000000000004, 0.85000000000000009, 0.64999999999999991}}}}}

1831
models/bunk_bed.obj Normal file

File diff suppressed because it is too large Load Diff

4465
models/bunk_bed_messy.obj Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -65,9 +65,30 @@ node_definition ={
groups = { oddly_breakable_by_hand=2 },
}
autobox.register_node("adventure_pack_1:bucket","bucket.box",node_definition,true)
-- bucket
-- bunk_bed_with_stuff
-- bunk_beds
node_definition ={
description = "adventure_pack_1:bunk_bed_messy",
drawtype = "mesh",
mesh = "bunk_bed_messy.obj",
sunlight_propagates = true,
paramtype2 = "facedir",
tiles = {"bunk_bed_messy.jpg"},
groups = { oddly_breakable_by_hand=2 },
}
autobox.register_node("adventure_pack_1:bunk_bed_messy","bunk_bed.box",node_definition,true)
node_definition ={
description = "adventure_pack_1:bunk_bed",
drawtype = "mesh",
mesh = "bunk_bed.obj",
sunlight_propagates = true,
paramtype2 = "facedir",
tiles = {"bunk_bed.jpg"},
groups = { oddly_breakable_by_hand=2 },
}
autobox.register_node("adventure_pack_1:bunk_bed","bunk_bed.box",node_definition,true)
-- bunk_bed
-- candlabra
-- case_of_barrels
-- case_of_scrolls

BIN
textures/bunk_bed.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
textures/bunk_bed_messy.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 446 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 KiB