master
ExeVirus 2020-12-31 20:15:28 -05:00
parent 5d20e46b48
commit f200e546e0
6 changed files with 1263 additions and 3029 deletions

View File

@ -1 +1 @@
return {["numNodes"] = 1, ["nodes"] = {{["boxList"] = "{{0.55, -0.55, -0.55, -0.55, 1.15, 0.55},}", ["position"] = {["y"] = 0, ["x"] = 0, ["z"] = 0}, ["boxTable"] = {{0.54999999999999993, -0.54999999999999993, -0.54999999999999993, -0.55000000000000027, 1.1500000000000004, 0.55000000000000027}}}}}
return {["numNodes"] = 1, ["nodes"] = {{["boxList"] = "{{0.55, -0.55, -0.55, -0.55, 1.15, 0.55},}", ["position"] = {["y"] = 0, ["x"] = 0, ["z"] = 0}, ["boxTable"] = {{0.5, -0.5, -0.5, -0.5, 1, 0.5}}}}}

View File

@ -0,0 +1 @@
return {["numNodes"] = 1, ["nodes"] = {{["boxList"] = "{{0.565, -0.565, -0.345, -0.425, -0.235, 0.315},{0.455, 0.535, -0.235, -0.425, 0.755, 0.315},{0.345, 1.085, -0.235, -0.315, 1.415, 0.095},{0.235, -0.235, -0.125, -0.205, 0.205, 0.205},{0.235, 0.205, -0.125, -0.205, 0.535, 0.095},{0.235, 0.755, -0.125, -0.205, 1.085, 0.205},{0.235, 1.305, 0.095, -0.205, 1.5, 0.205},{0.235, 1.415, -0.125, -0.205, 1.5, 0.095},}", ["position"] = {["y"] = 0, ["x"] = 0, ["z"] = 0}, ["boxTable"] = {{0.56499999999999995, -0.56499999999999995, -0.34499999999999997, -0.42500000000000004, -0.2350000000000001, 0.31499999999999995}, {0.45500000000000007, 0.53500000000000014, -0.2350000000000001, -0.42500000000000004, 0.75499999999999989, 0.31499999999999995}, {0.34499999999999997, 1.085, -0.2350000000000001, -0.31499999999999995, 1.415, 0.094999999999999973}, {0.2350000000000001, -0.2350000000000001, -0.125, -0.20500000000000007, 0.20500000000000007, 0.20500000000000007}, {0.2350000000000001, 0.20500000000000007, -0.125, -0.20500000000000007, 0.53500000000000014, 0.094999999999999973}, {0.2350000000000001, 0.75499999999999989, -0.125, -0.20500000000000007, 1.085, 0.20500000000000007}, {0.2350000000000001, 1.3050000000000002, 0.094999999999999973, -0.20500000000000007, 1.5, 0.20500000000000007}, {0.2350000000000001, 1.415, -0.125, -0.20500000000000007, 1.5, 0.094999999999999973}}}}}

File diff suppressed because it is too large Load Diff

View File

@ -198,7 +198,17 @@ node_definition ={
}
autobox.register_node("adventure_pack_1:food_plate_3","food_plate.box",node_definition,true)
-- grandfather_clock
node_definition ={
description = "adventure_pack_1:grandfather_clock",
drawtype = "mesh",
mesh = "grandfather_clock.obj",
sunlight_propagates = true,
paramtype2 = "facedir",
tiles = {"grandfather_clock.jpg"},
groups = { oddly_breakable_by_hand=2 },
}
autobox.register_node("adventure_pack_1:grandfather_clock","grandfather_clock.box",node_definition,true)
-- lantern
-- pen_and_quill
-- plans_table

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB