1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-06-30 21:14:04 -03:00

Updated from 1.14.0

This commit is contained in:
Dylan K. Taylor 2019-12-11 18:28:21 +00:00
parent 0df4e593af
commit 1bda8f70e6
8 changed files with 165 additions and 2 deletions

@ -463,5 +463,9 @@
"minecraft:lit_blast_furnace": 469,
"minecraft:light_block": 470,
"minecraft:wither_rose": 471,
"minecraft:stickyPistonArmCollision": 472
"minecraft:stickyPistonArmCollision": 472,
"minecraft:bee_nest": 473,
"minecraft:beehive": 474,
"minecraft:honey_block": 475,
"minecraft:honeycomb_block": 476
}

@ -638,6 +638,12 @@
{
"id": 165
},
{
"id": -220
},
{
"id": -221
},
{
"id": 170
},
@ -1244,6 +1250,9 @@
"id": 6,
"damage": 5
},
{
"id": -218
},
{
"id": 295
},
@ -1304,6 +1313,9 @@
{
"id": 91
},
{
"id": 736
},
{
"id": 31,
"damage": 2
@ -1678,6 +1690,10 @@
"id": 383,
"damage": 10
},
{
"id": 383,
"damage": 122
},
{
"id": 383,
"damage": 11
@ -2976,6 +2992,9 @@
{
"id": -202
},
{
"id": -219
},
{
"id": 720
},
@ -3194,6 +3213,9 @@
{
"id": 389
},
{
"id": 737
},
{
"id": 390
},

@ -102,6 +102,7 @@
"minecraft:wandering_trader": 118,
"minecraft:elder_guardian_ghost": 120,
"minecraft:fox": 121,
"minecraft:bee": 122,
"minecraft:npc": 257,
"minecraft:player": 258
}

Binary file not shown.

@ -1,4 +1,8 @@
{
"minecraft:honeycomb_block": -221,
"minecraft:honey_block": -220,
"minecraft:beehive": -219,
"minecraft:bee_nest": -218,
"minecraft:stickypistonarmcollision": -217,
"minecraft:wither_rose": -216,
"minecraft:light_block": -215,
@ -694,5 +698,7 @@
"minecraft:record_wait": 511,
"minecraft:shield": 513,
"minecraft:campfire": 720,
"minecraft:suspicious_stew": 734
"minecraft:suspicious_stew": 734,
"minecraft:honeycomb": 736,
"minecraft:honey_bottle": 737
}

Binary file not shown.

@ -13160,6 +13160,32 @@
],
"type": "shaped"
},
{
"block": "crafting_table",
"input": {
"A": {
"id": 5,
"damage": -1
},
"B": {
"id": 736,
"damage": -1
}
},
"output": [
{
"id": -219
}
],
"priority": 0,
"recipe_id": "minecraft:beehive",
"shape": [
"AAA",
"BBB",
"AAA"
],
"type": "shaped"
},
{
"block": "crafting_table",
"input": [
@ -18311,6 +18337,110 @@
],
"type": "shaped"
},
{
"block": "crafting_table",
"input": {
"A": {
"id": 737,
"damage": -1
}
},
"output": [
{
"id": -220
},
{
"id": 374,
"count": 4
}
],
"priority": 0,
"recipe_id": "minecraft:honey_block",
"shape": [
"AA",
"AA"
],
"type": "shaped"
},
{
"block": "crafting_table",
"input": [
{
"id": -220,
"damage": -1
},
{
"id": 374,
"damage": -1
},
{
"id": 374,
"damage": -1
},
{
"id": 374,
"damage": -1
},
{
"id": 374,
"damage": -1
}
],
"output": [
{
"id": 737,
"count": 4
}
],
"priority": 0,
"recipe_id": "minecraft:honey_bottle",
"type": "shapeless"
},
{
"block": "crafting_table",
"input": {
"A": {
"id": 737,
"damage": -1
}
},
"output": [
{
"id": 353,
"count": 3
},
{
"id": 374
}
],
"priority": 0,
"recipe_id": "minecraft:honey_bottle_to_sugar",
"shape": [
"A"
],
"type": "shaped"
},
{
"block": "crafting_table",
"input": {
"A": {
"id": 736,
"damage": -1
}
},
"output": [
{
"id": -221
}
],
"priority": 0,
"recipe_id": "minecraft:honeycomb_block",
"shape": [
"AA",
"AA"
],
"type": "shaped"
},
{
"block": "crafting_table",
"input": {

Binary file not shown.