diff options
author | madmaxoft <github@xoft.cz> | 2014-05-15 10:43:54 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-05-15 10:43:54 +0200 |
commit | 34e5f0c16422f93d3f8f0f802522fa113fa9aa20 (patch) | |
tree | 82066f8347f9dc4d349b0213487e0ae2f326d6f5 /src/Generating/Prefabs/SandVillagePrefabs.cpp | |
parent | VillageGen rewritten using BFSPieceGenerator. (diff) | |
download | cuberite-34e5f0c16422f93d3f8f0f802522fa113fa9aa20.tar cuberite-34e5f0c16422f93d3f8f0f802522fa113fa9aa20.tar.gz cuberite-34e5f0c16422f93d3f8f0f802522fa113fa9aa20.tar.bz2 cuberite-34e5f0c16422f93d3f8f0f802522fa113fa9aa20.tar.lz cuberite-34e5f0c16422f93d3f8f0f802522fa113fa9aa20.tar.xz cuberite-34e5f0c16422f93d3f8f0f802522fa113fa9aa20.tar.zst cuberite-34e5f0c16422f93d3f8f0f802522fa113fa9aa20.zip |
Diffstat (limited to 'src/Generating/Prefabs/SandVillagePrefabs.cpp')
-rw-r--r-- | src/Generating/Prefabs/SandVillagePrefabs.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Generating/Prefabs/SandVillagePrefabs.cpp b/src/Generating/Prefabs/SandVillagePrefabs.cpp index 51411dea2..8460ee5f7 100644 --- a/src/Generating/Prefabs/SandVillagePrefabs.cpp +++ b/src/Generating/Prefabs/SandVillagePrefabs.cpp @@ -1853,10 +1853,10 @@ const cPrefab::sDef g_SandVillageStartingPrefabs[] = /* 3 */ "bbbb", // Connectors: - "1: 2, 8, 0: 2\n" /* Type 1, direction Z- */ - "1: 0, 8, 1: 4\n" /* Type 1, direction X- */ - "1: 1, 8, 3: 3\n" /* Type 1, direction Z+ */ - "1: 3, 8, 2: 5\n" /* Type 1, direction X+ */, + "2: 2, 8, 0: 2\n" /* Type 2, direction Z- */ + "2: 0, 8, 1: 4\n" /* Type 2, direction X- */ + "2: 1, 8, 3: 3\n" /* Type 2, direction Z+ */ + "2: 3, 8, 2: 5\n" /* Type 2, direction X+ */, // AllowedRotations: 7, /* 1, 2, 3 CCW rotation allowed */ |