diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-09 17:44:13 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-09 17:44:13 +0200 |
commit | 00cd9d750f2ee5ce954426251ab97bb304d2e2a6 (patch) | |
tree | 3cbcc8738bbf56ffee295f94862376315b49163e /schems | |
parent | 7cc0e9d41ffdd8dc873aff2fe0501b617322d490 (diff) | |
download | skycraft-00cd9d750f2ee5ce954426251ab97bb304d2e2a6.tar.xz |
Added Missing Files
Diffstat (limited to 'schems')
-rw-r--r-- | schems/wither_spawn_x.we | 1 | ||||
-rw-r--r-- | schems/wither_spawn_z.we | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/schems/wither_spawn_x.we b/schems/wither_spawn_x.we new file mode 100644 index 0000000..7b8bc94 --- /dev/null +++ b/schems/wither_spawn_x.we @@ -0,0 +1 @@ +5:return {{["y"] = 1, ["x"] = 0, ["name"] = "mcl_nether:soul_sand", ["z"] = 0}, {["y"] = 2, ["x"] = 0, ["name"] = "mcl_heads:wither_skeleton", ["z"] = 0, ["param2"] = 2, ["param1"] = 15}, {["y"] = 0, ["x"] = 1, ["name"] = "mcl_nether:soul_sand", ["z"] = 0}, {["y"] = 1, ["x"] = 1, ["name"] = "mcl_nether:soul_sand", ["z"] = 0}, {["y"] = 2, ["x"] = 1, ["name"] = "mcl_heads:wither_skeleton", ["z"] = 0, ["param2"] = 2, ["param1"] = 15}, {["y"] = 1, ["x"] = 2, ["name"] = "mcl_nether:soul_sand", ["z"] = 0}, {["y"] = 2, ["x"] = 2, ["name"] = "mcl_heads:wither_skeleton", ["z"] = 0, ["param2"] = 2, ["param1"] = 15}}
\ No newline at end of file diff --git a/schems/wither_spawn_z.we b/schems/wither_spawn_z.we new file mode 100644 index 0000000..0c9973f --- /dev/null +++ b/schems/wither_spawn_z.we @@ -0,0 +1 @@ +5:return {{["y"] = 0, ["x"] = 0, ["name"] = "mcl_nether:soul_sand", ["z"] = 1}, {["y"] = 1, ["x"] = 0, ["name"] = "mcl_nether:soul_sand", ["z"] = 0}, {["y"] = 1, ["x"] = 0, ["name"] = "mcl_nether:soul_sand", ["z"] = 1}, {["y"] = 1, ["x"] = 0, ["name"] = "mcl_nether:soul_sand", ["z"] = 2}, {["y"] = 2, ["x"] = 0, ["name"] = "mcl_heads:wither_skeleton", ["z"] = 0, ["param2"] = 3, ["param1"] = 15}, {["y"] = 2, ["x"] = 0, ["name"] = "mcl_heads:wither_skeleton", ["z"] = 1, ["param2"] = 3, ["param1"] = 15}, {["y"] = 2, ["x"] = 0, ["name"] = "mcl_heads:wither_skeleton", ["z"] = 2, ["param2"] = 3, ["param1"] = 15}}
\ No newline at end of file |