summaryrefslogtreecommitdiffstats
path: root/tests/BlockTypeRegistry/test.btp.json
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2019-12-20 22:10:24 +0100
committerMattes D <github@xoft.cz>2019-12-28 22:43:35 +0100
commit2d6f6a574d8dd6a94dc13cb51628626d99c1853a (patch)
tree450b60da6dba1b8f7d603f6d3f2323235a0d83b7 /tests/BlockTypeRegistry/test.btp.json
parentMoved ProtocolBlockTypePalette functionality into BlockTypePalette. (diff)
downloadcuberite-2d6f6a574d8dd6a94dc13cb51628626d99c1853a.tar
cuberite-2d6f6a574d8dd6a94dc13cb51628626d99c1853a.tar.gz
cuberite-2d6f6a574d8dd6a94dc13cb51628626d99c1853a.tar.bz2
cuberite-2d6f6a574d8dd6a94dc13cb51628626d99c1853a.tar.lz
cuberite-2d6f6a574d8dd6a94dc13cb51628626d99c1853a.tar.xz
cuberite-2d6f6a574d8dd6a94dc13cb51628626d99c1853a.tar.zst
cuberite-2d6f6a574d8dd6a94dc13cb51628626d99c1853a.zip
Diffstat (limited to 'tests/BlockTypeRegistry/test.btp.json')
-rw-r--r--tests/BlockTypeRegistry/test.btp.json146
1 files changed, 0 insertions, 146 deletions
diff --git a/tests/BlockTypeRegistry/test.btp.json b/tests/BlockTypeRegistry/test.btp.json
deleted file mode 100644
index 264e56185..000000000
--- a/tests/BlockTypeRegistry/test.btp.json
+++ /dev/null
@@ -1,146 +0,0 @@
-{
- "Metadata": {
- "ProtocolBlockTypePaletteVersion": 1
- },
- "Palette": [{
- "id": 0,
- "name": "minecraft:air"
- }, {
- "id": 1,
- "name": "minecraft:stone"
- }, {
- "id": 221,
- "name": "minecraft:dark_oak_leaves",
- "props": {
- "persistent": "false",
- "distance": "4"
- }
- }, {
- "id": 222,
- "name": "minecraft:dark_oak_leaves",
- "props": {
- "persistent": "true",
- "distance": "5"
- }
- }, {
- "id": 223,
- "name": "minecraft:dark_oak_leaves",
- "props": {
- "persistent": "false",
- "distance": "5"
- }
- }, {
- "id": 224,
- "name": "minecraft:dark_oak_leaves",
- "props": {
- "persistent": "true",
- "distance": "6"
- }
- }, {
- "id": 225,
- "name": "minecraft:dark_oak_leaves",
- "props": {
- "persistent": "false",
- "distance": "6"
- }
- }, {
- "id": 226,
- "name": "minecraft:dark_oak_leaves",
- "props": {
- "persistent": "true",
- "distance": "7"
- }
- }, {
- "id": 227,
- "name": "minecraft:dark_oak_leaves",
- "props": {
- "persistent": "false",
- "distance": "7"
- }
- }, {
- "id": 9988,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "true",
- "shape": "north_south"
- }
- }, {
- "id": 9989,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "true",
- "shape": "east_west"
- }
- }, {
- "id": 9990,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "true",
- "shape": "ascending_east"
- }
- }, {
- "id": 9991,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "true",
- "shape": "ascending_west"
- }
- }, {
- "id": 9992,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "true",
- "shape": "ascending_north"
- }
- }, {
- "id": 9993,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "true",
- "shape": "ascending_south"
- }
- }, {
- "id": 9994,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "false",
- "shape": "north_south"
- }
- }, {
- "id": 9995,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "false",
- "shape": "east_west"
- }
- }, {
- "id": 9996,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "false",
- "shape": "ascending_east"
- }
- }, {
- "id": 9997,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "false",
- "shape": "ascending_west"
- }
- }, {
- "id": 9998,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "false",
- "shape": "ascending_north"
- }
- }, {
- "id": 9999,
- "name": "minecraft:powered_rail",
- "props": {
- "powered": "false",
- "shape": "ascending_south"
- }
- }
- ]
-}