diff options
author | Mattes D <github@xoft.cz> | 2015-11-11 10:32:42 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-12-01 10:35:07 +0100 |
commit | b8fbba5eb92cda32b13d65f3704adf778da82f38 (patch) | |
tree | 0c6e8f47ae152e5ffade6f0a7457505101764753 /Server/Prefabs/Villages/SandVillage.cubeset | |
parent | Merge pull request #2696 from Gargaj/breeding (diff) | |
download | cuberite-b8fbba5eb92cda32b13d65f3704adf778da82f38.tar cuberite-b8fbba5eb92cda32b13d65f3704adf778da82f38.tar.gz cuberite-b8fbba5eb92cda32b13d65f3704adf778da82f38.tar.bz2 cuberite-b8fbba5eb92cda32b13d65f3704adf778da82f38.tar.lz cuberite-b8fbba5eb92cda32b13d65f3704adf778da82f38.tar.xz cuberite-b8fbba5eb92cda32b13d65f3704adf778da82f38.tar.zst cuberite-b8fbba5eb92cda32b13d65f3704adf778da82f38.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Prefabs/Villages/SandVillage.cubeset | 48 |
1 files changed, 26 insertions, 22 deletions
diff --git a/Server/Prefabs/Villages/SandVillage.cubeset b/Server/Prefabs/Villages/SandVillage.cubeset index 63238fa6e..edfe78f5f 100644 --- a/Server/Prefabs/Villages/SandVillage.cubeset +++ b/Server/Prefabs/Villages/SandVillage.cubeset @@ -14,7 +14,7 @@ Cubeset = Metadata = { CubesetFormatVersion = 1, - ExportDate = "2015-06-20 10:16:49", + ExportDate = "2015-10-10 20:21:27", ["AllowedBiomes"] = "Desert, DesertM", ["IntendedUse"] = "Village", }, @@ -79,14 +79,15 @@ Cubeset = }, Metadata = { - ["DefaultWeight"] = "100", + ["AddWeightIfSame"] = "0", + ["IsStarting"] = "1", ["AllowedRotations"] = "7", ["MergeStrategy"] = "msSpongePrint", - ["IsStarting"] = "1", - ["DepthWeight"] = "", ["ShouldExpandFloor"] = "1", + ["DepthWeight"] = "", + ["VerticalStrategy"] = "TerrainOrOceanTop|-8", ["MoveToGround"] = "1", - ["AddWeightIfSame"] = "0", + ["DefaultWeight"] = "100", }, BlockDefinitions = { @@ -348,8 +349,10 @@ Cubeset = "a: 24: 0", -- sandstone "b: 60: 7", -- tilleddirt "c: 8: 0", -- water - "d: 50: 5", -- torch - "e: 59: 7", -- crops + "d: 60: 5", -- tilleddirt + "e: 60: 6", -- tilleddirt + "f: 50: 5", -- torch + "g: 59: 7", -- crops "m: 19: 0", -- sponge }, BlockData = @@ -370,22 +373,22 @@ Cubeset = "abbcbbabbcbba", -- 1 "abbcbbabbcbba", -- 2 "abbcbbabbcbba", -- 3 - "abbcbbabbcbba", -- 4 + "abbcdbabbcbba", -- 4 "abbcbbabbcbba", -- 5 - "abbcbbabbcbba", -- 6 + "abbceeabbcbba", -- 6 "abbcbbabbcbba", -- 7 "aaaaaaaaaaaaa", -- 8 -- Level 2 - "d.....d.....d", -- 0 - ".ee.ee.ee.ee.", -- 1 - ".ee.ee.ee.ee.", -- 2 - ".ee.ee.ee.ee.", -- 3 - ".ee.ee.ee.ee.", -- 4 - ".ee.ee.ee.ee.", -- 5 - ".ee.ee.ee.ee.", -- 6 - ".ee.ee.ee.ee.", -- 7 - "d.....d.....d", -- 8 + "f.....f.....f", -- 0 + ".gg.gg.gg.gg.", -- 1 + ".gg.gg.gg.gg.", -- 2 + ".gg.gg.gg.gg.", -- 3 + ".gg.gg.gg.gg.", -- 4 + ".gg.gg.gg.gg.", -- 5 + ".gg.gg.gg.gg.", -- 6 + ".gg.gg.gg.gg.", -- 7 + "f.....f.....f", -- 8 }, }, -- DoubleField @@ -2223,14 +2226,15 @@ Cubeset = }, Metadata = { - ["DefaultWeight"] = "100", + ["AddWeightIfSame"] = "0", + ["IsStarting"] = "1", ["AllowedRotations"] = "7", ["MergeStrategy"] = "msSpongePrint", - ["IsStarting"] = "1", - ["DepthWeight"] = "", ["ShouldExpandFloor"] = "1", + ["DepthWeight"] = "", + ["VerticalStrategy"] = "TerrainOrOceanTop|-8", ["MoveToGround"] = "1", - ["AddWeightIfSame"] = "0", + ["DefaultWeight"] = "100", }, BlockDefinitions = { |