Create/Update assets for version 20w09a

This commit is contained in:
InventiveBot
2020-02-27 21:00:08 +00:00
parent d733930f11
commit 86455bf9e2
2367 changed files with 229175 additions and 40563 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"PPP",
"HHH",
"PPP"
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"H": {
"item": "minecraft:honeycomb"
}
},
"result": {
"item": "minecraft:beehive"
}
}

View File

@@ -1,16 +1,13 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"F F",
"F F",
"# #",
"# #",
"###"
],
"key": {
"F": {
"tag": "minecraft:wooden_fences"
},
"#": {
"tag": "minecraft:planks"
"tag": "minecraft:wooden_slabs"
}
},
"result": {

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"group": "wooden_button",
"ingredients": [
{
"item": "minecraft:crimson_planks"
}
],
"result": {
"item": "minecraft:crimson_button"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_door",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_door",
"count": 3
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_fence",
"pattern": [
"W#W",
"W#W"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_fence",
"count": 3
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_fence_gate",
"pattern": [
"#W#",
"#W#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_fence_gate"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"group": "planks",
"ingredients": [
{
"tag": "minecraft:crimson_stems"
}
],
"result": {
"item": "minecraft:crimson_planks",
"count": 4
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_pressure_plate",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_pressure_plate"
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
" X "
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
},
"X": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:crimson_sign",
"count": 3
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_slab",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_slab",
"count": 6
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_stairs",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_stairs",
"count": 4
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_trapdoor",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_trapdoor",
"count": 2
}
}

View File

@@ -10,7 +10,7 @@
"item": "minecraft:prismarine_shard"
},
"I": {
"item": "minecraft:ink_sac"
"item": "minecraft:black_dye"
}
},
"result": {

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:honey_bottle"
}
},
"result": {
"item": "minecraft:honey_block"
}
}

View File

@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:honey_block"
},
{
"item": "minecraft:glass_bottle"
},
{
"item": "minecraft:glass_bottle"
},
{
"item": "minecraft:glass_bottle"
},
{
"item": "minecraft:glass_bottle"
}
],
"result": {
"item": "minecraft:honey_bottle",
"count": 4
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"HH",
"HH"
],
"key": {
"H": {
"item": "minecraft:honeycomb"
}
},
"result": {
"item": "minecraft:honeycomb_block"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:netherite_ingot"
},
{
"item": "minecraft:diamond_axe"
}
],
"result": {
"item": "minecraft:netherite_axe"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:netherite_ingot"
}
},
"result": {
"item": "minecraft:netherite_block"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:netherite_ingot"
},
{
"item": "minecraft:diamond_boots"
}
],
"result": {
"item": "minecraft:netherite_boots"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:netherite_ingot"
},
{
"item": "minecraft:diamond_chestplate"
}
],
"result": {
"item": "minecraft:netherite_chestplate"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:netherite_ingot"
},
{
"item": "minecraft:diamond_helmet"
}
],
"result": {
"item": "minecraft:netherite_helmet"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:netherite_ingot"
},
{
"item": "minecraft:diamond_hoe"
}
],
"result": {
"item": "minecraft:netherite_hoe"
}
}

View File

@@ -0,0 +1,32 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:netherite_scrap"
},
{
"item": "minecraft:netherite_scrap"
},
{
"item": "minecraft:netherite_scrap"
},
{
"item": "minecraft:netherite_scrap"
},
{
"item": "minecraft:gold_ingot"
},
{
"item": "minecraft:gold_ingot"
},
{
"item": "minecraft:gold_ingot"
},
{
"item": "minecraft:gold_ingot"
}
],
"result": {
"item": "minecraft:netherite_ingot"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"group": "netherite_ingot",
"ingredients": [
{
"item": "minecraft:netherite_block"
}
],
"result": {
"item": "minecraft:netherite_ingot",
"count": 9
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:netherite_ingot"
},
{
"item": "minecraft:diamond_leggings"
}
],
"result": {
"item": "minecraft:netherite_leggings"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:netherite_ingot"
},
{
"item": "minecraft:diamond_pickaxe"
}
],
"result": {
"item": "minecraft:netherite_pickaxe"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:ancient_debris"
},
"result": "minecraft:netherite_scrap",
"experience": 2.0,
"cookingtime": 200
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "minecraft:ancient_debris"
},
"result": "minecraft:netherite_scrap",
"experience": 2.0,
"cookingtime": 100
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:netherite_ingot"
},
{
"item": "minecraft:diamond_shovel"
}
],
"result": {
"item": "minecraft:netherite_shovel"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:netherite_ingot"
},
{
"item": "minecraft:diamond_sword"
}
],
"result": {
"item": "minecraft:netherite_sword"
}
}

