Created
November 3, 2015 18:55
-
-
Save nasapierce/fc5d49a13270d8888b48 to your computer and use it in GitHub Desktop.
MCPE 0.13.0.b1 items.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "apple", | |
| "id": 4, | |
| "icon": "apple", | |
| "category": "Miscellaneous", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 4, | |
| "saturation_modifier": "low", | |
| "is_meat": false, | |
| "effects": [ | |
| { | |
| "name": "poison", | |
| "chance": 0.66, | |
| "duration": 3, | |
| "amplifier": 1 | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "appleGold", | |
| "id": 66, | |
| "icon": "apple_golden", | |
| "category": "Miscellaneous", | |
| "stack_by_data": true, | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "foil": false, | |
| "hover_text_color": "aqua", | |
| "food": { | |
| "nutrition": 4, // | |
| "saturation_modifier": "supernatural", | |
| "is_meat": false, // | |
| "effects": [ | |
| { | |
| "name": "regeneration", | |
| "chance": 1.0, | |
| "duration": 5, | |
| "amplifier": 1 | |
| }, | |
| { | |
| "name": "absorption", | |
| "chance": 1.0, | |
| "duration": 120, // 2 * 60 | |
| "amplifier": 0 | |
| } | |
| ], | |
| "enchanted_effects": [ | |
| { | |
| "name": "regeneration", | |
| "chance": 0.66, | |
| "duration": 30, | |
| "amplifier": 4 | |
| }, | |
| { | |
| "name": "absorption", | |
| "chance": 0.66, | |
| "duration": 120, // 2 * 60 | |
| "amplifier": 0 | |
| }, | |
| { | |
| "name": "resistance", // damage resistance | |
| "chance": 0.66, | |
| "duration": 300, | |
| "amplifier": 0 | |
| }, | |
| { | |
| "name": "fire_resistance", | |
| "chance": 0.66, | |
| "duration": 300, | |
| "amplifier": 0 | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "appleEnchanted", // Enchanted Golden Apple | |
| "id": 210, | |
| "icon": "apple_golden", | |
| "category": "Miscellaneous", | |
| "hand_equipped": false, | |
| "stack_by_data": true, | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "foil": true, | |
| "hover_text_color": "light_purple", | |
| "food": { | |
| "nutrition": 4, | |
| "saturation_modifier": "supernatural", | |
| "is_meat": false, | |
| "effects": [ | |
| { | |
| "name": "regeneration", | |
| "chance": 1.0, | |
| "duration": 30, | |
| "amplifier": 4 | |
| }, | |
| { | |
| "name": "absorption", | |
| "chance": 1.0, | |
| "duration": 120, // 2 * 60 | |
| "amplifier": 0 | |
| }, | |
| { | |
| "name": "resistance", // damage resistance | |
| "chance": 1.0, | |
| "duration": 300, | |
| "amplifier": 0 | |
| }, | |
| { | |
| "name": "fire_resistance", | |
| "chance": 1.0, | |
| "duration": 300, | |
| "amplifier": 0 | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "mushroomStew", | |
| "id": 26, | |
| "icon": "mushroom_stew", | |
| "category": "Miscellaneous", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "max_stack_size": 1, | |
| "food": { | |
| "nutrition": 6, | |
| "saturation_modifier": "normal", | |
| "is_meat": false, | |
| "using_converts_to": "item.bowl", | |
| "effects": [ | |
| { | |
| "name": "poison", | |
| "chance": 0.66, | |
| "duration": 3, | |
| "amplifier": 1, | |
| "hide_particles": false | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "bread", | |
| "id": 41, | |
| "icon": "bread", | |
| "category": "Miscellaneous", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 5, | |
| "saturation_modifier": "normal", | |
| "is_meat": false | |
| } | |
| }, | |
| { | |
| "name": "porkchopRaw", | |
| "id": 63, | |
| "icon": "porkchop_raw", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 3, | |
| "saturation_modifier": "low", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "porkchopCooked", | |
| "id": 64, | |
| "icon": "porkchop_cooked", | |
| "category": "Miscellaneous", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 8, | |
| "saturation_modifier": "good", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "fish.cod.raw", | |
| "id": 93, | |
| "icon": "fish_raw_cod", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "max_damage": 0, | |
| "stacked_by_data": true, | |
| "food": { | |
| "nutrition": 2, | |
| "saturation_modifier": "poor", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "fish.salmon.raw", | |
| "id": 204, | |
| "icon": "fish_raw_salmon", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "max_damage": 0, | |
| "stacked_by_data": true, | |
| "food": { | |
| "nutrition": 2, | |
| "saturation_modifier": "poor", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "fish.clownfish.raw", | |
| "id": 205, | |
| "icon": "fish_raw_clown_fish", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "max_damage": 0, | |
| "stacked_by_data": true, | |
| "food": { | |
| "nutrition": 1, | |
| "saturation_modifier": "poor", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "fish.pufferfish.raw", | |
| "id": 206, | |
| "icon": "fish_raw_puffer_fish", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "max_damage": 0, | |
| "stacked_by_data": true, | |
| "food": { | |
| "nutrition": 1, | |
| "saturation_modifier": "poor", | |
| "is_meat": true, | |
| "effects": [ | |
| { | |
| "name": "poison", | |
| "duration": 60, | |
| "amplifier": 3 | |
| }, | |
| { | |
| "name": "nausea", // confusion | |
| "duration": 15, | |
| "amplifier": 1 | |
| }, | |
| { | |
| "name": "hunger", | |
| "duration": 15, | |
| "amplifier": 2 | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "fish.cod.cooked", | |
| "id": 94, | |
| "icon": "fish_cooked_cod", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "max_damage": 0, | |
| "stacked_by_data": true, | |
| "food": { | |
| "nutrition": 5, | |
| "saturation_modifier": "normal", | |
| "eat_sound": "random.burp", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "fish.salmon.cooked", | |
| "id": 207, | |
| "icon": "fish_cooked_salmon", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "max_damage": 0, | |
| "stacked_by_data": true, | |
| "food": { | |
| "nutrition": 6, | |
| "saturation_modifier": "good", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "cookie", | |
| "id": 101, | |
| "icon": "cookie", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 2, | |
| "saturation_modifier": "poor", | |
| "is_meat": false | |
| } | |
| }, | |
| { | |
| "name": "melon", | |
| "id": 104, | |
| "icon": "melon", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 2, | |
| "saturation_modifier": "low", | |
| "is_meat": false | |
| } | |
| }, | |
| { | |
| "name": "beefRaw", | |
| "id": 107, | |
| "icon": "beef_raw", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 3, | |
| "saturation_modifier": "low", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "beefCooked", | |
| "id": 108, | |
| "icon": "beef_cooked", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 8, | |
| "saturation_modifier": "good", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "chickenRaw", | |
| "id": 109, | |
| "icon": "chicken_raw", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 2, | |
| "saturation_modifier": "low", | |
| "is_meat": true, | |
| "effects": [ | |
| { | |
| "name": "hunger", | |
| "chance": 0.3, | |
| "duration": 30, | |
| "amplifier": 0 | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "chickenCooked", | |
| "id": 110, | |
| "icon": "chicken_cooked", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 6, | |
| "saturation_modifier": "normal", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "rottenFlesh", | |
| "id": 111, | |
| "icon": "rotten_flesh", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 4, | |
| "saturation_modifier": "poor", | |
| "is_meat": true, | |
| "effects": [ | |
| { | |
| "name": "hunger", | |
| "chance": 0.3, | |
| "duration": 30, | |
| "amplifier": 0 | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "spiderEye", | |
| "id": 119, | |
| "icon": "spider_eye", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 2, | |
| "saturation_modifier": "good", | |
| "is_meat": false, | |
| "effects": [ | |
| { | |
| "name": "poison", | |
| "chance": 1.0, | |
| "duration": 5, | |
| "amplifier": 0 | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "carrots", | |
| "id": 135, | |
| "icon": "carrot", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 3, | |
| "saturation_modifier": "normal", | |
| "is_meat": false | |
| }, | |
| "seed": { | |
| "crop_result" : "carrots", | |
| "plant_at": "farmland" | |
| } | |
| }, | |
| { | |
| "name": "potato", | |
| "id": 136, | |
| "icon": "potato", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 1, | |
| "saturation_modifier": "low", | |
| "is_meat": false | |
| }, | |
| "seed": { | |
| "crop_result" : "potatoes", | |
| "plant_at": "farmland" | |
| } | |
| }, | |
| { | |
| "name": "potatoBaked", | |
| "id": 137, | |
| "icon": "potato_baked", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 5, | |
| "saturation_modifier": "normal", | |
| "is_meat": false | |
| } | |
| }, | |
| { | |
| "name": "potatoPoisonous", | |
| "id": 138, | |
| "icon": "potato_poisonous", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 2, | |
| "saturation_modifier": "low", | |
| "is_meat": false, | |
| "effects": [ | |
| { | |
| "name": "poison", | |
| "chance": 0.6, | |
| "duration": 5, | |
| "amplifier": 0 | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "carrotGolden", | |
| "id": 140, | |
| "icon": "carrot_golden", | |
| "category": "Miscellaneous", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 6, | |
| "saturation_modifier": "supernatural", | |
| "is_meat": false | |
| } | |
| }, | |
| { | |
| "name": "pumpkinPie", | |
| "id": 144, | |
| "icon": "pumpkin_pie", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 8, | |
| "saturation_modifier": "low", | |
| "is_meat": false | |
| } | |
| }, | |
| { | |
| "name": "rabbitRaw", | |
| "id": 155, | |
| "icon": "rabbit", | |
| "category": "Miscellaneous", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 3, | |
| "saturation_modifier": "low", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "rabbitCooked", | |
| "id": 156, | |
| "icon": "rabbit_cooked", | |
| "category": "Miscellaneous", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 5, | |
| "saturation_modifier": "normal", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "rabbitStew", | |
| "id": 157, | |
| "icon": "rabbit_stew", | |
| "category": "Miscellaneous", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "max_stack_size": 1, | |
| "food": { | |
| "nutrition": 10, | |
| "saturation_modifier": "normal", | |
| "using_converts_to": "bowl", | |
| "is_meat": true | |
| } | |
| }, | |
| { | |
| "name": "beetroot", | |
| "id": 201, | |
| "icon": "beetroot", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 1, | |
| "saturation_modifier": "normal", | |
| "is_meat": false | |
| } | |
| }, | |
| { | |
| "name": "beetrootSoup", | |
| "id": 203, | |
| "icon": "beetroot_soup", | |
| "use_animation": "eat", | |
| "use_duration": 32, | |
| "food": { | |
| "nutrition": 6, | |
| "saturation_modifier": "normal", | |
| "using_converts_to": "bowl", | |
| "is_meat": false | |
| } | |
| }, | |
| { | |
| "name": "seeds", // wheatSeeds | |
| "id": 39, | |
| "icon": "seeds_wheat", | |
| "category": "Miscellaneous", | |
| "seed": { | |
| "crop_result" : "crops", // wheatCrops | |
| "plant_at": "farmland" | |
| } | |
| }, | |
| { | |
| "name": "seeds_pumpkin", | |
| "id": 105, | |
| "icon": "seeds_pumpkin", | |
| "category": "Miscellaneous", | |
| "seed": { | |
| "crop_result" : "PumpkinStem", | |
| "plant_at": "farmland" | |
| } | |
| }, | |
| { | |
| "name": "seeds_melon", | |
| "id": 106, | |
| "icon": "seeds_melon", | |
| "category": "Miscellaneous", | |
| "seed": { | |
| "crop_result" : "MelonStem", | |
| "plant_at": "farmland" | |
| } | |
| }, | |
| { | |
| "name": "netherStalkSeeds", | |
| "id": 116, | |
| "icon": "nether_wart", | |
| "category": "Miscellaneous", | |
| "seed": { | |
| "crop_result" : "netherStalk", | |
| "plant_at": "hellsand" | |
| } | |
| }, | |
| { | |
| "name": "seeds_beetroot", | |
| "id": 202, | |
| "icon": "seeds_beetroot", | |
| "category": "Miscellaneous", | |
| "seed": { | |
| "crop_result" : "beetroot", | |
| "plant_at": "farmland" | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment