1
0
Fork 0

Inital commit

This commit is contained in:
abtmtr 2025-08-27 20:49:18 -05:00
commit b5089257c5
1005 changed files with 23476 additions and 0 deletions

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_block": {
"conditions": {
"items": [
{
"items": "minecraft:bamboo_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "bamboo:bamboo"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_block"
]
],
"rewards": {
"recipes": [
"bamboo:bamboo"
]
}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
"#minecraft:bamboo_blocks"
],
"result": {
"count": 9,
"id": "minecraft:bamboo"
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_raw_copper_block": {
"conditions": {
"items": [
{
"items": "minecraft:raw_copper_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "blastbuff:copper_block_from_blasting_raw_copper_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_raw_copper_block"
]
],
"rewards": {
"recipes": [
"blastbuff:copper_block_from_blasting_raw_copper_block"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_red_sand": {
"conditions": {
"items": [
{
"items": "minecraft:red_sand"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sand": {
"conditions": {
"items": [
{
"items": "minecraft:sand"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "blastbuff:glass_from_blasting_sand"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_sand",
"has_red_sand"
]
],
"rewards": {
"recipes": [
"blastbuff:glass_from_blasting_sand"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_raw_gold_block": {
"conditions": {
"items": [
{
"items": "minecraft:raw_gold_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "blastbuff:gold_block_from_blasting_raw_gold_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_raw_gold_block"
]
],
"rewards": {
"recipes": [
"blastbuff:gold_block_from_blasting_raw_gold_block"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_raw_iron_block": {
"conditions": {
"items": [
{
"items": "minecraft:raw_iron_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "blastbuff:iron_block_from_blasting_raw_iron_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_raw_iron_block"
]
],
"rewards": {
"recipes": [
"blastbuff:iron_block_from_blasting_raw_iron_block"
]
}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 800,
"experience": 6.3,
"group": "copper_block",
"ingredient": "minecraft:raw_copper_block",
"result": {
"id": "minecraft:copper_block"
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.1,
"group": "glass_block",
"ingredient": [
"minecraft:sand",
"minecraft:red_sand"
],
"result": {
"id": "minecraft:glass"
}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 800,
"experience": 9.0,
"group": "gold_block",
"ingredient": "minecraft:raw_gold_block",
"result": {
"id": "minecraft:gold_block"
}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 800,
"experience": 6.3,
"group": "iron_block",
"ingredient": "minecraft:raw_iron_block",
"result": {
"id": "minecraft:iron_block"
}
}

View file

@ -0,0 +1,76 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dead_brain_coral_block": {
"conditions": {
"items": [
{
"items": "minecraft:dead_brain_coral_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_bubble_coral_block": {
"conditions": {
"items": [
{
"items": "minecraft:dead_bubble_coral_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_fire_coral_block": {
"conditions": {
"items": [
{
"items": "minecraft:dead_fire_coral_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_horn_coral_block": {
"conditions": {
"items": [
{
"items": "minecraft:dead_horn_coral_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_tube_coral_block": {
"conditions": {
"items": [
{
"items": "minecraft:dead_tube_coral_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "calcite:calcite"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dead_brain_coral_block",
"has_dead_bubble_coral_block",
"has_dead_fire_coral_block",
"has_dead_horn_coral_block",
"has_dead_tube_coral_block"
]
],
"rewards": {
"recipes": [
"calcite:calcite"
]
}
}

View file

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

View file

@ -0,0 +1,9 @@
{
"values": [
"minecraft:dead_tube_coral_block",
"minecraft:dead_brain_coral_block",
"minecraft:dead_bubble_coral_block",
"minecraft:dead_fire_coral_block",
"minecraft:dead_horn_coral_block"
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_brain_coral": {
"conditions": {
"items": [
{
"items": "minecraft:brain_coral"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_brain_coral_fan": {
"conditions": {
"items": [
{
"items": "minecraft:brain_coral_fan"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coral:brain_coral_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_brain_coral",
"has_brain_coral_fan"
]
],
"rewards": {
"recipes": [
"coral:brain_coral_block"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bubble_coral": {
"conditions": {
"items": [
{
"items": "minecraft:bubble_coral"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_bubble_coral_fan": {
"conditions": {
"items": [
{
"items": "minecraft:bubble_coral_fan"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coral:bubble_coral_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bubble_coral",
"has_bubble_coral_fan"
]
],
"rewards": {
"recipes": [
"coral:bubble_coral_block"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dead_brain_coral": {
"conditions": {
"items": [
{
"items": "minecraft:dead_brain_coral"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_brain_coral_fan": {
"conditions": {
"items": [
{
"items": "minecraft:dead_brain_coral_fan"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coral:dead_brain_coral_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dead_brain_coral",
"has_dead_brain_coral_fan"
]
],
"rewards": {
"recipes": [
"coral:dead_brain_coral_block"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dead_bubble_coral": {
"conditions": {
"items": [
{
"items": "minecraft:dead_bubble_coral"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_bubble_coral_fan": {
"conditions": {
"items": [
{
"items": "minecraft:dead_bubble_coral_fan"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coral:dead_bubble_coral_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dead_bubble_coral",
"has_dead_bubble_coral_fan"
]
],
"rewards": {
"recipes": [
"coral:dead_bubble_coral_block"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dead_fire_coral": {
"conditions": {
"items": [
{
"items": "minecraft:dead_fire_coral"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_fire_coral_fan": {
"conditions": {
"items": [
{
"items": "minecraft:dead_fire_coral_fan"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coral:dead_fire_coral_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dead_fire_coral",
"has_dead_fire_coral_fan"
]
],
"rewards": {
"recipes": [
"coral:dead_fire_coral_block"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dead_horn_coral": {
"conditions": {
"items": [
{
"items": "minecraft:dead_horn_coral"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_horn_coral_fan": {
"conditions": {
"items": [
{
"items": "minecraft:dead_horn_coral_fan"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coral:dead_horn_coral_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dead_horn_coral",
"has_dead_horn_coral_fan"
]
],
"rewards": {
"recipes": [
"coral:dead_horn_coral_block"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dead_tube_coral": {
"conditions": {
"items": [
{
"items": "minecraft:dead_tube_coral"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_tube_coral_fan": {
"conditions": {
"items": [
{
"items": "minecraft:dead_tube_coral_fan"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coral:dead_tube_coral_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dead_tube_coral",
"has_dead_tube_coral_fan"
]
],
"rewards": {
"recipes": [
"coral:dead_tube_coral_block"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_fire_coral": {
"conditions": {
"items": [
{
"items": "minecraft:fire_coral"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_fire_coral_fan": {
"conditions": {
"items": [
{
"items": "minecraft:fire_coral_fan"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coral:fire_coral_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_fire_coral",
"has_fire_coral_fan"
]
],
"rewards": {
"recipes": [
"coral:fire_coral_block"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_horn_coral": {
"conditions": {
"items": [
{
"items": "minecraft:horn_coral"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_horn_coral_fan": {
"conditions": {
"items": [
{
"items": "minecraft:horn_coral_fan"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coral:horn_coral_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_horn_coral",
"has_horn_coral_fan"
]
],
"rewards": {
"recipes": [
"coral:horn_coral_block"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "coral:tube_coral_block"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tube_coral": {
"conditions": {
"items": [
{
"items": "minecraft:tube_coral"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_tube_coral_fan": {
"conditions": {
"items": [
{
"items": "minecraft:tube_coral_fan"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tube_coral",
"has_tube_coral_fan"
]
],
"rewards": {
"recipes": [
"coral:tube_coral_block"
]
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "coral",
"key": {
"#": "#coral:brain_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:brain_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "coral",
"key": {
"#": "#coral:bubble_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:bubble_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dead_coral",
"key": {
"#": "#coral:dead_brain_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:dead_brain_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dead_coral",
"key": {
"#": "#coral:dead_bubble_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:dead_bubble_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dead_coral",
"key": {
"#": "#coral:dead_fire_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:dead_fire_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dead_coral",
"key": {
"#": "#coral:dead_horn_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:dead_horn_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dead_coral",
"key": {
"#": "#coral:dead_tube_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:dead_tube_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "coral",
"key": {
"#": "#coral:fire_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:fire_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "coral",
"key": {
"#": "#coral:horn_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:horn_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "coral",
"key": {
"#": "#coral:tube_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:tube_coral_block"
}
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:brain_coral",
"minecraft:brain_coral_fan"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:bubble_coral",
"minecraft:bubble_coral_fan"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:dead_brain_coral",
"minecraft:dead_brain_coral_fan"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:dead_bubble_coral",
"minecraft:dead_bubble_coral_fan"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:dead_fire_coral",
"minecraft:dead_fire_coral_fan"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:dead_horn_coral",
"minecraft:dead_horn_coral_fan"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:dead_tube_coral",
"minecraft:dead_tube_coral_fan"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:fire_coral",
"minecraft:fire_coral_fan"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:horn_coral",
"minecraft:horn_coral_fan"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:tube_coral",
"minecraft:tube_coral_fan"
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dropper": {
"conditions": {
"items": [
{
"items": "minecraft:dropper"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:dispenser"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dropper"
]
],
"rewards": {
"recipes": [
"minecraft:dispenser"
]
}
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bow": {
"conditions": {
"items": [
{
"items": "minecraft:bow"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dropper": {
"conditions": {
"items": [
{
"items": "minecraft:dropper"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dispenser:dispenser_dropper"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dropper",
"has_bow"
]
],
"rewards": {
"recipes": [
"dispenser:dispenser_dropper"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dropper": {
"conditions": {
"items": [
{
"items": "minecraft:dropper"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dispenser:dispenser_stackable"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dropper"
]
],
"rewards": {
"recipes": [
"dispenser:dispenser_stackable"
]
}
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"group": "dispenser",
"ingredients": [
"minecraft:dropper",
"minecraft:bow"
],
"result": {
"count": 1,
"id": "minecraft:dispenser"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "dispenser",
"key": {
"D": "minecraft:dropper",
"S": "minecraft:string",
"W": "minecraft:stick"
},
"pattern": [
" WS",
"WDS",
" WS"
],
"result": {
"count": 1,
"id": "minecraft:dispenser"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View file

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

View 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"
}
}

View 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"
}
}

View file

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

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View file

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

View file

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

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View file

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

View file

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

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View file

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

View file

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

View file

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

View file

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

View 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"
}
}

View 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"
}
}

View 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"
}
}

View file

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

View file

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

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": "minecraft:iron_ingot"
},
"pattern": [
"###",
"###"
],
"result": {
"count": 2,
"id": "minecraft:iron_trapdoor"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View file

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

View 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"
}
}

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