Skip to content

Instantly share code, notes, and snippets.

@dalbothek
Created September 22, 2011 14:26
Show Gist options
  • Save dalbothek/1234894 to your computer and use it in GitHub Desktop.
Save dalbothek/1234894 to your computer and use it in GitHub Desktop.
Minecraft 1.8.1 compared to 1.9 pre-release
{
"achievements": {},
"blocks": {
"block": {
"110": [
null,
{
"class": "afk",
"field": "bz",
"hardness": 0.60000002384185791,
"id": 110,
"name": "mycel"
}
],
"111": [
null,
{
"class": "tw",
"field": "bA",
"hardness": 0.0,
"id": 111,
"name": "waterlily"
}
],
"112": [
null,
{
"class": "mn",
"field": "bB",
"hardness": 2.0,
"id": 112,
"name": "netherBrick"
}
],
"113": [
null,
{
"class": "wn",
"field": "bC",
"hardness": 2.0,
"id": 113,
"name": "netherFence"
}
],
"114": [
null,
{
"class": "li",
"field": "bD",
"hardness": 0.0,
"id": 114,
"name": "stairsNetherBrick"
}
],
"115": [
null,
{
"class": "ou",
"field": "bE",
"hardness": 0.0,
"id": 115,
"name": "netherStalk"
}
]
}
},
"items": {
"item": {
"369": [
null,
{
"class": "ue",
"display_name": "Blaze Rod",
"field": "bo",
"icon": {
"x": 12,
"y": 6
},
"id": 369,
"name": "blazeRod"
}
],
"370": [
null,
{
"class": "ue",
"display_name": "Ghast Tear",
"field": "bp",
"icon": {
"x": 11,
"y": 7
},
"id": 370,
"name": "ghastTear"
}
],
"371": [
null,
{
"class": "ue",
"field": "bq",
"icon": {
"x": 12,
"y": 7
},
"id": 371,
"name": "goldNugget"
}
],
"372": [
null,
{
"class": "ko",
"display_name": "Nether Wart",
"field": "br",
"icon": {
"x": 13,
"y": 7
},
"id": 372,
"name": "netherStalkSeeds"
}
]
}
},
"language": {
"entity": {
"Blaze.name": [
null,
"Blaze"
],
"LavaSlime.name": [
null,
"Magma Cube"
]
},
"item": {
"blazeRod.desc": [
null,
""
],
"blazeRod.name": [
null,
"Blaze Rod"
],
"ghastTear.desc": [
null,
""
],
"ghastTear.name": [
null,
"Ghast Tear"
],
"netherStalkSeeds.desc": [
null,
""
],
"netherStalkSeeds.name": [
null,
"Nether Wart"
]
},
"tile": {
"netherBrick.desc": [
null,
""
],
"netherBrick.name": [
null,
"Nether Brick"
],
"netherFence.desc": [
null,
""
],
"netherFence.name": [
null,
"Nether Brick Fence"
],
"netherStalk.desc": [
null,
""
],
"netherStalk.name": [
null,
"Nether Wart"
],
"stairsNetherBrick.desc": [
null,
""
],
"stairsNetherBrick.name": [
null,
"Nether Brick Stairs"
]
}
},
"packets": {
"packet": {}
},
"recipes": {
"113": [
null,
[
{
"id": 113,
"makes": 6,
"name": "netherFence",
"raw": {
"rows": [
"###",
"###"
],
"subs": {
"#": {
"id": 112,
"name": "netherBrick"
}
}
},
"shape": [
[
112,
112,
112
],
[
112,
112,
112
]
],
"type": "block"
}
]
],
"114": [
null,
[
{
"id": 114,
"makes": 4,
"name": "stairsNetherBrick",
"raw": {
"rows": [
"###",
"## ",
"# "
],
"subs": {
"#": {
"id": 112,
"name": "netherBrick"
}
}
},
"shape": [
[
112,
112,
112
],
[
112,
112,
0
],
[
112,
0,
0
]
],
"type": "block"
}
]
]
},
"stats": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment