Skip to content

Commit

Permalink
Add crafts
Browse files Browse the repository at this point in the history
  • Loading branch information
Killarexe committed Jun 23, 2024
1 parent ccc5757 commit be290d0
Show file tree
Hide file tree
Showing 14 changed files with 245 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "copper_extension:exposed_copper_ingot"
}
},
"result": {
"id": "minecraft:exposed_copper_door",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "copper_extension:exposed_copper_ingot"
}
},
"result": {
"id": "minecraft:exposed_copper_trapdoor",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "copper_extension:oxidized_copper_ingot"
}
},
"result": {
"id": "minecraft:oxidized_copper_door",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "copper_extension:oxidized_copper_ingot"
}
},
"result": {
"id": "minecraft:oxidized_copper_trapdoor",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "copper_extension:waxed_copper_ingot"
}
},
"result": {
"id": "minecraft:waxed_copper_door",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "copper_extension:waxed_copper_ingot"
}
},
"result": {
"id": "minecraft:waxed_copper_trapdoor",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "copper_extension:waxed_exposed_copper_ingot"
}
},
"result": {
"id": "minecraft:waxed_exposed_copper_door",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "copper_extension:waxed_exposed_copper_ingot"
}
},
"result": {
"id": "minecraft:waxed_exposed_copper_trapdoor",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "copper_extension:waxed_oxidized_copper_ingot"
}
},
"result": {
"id": "minecraft:waxed_oxidized_copper_door",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "copper_extension:waxed_oxidized_copper_ingot"
}
},
"result": {
"id": "minecraft:waxed_oxidized_copper_trapdoor",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "copper_extension:waxed_weathered_copper_ingot"
}
},
"result": {
"id": "minecraft:waxed_weathered_copper_door",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "copper_extension:waxed_weathered_copper_ingot"
}
},
"result": {
"id": "minecraft:waxed_weathered_copper_trapdoor",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "copper_extension:weathered_copper_ingot"
}
},
"result": {
"id": "minecraft:weathered_copper_door",
"count": 3
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "copper_extension:weathered_copper_ingot"
}
},
"result": {
"id": "minecraft:weathered_copper_trapdoor",
"count": 2
}
}

0 comments on commit be290d0

Please sign in to comment.