diff options
author | Niels Breuker <niels.breuker@hotmail.nl> | 2023-03-30 17:18:18 +0200 |
---|---|---|
committer | Niels Breuker <niels.breuker@hotmail.nl> | 2023-03-30 17:18:18 +0200 |
commit | 4af1f3ac35f6a7fe7ac2bfe625bad9abaf2e868d (patch) | |
tree | 7bd7ef103724e6bed9c2cb79dadb50e88c901a89 /Server | |
parent | Added small embedded devices to README (diff) | |
download | cuberite-4af1f3ac35f6a7fe7ac2bfe625bad9abaf2e868d.tar cuberite-4af1f3ac35f6a7fe7ac2bfe625bad9abaf2e868d.tar.gz cuberite-4af1f3ac35f6a7fe7ac2bfe625bad9abaf2e868d.tar.bz2 cuberite-4af1f3ac35f6a7fe7ac2bfe625bad9abaf2e868d.tar.lz cuberite-4af1f3ac35f6a7fe7ac2bfe625bad9abaf2e868d.tar.xz cuberite-4af1f3ac35f6a7fe7ac2bfe625bad9abaf2e868d.tar.zst cuberite-4af1f3ac35f6a7fe7ac2bfe625bad9abaf2e868d.zip |
Diffstat (limited to 'Server')
-rw-r--r-- | Server/Prefabs/PieceStructures/NetherFort.cubeset | 119 |
1 files changed, 118 insertions, 1 deletions
diff --git a/Server/Prefabs/PieceStructures/NetherFort.cubeset b/Server/Prefabs/PieceStructures/NetherFort.cubeset index 2fad9d773..ec8496fac 100644 --- a/Server/Prefabs/PieceStructures/NetherFort.cubeset +++ b/Server/Prefabs/PieceStructures/NetherFort.cubeset @@ -1773,7 +1773,124 @@ Cubeset = }, }, -- BlazePlatformOverhang - + { + OriginData = + { + ExportName = "ClosurePiece", + }, + Size = + { + x = 5, + y = 2, + z = 1 + }, + Hitbox = + { + MinX = 0, + MinY = 0, + MinZ = 0, + MaxX = 4, + MaxY = 2, + MaxZ = 0, + }, + Connectors = + { + { + Type = 0, + RelX = 2, + RelY = 1, + RelZ = 0, + Direction = 2, + } + }, + Metadata = + { + ["AddWeightIfSame"] = "0", + ["AllowedRotations"] = "7", + ["DefaultWeight"] = "100", + ["DepthWeight"] = "", + ["ExpandFloorStrategy"] = "none", + ["IsClosurePiece"] = "1", + ["MergeStrategy"] = "msSpongePrint", + ["MoveToGround"] = "0", + ["VerticalStrategy"] = "Range|40|100", + }, + BlockDefinitions = + { + ".:112:0", + "a:113:0", + }, + BlockData = + { + ".....", + ".aaa.", + } + }, -- End Piece Connector + + { + OriginData = + { + ExportName = "ClosurePiece", + }, + Size = + { + x = 5, + y = 6, + z = 1 + }, + Hitbox = + { + MinX = 0, + MinY = 0, + MinZ = 0, + MaxX = 4, + MaxY = 4, + MaxZ = 0, + }, + Connectors = + { + { + Type = 1, + RelX = 2, + RelY = 1, + RelZ = 0, + Direction = 2, + }, + { + Type = -1, + RelX = 2, + RelY = 1, + RelZ = 0, + Direction = 2, + } + }, + Metadata = + { + ["AddWeightIfSame"] = "0", + ["AllowedRotations"] = "7", + ["DefaultWeight"] = "100", + ["DepthWeight"] = "", + ["ExpandFloorStrategy"] = "RepeatBottomTillSolid", + ["IsClosurePiece"] = "1", + ["MergeStrategy"] = "msSpongePrint", + ["MoveToGround"] = "0", + ["VerticalStrategy"] = "Range|40|100", + }, + BlockDefinitions = + { + ".:112:0", + "a:113:0", + }, + BlockData = + { + ".....", + ".aaa.", + ".aaa.", + ".aaa.", + ".aaa.", + ".....", + } + }, -- End Piece Connector { OriginData = |