Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
17
datapacks/craft-refine/data/minecraft/recipe/acacia_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/acacia_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:acacia_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/acacia_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/acacia_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:acacia_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/acacia_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/acacia_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:acacia_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/acacia_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/acacia_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:acacia_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/andesite_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/andesite_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:andesite"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:andesite_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:bamboo_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_mosaic_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_mosaic_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_mosaic"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:bamboo_mosaic_stairs"
|
||||
}
|
||||
}
|
15
datapacks/craft-refine/data/minecraft/recipe/bamboo_planks.json
Executable file
15
datapacks/craft-refine/data/minecraft/recipe/bamboo_planks.json
Executable file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "#minecraft:bamboo_blocks"
|
||||
},
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:bamboo_planks"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:bamboo_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/bamboo_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/bamboo_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:bamboo_trapdoor"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/birch_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/birch_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:birch_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/birch_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/birch_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:birch_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/birch_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/birch_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:birch_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/birch_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/birch_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:birch_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:birch_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/blackstone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/blackstone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:blackstone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:blackstone_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:brick_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/chain.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/chain.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:iron_nugget",
|
||||
"I": "minecraft:iron_ingot"
|
||||
},
|
||||
"pattern": [
|
||||
"#",
|
||||
"I",
|
||||
"#"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:chain"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/cherry_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/cherry_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:cherry_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:cherry_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/cherry_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/cherry_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:cherry_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:cherry_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/cherry_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/cherry_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:cherry_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:cherry_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/cherry_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/cherry_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:cherry_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:cherry_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/cobbled_deepslate_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/cobbled_deepslate_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:cobbled_deepslate"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:cobbled_deepslate_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/cobblestone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/cobblestone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:cobblestone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:cobblestone_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/crimson_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/crimson_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:crimson_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:crimson_fence_gate"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/crimson_hyphae.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/crimson_hyphae.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:crimson_stem"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:crimson_hyphae"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/crimson_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/crimson_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:crimson_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:crimson_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/crimson_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/crimson_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:crimson_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:crimson_trapdoor"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/cut_copper_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/cut_copper_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "cut_copper_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:cut_copper"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:cut_copper_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/dark_oak_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/dark_oak_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:dark_oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:dark_oak_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/dark_oak_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/dark_oak_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:dark_oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:dark_oak_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/dark_oak_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/dark_oak_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:dark_oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:dark_oak_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/dark_oak_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/dark_oak_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:dark_oak_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:dark_oak_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/dark_prismarine_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/dark_prismarine_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:dark_prismarine"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:dark_prismarine_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/deepslate_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/deepslate_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:deepslate_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:deepslate_brick_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/deepslate_tile_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/deepslate_tile_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:deepslate_tiles"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:deepslate_tile_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/diorite_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/diorite_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:diorite"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:diorite_stairs"
|
||||
}
|
||||
}
|
19
datapacks/craft-refine/data/minecraft/recipe/dispenser.json
Executable file
19
datapacks/craft-refine/data/minecraft/recipe/dispenser.json
Executable file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "dispenser",
|
||||
"key": {
|
||||
"B": "minecraft:bow",
|
||||
"R": "minecraft:redstone",
|
||||
"S": "minecraft:cobblestone"
|
||||
},
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"SBS",
|
||||
"SRS"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:dispenser"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/end_stone_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/end_stone_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:end_stone_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:end_stone_brick_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/exposed_cut_copper_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/exposed_cut_copper_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "cut_copper_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:exposed_cut_copper"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:exposed_cut_copper_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/granite_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/granite_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:granite"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:granite_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/iron_bars.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/iron_bars.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": "minecraft:iron_ingot"
|
||||
},
|
||||
"pattern": [
|
||||
"# #",
|
||||
"# #",
|
||||
"# #"
|
||||
],
|
||||
"result": {
|
||||
"count": 16,
|
||||
"id": "minecraft:iron_bars"
|
||||
}
|
||||
}
|
15
datapacks/craft-refine/data/minecraft/recipe/iron_trapdoor.json
Executable file
15
datapacks/craft-refine/data/minecraft/recipe/iron_trapdoor.json
Executable file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": "minecraft:iron_ingot"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:iron_trapdoor"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/jungle_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/jungle_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:jungle_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:jungle_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/jungle_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/jungle_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:jungle_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:jungle_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/jungle_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/jungle_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:jungle_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:jungle_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/jungle_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/jungle_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:jungle_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:jungle_wood"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/mangrove_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/mangrove_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:mangrove_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:mangrove_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/mangrove_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/mangrove_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:mangrove_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:mangrove_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/mangrove_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/mangrove_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:mangrove_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:mangrove_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/mangrove_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/mangrove_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:mangrove_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:mangrove_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/mossy_cobblestone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/mossy_cobblestone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:mossy_cobblestone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:mossy_cobblestone_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/mossy_stone_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/mossy_stone_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:mossy_stone_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:mossy_stone_brick_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/mud_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/mud_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:mud_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:mud_brick_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/nether_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/nether_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:nether_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:nether_brick_stairs"
|
||||
}
|
||||
}
|
15
datapacks/craft-refine/data/minecraft/recipe/nether_wart_block.json
Executable file
15
datapacks/craft-refine/data/minecraft/recipe/nether_wart_block.json
Executable file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:nether_wart"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:nether_wart_block"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/oak_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/oak_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:oak_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/oak_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/oak_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:oak_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/oak_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/oak_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:oak_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/oak_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/oak_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:oak_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:oak_wood"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/oxidized_cut_copper_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/oxidized_cut_copper_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "cut_copper_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:oxidized_cut_copper"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:oxidized_cut_copper_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/packed_ice.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/packed_ice.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "packed_ice",
|
||||
"key": {
|
||||
"#": "minecraft:ice"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:packed_ice"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/pale_oak_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/pale_oak_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:pale_oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:pale_oak_fence_gate"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/pale_oak_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/pale_oak_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:pale_oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:pale_oak_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/pale_oak_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/pale_oak_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:pale_oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:pale_oak_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/pale_oak_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/pale_oak_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:pale_oak_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:pale_oak_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/polished_andesite_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/polished_andesite_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:polished_andesite"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:polished_andesite_stairs"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:polished_blackstone_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:polished_blackstone_brick_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/polished_blackstone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/polished_blackstone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:polished_blackstone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:polished_blackstone_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/polished_deepslate_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/polished_deepslate_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:polished_deepslate"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:polished_deepslate_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/polished_diorite_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/polished_diorite_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:polished_diorite"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:polished_diorite_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/polished_granite_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/polished_granite_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:polished_granite"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:polished_granite_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/polished_tuff_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/polished_tuff_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:polished_tuff"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:polished_tuff_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/prismarine_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/prismarine_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:prismarine_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:prismarine_brick_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/prismarine_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/prismarine_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:prismarine"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:prismarine_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/purpur_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/purpur_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:purpur_block"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:purpur_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/quartz_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/quartz_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "#more-stairs:quartz_blocks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:quartz_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/red_nether_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/red_nether_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:red_nether_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:red_nether_brick_stairs"
|
||||
}
|
||||
}
|
15
datapacks/craft-refine/data/minecraft/recipe/red_sandstone.json
Executable file
15
datapacks/craft-refine/data/minecraft/recipe/red_sandstone.json
Executable file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:red_sandstone"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:red_sandstone"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/red_sandstone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/red_sandstone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:red_sandstone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:red_sandstone_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/redstone_torch.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/redstone_torch.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": "minecraft:redstone",
|
||||
"S": "minecraft:stick"
|
||||
},
|
||||
"pattern": [
|
||||
"#",
|
||||
"S"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:redstone_torch"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/resin_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/resin_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:resin_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:resin_brick_stairs"
|
||||
}
|
||||
}
|
15
datapacks/craft-refine/data/minecraft/recipe/sandstone.json
Executable file
15
datapacks/craft-refine/data/minecraft/recipe/sandstone.json
Executable file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:sand"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:sandstone"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/sandstone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/sandstone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:sandstone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:sandstone_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/smooth_quartz_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/smooth_quartz_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:smooth_quartz"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:smooth_quartz_stairs"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:smooth_red_sandstone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:smooth_red_sandstone_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/smooth_sandstone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/smooth_sandstone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:smooth_sandstone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:smooth_sandstone_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/spruce_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/spruce_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:spruce_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:spruce_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/spruce_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/spruce_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:spruce_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:spruce_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/spruce_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/spruce_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:spruce_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:spruce_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/spruce_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/spruce_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:spruce_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:spruce_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/stone_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/stone_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:stone_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:stone_brick_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/stone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/stone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:stone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:stone_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/tuff_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/tuff_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:tuff_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:tuff_brick_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/tuff_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/tuff_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:tuff"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:tuff_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/warped_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/warped_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:warped_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:warped_fence_gate"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/warped_hyphae.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/warped_hyphae.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:warped_stem"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:warped_hyphae"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/warped_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/warped_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:warped_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:warped_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/warped_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/warped_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:warped_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:warped_trapdoor"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/waxed_cut_copper_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/waxed_cut_copper_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "waxed_cut_copper_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:waxed_cut_copper"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:waxed_cut_copper_stairs"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "waxed_cut_copper_stairs_from_honeycomb",
|
||||
"ingredients": [
|
||||
"minecraft:cut_copper_stairs",
|
||||
"minecraft:honeycomb"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:waxed_cut_copper_stairs"
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue