1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-02 18:44:06 -03:00

Updated from 1.16.20

This commit is contained in:
Dylan K. Taylor 2020-08-11 20:43:01 +01:00
parent 767676e2b9
commit afc885ccca
6 changed files with 73 additions and 75 deletions

@ -1410,8 +1410,7 @@
"damage": 5 "damage": 5
}, },
{ {
"id": -218, "id": -218
"damage": 3
}, },
{ {
"id": 295 "id": 295
@ -2067,6 +2066,10 @@
"id": 383, "id": 383,
"damage": 126 "damage": 126
}, },
{
"id": 383,
"damage": 127
},
{ {
"id": 383, "id": 383,
"damage": 41 "damage": 41
@ -3245,8 +3248,7 @@
"id": -202 "id": -202
}, },
{ {
"id": -219, "id": -219
"damage": 3
}, },
{ {
"id": 720 "id": 720

@ -108,5 +108,6 @@
"minecraft:hoglin": 124, "minecraft:hoglin": 124,
"minecraft:strider": 125, "minecraft:strider": 125,
"minecraft:zoglin": 126, "minecraft:zoglin": 126,
"minecraft:piglin_brute": 127,
"minecraft:player": 257 "minecraft:player": 257
} }

Binary file not shown.

Binary file not shown.

@ -3390,8 +3390,7 @@
}, },
"output": [ "output": [
{ {
"id": -219, "id": -219
"damage": 3
} }
], ],
"priority": 2, "priority": 2,
@ -3908,8 +3907,7 @@
}, },
"output": [ "output": [
{ {
"id": -219, "id": -219
"damage": 3
} }
], ],
"priority": 2, "priority": 2,
@ -4115,30 +4113,6 @@
"AA" "AA"
] ]
}, },
{
"block": "crafting_table",
"input": {
"A": {
"id": -264,
"damage": -1
},
"B": {
"id": 280,
"damage": -1
}
},
"output": [
{
"id": -203
}
],
"priority": 2,
"shape": [
"ABA",
"A A",
"ABA"
]
},
{ {
"block": "crafting_table", "block": "crafting_table",
"input": { "input": {
@ -4183,30 +4157,6 @@
"AAA" "AAA"
] ]
}, },
{
"block": "crafting_table",
"input": {
"A": {
"id": -265,
"damage": -1
},
"B": {
"id": 280,
"damage": -1
}
},
"output": [
{
"id": -203
}
],
"priority": 2,
"shape": [
"ABA",
"A A",
"ABA"
]
},
{ {
"block": "crafting_table", "block": "crafting_table",
"input": { "input": {
@ -12174,6 +12124,54 @@
"ABA" "ABA"
] ]
}, },
{
"block": "crafting_table",
"input": {
"A": {
"id": 280,
"damage": -1
},
"B": {
"id": -264,
"damage": -1
}
},
"output": [
{
"id": -203
}
],
"priority": 2,
"shape": [
"ABA",
"A A",
"ABA"
]
},
{
"block": "crafting_table",
"input": {
"A": {
"id": 280,
"damage": -1
},
"B": {
"id": -265,
"damage": -1
}
},
"output": [
{
"id": -203
}
],
"priority": 2,
"shape": [
"ABA",
"A A",
"ABA"
]
},
{ {
"block": "crafting_table", "block": "crafting_table",
"input": { "input": {
@ -17688,8 +17686,7 @@
}, },
"output": [ "output": [
{ {
"id": -219, "id": -219
"damage": 3
} }
], ],
"priority": 0, "priority": 0,
@ -39720,21 +39717,6 @@
], ],
"priority": 3 "priority": 3
}, },
{
"block": "stonecutter",
"input": [
{
"id": 155,
"damage": -1
}
],
"output": [
{
"id": -304
}
],
"priority": 2
},
{ {
"block": "stonecutter", "block": "stonecutter",
"input": [ "input": [
@ -39767,6 +39749,20 @@
], ],
"priority": 1 "priority": 1
}, },
{
"block": "stonecutter",
"input": [
{
"id": 155
}
],
"output": [
{
"id": -304
}
],
"priority": 2
},
{ {
"block": "stonecutter", "block": "stonecutter",
"input": [ "input": [
@ -48807,8 +48803,7 @@
{ {
"block": "furnace", "block": "furnace",
"input": { "input": {
"id": 155, "id": 155
"damage": -1
}, },
"output": { "output": {
"id": 155, "id": 155,

Binary file not shown.