View File

@@ -0,0 +1,3 @@
{
"type": "minecraft:crafting_special_repairitem"
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X#X",
"XXX"
],
"key": {
"#": {
"item": "minecraft:soul_fire_torch"
},
"X": {
"item": "minecraft:iron_nugget"
}
},
"result": {
"item": "minecraft:soul_fire_lantern"
}
}

View File

@@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"S"
],
"key": {
"X": [
{
"item": "minecraft:coal"
},
{
"item": "minecraft:charcoal"
}
],
"#": {
"item": "minecraft:stick"
},
"S": {
"item": "minecraft:soul_soil"
}
},
"result": {
"item": "minecraft:soul_fire_torch",
"count": 4
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:stripped_acacia_log"
}
},
"result": {
"item": "minecraft:stripped_acacia_wood",
"count": 3
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:stripped_birch_log"
}
},
"result": {
"item": "minecraft:stripped_birch_wood",
"count": 3
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:stripped_dark_oak_log"
}
},
"result": {
"item": "minecraft:stripped_dark_oak_wood",
"count": 3
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:stripped_jungle_log"
}
},
"result": {
"item": "minecraft:stripped_jungle_wood",
"count": 3
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:stripped_oak_log"
}
},
"result": {
"item": "minecraft:stripped_oak_wood",
"count": 3
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:stripped_spruce_log"
}
},
"result": {
"item": "minecraft:stripped_spruce_wood",
"count": 3
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"group": "sugar",
"ingredients": [
{
"item": "minecraft:honey_bottle"
}
],
"result": {
"item": "minecraft:sugar",
"count": 3
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"group": "sugar",
"ingredients": [
{
"item": "minecraft:sugar_cane"
}
],
"result": {
"item": "minecraft:sugar"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" R ",
"RHR",
" R "
],
"key": {
"H": {
"item": "minecraft:hay_block"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "minecraft:target"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"group": "wooden_button",
"ingredients": [
{
"item": "minecraft:warped_planks"
}
],
"result": {
"item": "minecraft:warped_button"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_door",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:warped_planks"
}
},
"result": {
"item": "minecraft:warped_door",
"count": 3
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_fence",
"pattern": [
"W#W",
"W#W"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:warped_planks"
}
},
"result": {
"item": "minecraft:warped_fence",
"count": 3
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_fence_gate",
"pattern": [
"#W#",
"#W#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:warped_planks"
}
},
"result": {
"item": "minecraft:warped_fence_gate"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"group": "planks",
"ingredients": [
{
"tag": "minecraft:warped_stems"
}
],
"result": {
"item": "minecraft:warped_planks",
"count": 4
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_pressure_plate",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:warped_planks"
}
},
"result": {
"item": "minecraft:warped_pressure_plate"
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
" X "
],
"key": {
"#": {
"item": "minecraft:warped_planks"
},
"X": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:warped_sign",
"count": 3
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_slab",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:warped_planks"
}
},
"result": {
"item": "minecraft:warped_slab",
"count": 6
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_stairs",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:warped_planks"
}
},
"result": {
"item": "minecraft:warped_stairs",
"count": 4
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_trapdoor",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:warped_planks"
}
},
"result": {
"item": "minecraft:warped_trapdoor",
"count": 2
}
}