Create/Update assets for version 25w08a

This commit is contained in:
InventiveBot
2025-02-19 18:31:59 +01:00
parent 7e5f745d52
commit 9cfc8b5202
22017 changed files with 1523034 additions and 18 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": "minecraft:acacia_planks"
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "minecraft:acacia_boat"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"group": "wooden_button",
"ingredients": [
"minecraft:acacia_planks"
],
"result": {
"count": 1,
"id": "minecraft:acacia_button"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "chest_boat",
"ingredients": [
"minecraft:chest",
"minecraft:acacia_boat"
],
"result": {
"count": 1,
"id": "minecraft:acacia_chest_boat"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_door",
"key": {
"#": "minecraft:acacia_planks"
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 3,
"id": "minecraft:acacia_door"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "wooden_fence",
"key": {
"#": "minecraft:stick",
"W": "minecraft:acacia_planks"
},
"pattern": [
"W#W",
"W#W"
],
"result": {
"count": 3,
"id": "minecraft:acacia_fence"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_fence_gate",
"key": {
"#": "minecraft:stick",
"W": "minecraft:acacia_planks"
},
"pattern": [
"#W#",
"#W#"
],
"result": {
"count": 1,
"id": "minecraft:acacia_fence_gate"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "hanging_sign",
"key": {
"#": "minecraft:stripped_acacia_log",
"X": "minecraft:chain"
},
"pattern": [
"X X",
"###",
"###"
],
"result": {
"count": 6,
"id": "minecraft:acacia_hanging_sign"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "planks",
"ingredients": [
"#minecraft:acacia_logs"
],
"result": {
"count": 4,
"id": "minecraft:acacia_planks"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_pressure_plate",
"key": {
"#": "minecraft:acacia_planks"
},
"pattern": [
"##"
],
"result": {
"count": 1,
"id": "minecraft:acacia_pressure_plate"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "wooden_sign",
"key": {
"#": "minecraft:acacia_planks",
"X": "minecraft:stick"
},
"pattern": [
"###",
"###",
" X "
],
"result": {
"count": 3,
"id": "minecraft:acacia_sign"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_slab",
"key": {
"#": "minecraft:acacia_planks"
},
"pattern": [
"###"
],
"result": {
"count": 6,
"id": "minecraft:acacia_slab"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_stairs",
"key": {
"#": "minecraft:acacia_planks"
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:acacia_stairs"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_trapdoor",
"key": {
"#": "minecraft:acacia_planks"
},
"pattern": [
"###",
"###"
],
"result": {
"count": 2,
"id": "minecraft:acacia_trapdoor"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "bark",
"key": {
"#": "minecraft:acacia_log"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 3,
"id": "minecraft:acacia_wood"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:redstone_torch",
"S": "minecraft:stick",
"X": "minecraft:iron_ingot"
},
"pattern": [
"XSX",
"X#X",
"XSX"
],
"result": {
"count": 6,
"id": "minecraft:activator_rail"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:amethyst_shard"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:amethyst_block"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
"minecraft:diorite",
"minecraft:cobblestone"
],
"result": {
"count": 2,
"id": "minecraft:andesite"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:andesite"
},
"pattern": [
"###"
],
"result": {
"count": 6,
"id": "minecraft:andesite_slab"
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:andesite",
"result": {
"count": 2,
"id": "minecraft:andesite_slab"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:andesite"
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:andesite_stairs"
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:andesite",
"result": {
"count": 1,
"id": "minecraft:andesite_stairs"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:andesite"
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"id": "minecraft:andesite_wall"
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:andesite",
"result": {
"count": 1,
"id": "minecraft:andesite_wall"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"I": "minecraft:iron_block",
"i": "minecraft:iron_ingot"
},
"pattern": [
"III",
" i ",
"iii"
],
"result": {
"count": 1,
"id": "minecraft:anvil"
}
}

View File

@@ -0,0 +1,4 @@
{
"type": "minecraft:crafting_special_armordye",
"category": "misc"
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"/": "minecraft:stick",
"_": "minecraft:smooth_stone_slab"
},
"pattern": [
"///",
" / ",
"/_/"
],
"result": {
"count": 1,
"id": "minecraft:armor_stand"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": "minecraft:stick",
"X": "minecraft:flint",
"Y": "minecraft:feather"
},
"pattern": [
"X",
"#",
"Y"
],
"result": {
"count": 4,
"id": "minecraft:arrow"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:smelting",
"category": "food",
"cookingtime": 200,
"experience": 0.35,
"ingredient": "minecraft:potato",
"result": {
"id": "minecraft:baked_potato"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:campfire_cooking",
"category": "food",
"cookingtime": 600,
"experience": 0.35,
"ingredient": "minecraft:potato",
"result": {
"id": "minecraft:baked_potato"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:smoking",
"category": "food",
"cookingtime": 100,
"experience": 0.35,
"ingredient": "minecraft:potato",
"result": {
"id": "minecraft:baked_potato"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
"minecraft:bamboo",
"minecraft:bamboo",
"minecraft:bamboo",
"minecraft:bamboo",
"minecraft:bamboo",
"minecraft:bamboo",
"minecraft:bamboo",
"minecraft:bamboo",
"minecraft:bamboo"
],
"result": {
"count": 1,
"id": "minecraft:bamboo_block"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"group": "wooden_button",
"ingredients": [
"minecraft:bamboo_planks"
],
"result": {
"count": 1,
"id": "minecraft:bamboo_button"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "chest_boat",
"ingredients": [
"minecraft:chest",
"minecraft:bamboo_raft"
],
"result": {
"count": 1,
"id": "minecraft:bamboo_chest_raft"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_door",
"key": {
"#": "minecraft:bamboo_planks"
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 3,
"id": "minecraft:bamboo_door"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "wooden_fence",
"key": {
"#": "minecraft:stick",
"W": "minecraft:bamboo_planks"
},
"pattern": [
"W#W",
"W#W"
],
"result": {
"count": 3,
"id": "minecraft:bamboo_fence"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_fence_gate",
"key": {
"#": "minecraft:stick",
"W": "minecraft:bamboo_planks"
},
"pattern": [
"#W#",
"#W#"
],
"result": {
"count": 1,
"id": "minecraft:bamboo_fence_gate"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "hanging_sign",
"key": {
"#": "minecraft:stripped_bamboo_block",
"X": "minecraft:chain"
},
"pattern": [
"X X",
"###",
"###"
],
"result": {
"count": 6,
"id": "minecraft:bamboo_hanging_sign"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:bamboo_slab"
},
"pattern": [
"#",
"#"
],
"result": {
"count": 1,
"id": "minecraft:bamboo_mosaic"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:bamboo_mosaic"
},
"pattern": [
"###"
],
"result": {
"count": 6,
"id": "minecraft:bamboo_mosaic_slab"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:bamboo_mosaic"
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:bamboo_mosaic_stairs"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "planks",
"ingredients": [
"#minecraft:bamboo_blocks"
],
"result": {
"count": 2,
"id": "minecraft:bamboo_planks"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_pressure_plate",
"key": {
"#": "minecraft:bamboo_planks"
},
"pattern": [
"##"
],
"result": {
"count": 1,
"id": "minecraft:bamboo_pressure_plate"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": "minecraft:bamboo_planks"
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "minecraft:bamboo_raft"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "wooden_sign",
"key": {
"#": "minecraft:bamboo_planks",
"X": "minecraft:stick"
},
"pattern": [
"###",
"###",
" X "
],
"result": {
"count": 3,
"id": "minecraft:bamboo_sign"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_slab",
"key": {
"#": "minecraft:bamboo_planks"
},
"pattern": [
"###"
],
"result": {
"count": 6,
"id": "minecraft:bamboo_slab"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_stairs",
"key": {
"#": "minecraft:bamboo_planks"
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:bamboo_stairs"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_trapdoor",
"key": {
"#": "minecraft:bamboo_planks"
},
"pattern": [
"###",
"###"
],
"result": {
"count": 2,
"id": "minecraft:bamboo_trapdoor"
}
}

View File

@@ -0,0 +1,4 @@
{
"type": "minecraft:crafting_special_bannerduplicate",
"category": "misc"
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"P": "#minecraft:planks",
"S": "#minecraft:wooden_slabs"
},
"pattern": [
"PSP",
"P P",
"PSP"
],
"result": {
"count": 1,
"id": "minecraft:barrel"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"G": "minecraft:glass",
"O": "minecraft:obsidian",
"S": "minecraft:nether_star"
},
"pattern": [
"GGG",
"GSG",
"OOO"
],
"result": {
"count": 1,
"id": "minecraft:beacon"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"H": "minecraft:honeycomb",
"P": "#minecraft:planks"
},
"pattern": [
"PPP",
"HHH",
"PPP"
],
"result": {
"count": 1,
"id": "minecraft:beehive"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
"minecraft:bowl",
"minecraft:beetroot",
"minecraft:beetroot",
"minecraft:beetroot",
"minecraft:beetroot",
"minecraft:beetroot",
"minecraft:beetroot"
],
"result": {
"count": 1,
"id": "minecraft:beetroot_soup"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": "minecraft:birch_planks"
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "minecraft:birch_boat"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"group": "wooden_button",
"ingredients": [
"minecraft:birch_planks"
],
"result": {
"count": 1,
"id": "minecraft:birch_button"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "chest_boat",
"ingredients": [
"minecraft:chest",
"minecraft:birch_boat"
],
"result": {
"count": 1,
"id": "minecraft:birch_chest_boat"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_door",
"key": {
"#": "minecraft:birch_planks"
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 3,
"id": "minecraft:birch_door"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "wooden_fence",
"key": {
"#": "minecraft:stick",
"W": "minecraft:birch_planks"
},
"pattern": [
"W#W",
"W#W"
],
"result": {
"count": 3,
"id": "minecraft:birch_fence"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_fence_gate",
"key": {
"#": "minecraft:stick",
"W": "minecraft:birch_planks"
},
"pattern": [
"#W#",
"#W#"
],
"result": {
"count": 1,
"id": "minecraft:birch_fence_gate"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "hanging_sign",
"key": {
"#": "minecraft:stripped_birch_log",
"X": "minecraft:chain"
},
"pattern": [
"X X",
"###",
"###"
],
"result": {
"count": 6,
"id": "minecraft:birch_hanging_sign"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "planks",
"ingredients": [
"#minecraft:birch_logs"
],
"result": {
"count": 4,
"id": "minecraft:birch_planks"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_pressure_plate",
"key": {
"#": "minecraft:birch_planks"
},
"pattern": [
"##"
],
"result": {
"count": 1,
"id": "minecraft:birch_pressure_plate"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "wooden_sign",
"key": {
"#": "minecraft:birch_planks",
"X": "minecraft:stick"
},
"pattern": [
"###",
"###",
" X "
],
"result": {
"count": 3,
"id": "minecraft:birch_sign"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_slab",
"key": {
"#": "minecraft:birch_planks"
},
"pattern": [
"###"
],
"result": {
"count": 6,
"id": "minecraft:birch_slab"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_stairs",
"key": {
"#": "minecraft:birch_planks"
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:birch_stairs"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_trapdoor",
"key": {
"#": "minecraft:birch_planks"
},
"pattern": [
"###",
"###"
],
"result": {
"count": 2,
"id": "minecraft:birch_trapdoor"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "bark",
"key": {
"#": "minecraft:birch_log"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 3,
"id": "minecraft:birch_wood"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "banner",
"key": {
"#": "minecraft:black_wool",
"|": "minecraft:stick"
},
"pattern": [
"###",
"###",
" | "
],
"result": {
"count": 1,
"id": "minecraft:black_banner"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "bed",
"key": {
"#": "minecraft:black_wool",
"X": "#minecraft:planks"
},
"pattern": [
"###",
"XXX"
],
"result": {
"count": 1,
"id": "minecraft:black_bed"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_transmute",
"category": "equipment",
"group": "bundle_dye",
"input": "#minecraft:bundles",
"material": "minecraft:black_dye",
"result": {
"id": "minecraft:black_bundle"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "dyed_candle",
"ingredients": [
"minecraft:candle",
"minecraft:black_dye"
],
"result": {
"count": 1,
"id": "minecraft:black_candle"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "carpet",
"key": {
"#": "minecraft:black_wool"
},
"pattern": [
"##"
],
"result": {
"count": 3,
"id": "minecraft:black_carpet"
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "concrete_powder",
"ingredients": [
"minecraft:black_dye",
"minecraft:sand",
"minecraft:sand",
"minecraft:sand",
"minecraft:sand",
"minecraft:gravel",
"minecraft:gravel",
"minecraft:gravel",
"minecraft:gravel"
],
"result": {
"count": 8,
"id": "minecraft:black_concrete_powder"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "black_dye",
"ingredients": [
"minecraft:ink_sac"
],
"result": {
"count": 1,
"id": "minecraft:black_dye"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "black_dye",
"ingredients": [
"minecraft:wither_rose"
],
"result": {
"count": 1,
"id": "minecraft:black_dye"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:smelting",
"category": "blocks",
"cookingtime": 200,
"experience": 0.1,
"ingredient": "minecraft:black_terracotta",
"result": {
"id": "minecraft:black_glazed_terracotta"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_transmute",
"category": "misc",
"group": "shulker_box_dye",
"input": "#minecraft:shulker_boxes",
"material": "minecraft:black_dye",
"result": {
"id": "minecraft:black_shulker_box"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "stained_glass",
"key": {
"#": "minecraft:glass",
"X": "minecraft:black_dye"
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 8,
"id": "minecraft:black_stained_glass"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "stained_glass_pane",
"key": {
"#": "minecraft:black_stained_glass"
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:black_stained_glass_pane"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "stained_glass_pane",
"key": {
"#": "minecraft:glass_pane",
"$": "minecraft:black_dye"
},
"pattern": [
"###",
"#$#",
"###"
],
"result": {
"count": 8,
"id": "minecraft:black_stained_glass_pane"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "stained_terracotta",
"key": {
"#": "minecraft:terracotta",
"X": "minecraft:black_dye"
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 8,
"id": "minecraft:black_terracotta"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:blackstone"
},
"pattern": [
"###"
],
"result": {
"count": 6,
"id": "minecraft:blackstone_slab"
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:blackstone",
"result": {
"count": 2,
"id": "minecraft:blackstone_slab"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:blackstone"
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:blackstone_stairs"
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:blackstone",
"result": {
"count": 1,
"id": "minecraft:blackstone_stairs"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:blackstone"
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"id": "minecraft:blackstone_wall"
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:blackstone",
"result": {
"count": 1,
"id": "minecraft:blackstone_wall"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:smooth_stone",
"I": "minecraft:iron_ingot",
"X": "minecraft:furnace"
},
"pattern": [
"III",
"IXI",
"###"
],
"result": {
"count": 1,
"id": "minecraft:blast_furnace"
}
}

View File

@@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
"minecraft:blaze_rod"
],
"result": {
"count": 2,
"id": "minecraft:blaze_powder"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "banner",
"key": {
"#": "minecraft:blue_wool",
"|": "minecraft:stick"
},
"pattern": [
"###",
"###",
" | "
],
"result": {
"count": 1,
"id": "minecraft:blue_banner"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "bed",
"key": {
"#": "minecraft:blue_wool",
"X": "#minecraft:planks"
},
"pattern": [
"###",
"XXX"
],
"result": {
"count": 1,
"id": "minecraft:blue_bed"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_transmute",
"category": "equipment",
"group": "bundle_dye",
"input": "#minecraft:bundles",
"material": "minecraft:blue_dye",
"result": {
"id": "minecraft:blue_bundle"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "dyed_candle",
"ingredients": [
"minecraft:candle",
"minecraft:blue_dye"
],
"result": {
"count": 1,
"id": "minecraft:blue_candle"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "carpet",
"key": {
"#": "minecraft:blue_wool"
},
"pattern": [
"##"
],
"result": {
"count": 3,
"id": "minecraft:blue_carpet"
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "concrete_powder",
"ingredients": [
"minecraft:blue_dye",
"minecraft:sand",
"minecraft:sand",
"minecraft:sand",
"minecraft:sand",
"minecraft:gravel",
"minecraft:gravel",
"minecraft:gravel",
"minecraft:gravel"
],
"result": {
"count": 8,
"id": "minecraft:blue_concrete_powder"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "blue_dye",
"ingredients": [
"minecraft:lapis_lazuli"
],
"result": {
"count": 1,
"id": "minecraft:blue_dye"
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "blue_dye",
"ingredients": [
"minecraft:cornflower"
],
"result": {
"count": 1,
"id": "minecraft:blue_dye"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:smelting",
"category": "blocks",
"cookingtime": 200,
"experience": 0.1,
"ingredient": "minecraft:blue_terracotta",
"result": {
"id": "minecraft:blue_glazed_terracotta"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
"minecraft:packed_ice",
"minecraft:packed_ice",
"minecraft:packed_ice",
"minecraft:packed_ice",
"minecraft:packed_ice",
"minecraft:packed_ice",
"minecraft:packed_ice",
"minecraft:packed_ice",
"minecraft:packed_ice"
],
"result": {
"count": 1,
"id": "minecraft:blue_ice"
}
}

Some files were not shown because too many files have changed in this diff Show More