Skip to content

Commit

Permalink
Added: copper doors and trapdoors from copper blocks (and oxidized, w…
Browse files Browse the repository at this point in the history
…axed variants)
  • Loading branch information
MeeniMc committed Jun 21, 2024
1 parent 4e6679c commit 4c398f6
Show file tree
Hide file tree
Showing 24 changed files with 160 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:copper_block"}
],
"result": {
"id": "minecraft:copper_door",
"count": 5
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/door_exposed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:exposed_copper"}
],
"result": {
"id": "minecraft:exposed_copper_door",
"count": 5
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/door_oxidized.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:oxidized_copper"}
],
"result": {
"id": "minecraft:oxidized_copper_door",
"count": 5
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/door_waxed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_copper_block"}
],
"result": {
"id": "minecraft:waxed_copper_door",
"count": 5
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/door_waxed_exposed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_exposed_copper"}
],
"result": {
"id": "minecraft:waxed_exposed_copper_door",
"count": 5
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/door_waxed_oxidized.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_oxidized_copper"}
],
"result": {
"id": "minecraft:waxed_oxidized_copper_door",
"count": 5
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/door_waxed_weathered.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_weathered_copper"}
],
"result": {
"id": "minecraft:waxed_weathered_copper_door",
"count": 5
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/door_weathered.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:weathered_copper"}
],
"result": {
"id": "minecraft:weathered_copper_door",
"count": 5
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/trapdoor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:copper_block"}
],
"result": {
"id": "minecraft:copper_trapdoor",
"count": 4
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/trapdoor_exposed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:exposed_copper"}
],
"result": {
"id": "minecraft:exposed_copper_trapdoor",
"count": 4
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/trapdoor_oxidized.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:oxidized_copper"}
],
"result": {
"id": "minecraft:oxidized_copper_trapdoor",
"count": 4
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/trapdoor_waxed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_copper_block"}
],
"result": {
"id": "minecraft:waxed_copper_trapdoor",
"count": 4
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/trapdoor_waxed_exposed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_exposed_copper"}
],
"result": {
"id": "minecraft:waxed_exposed_copper_trapdoor",
"count": 4
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_oxidized_copper"}
],
"result": {
"id": "minecraft:waxed_oxidized_copper_trapdoor",
"count": 4
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_weathered_copper"}
],
"result": {
"id": "minecraft:waxed_weathered_copper_trapdoor",
"count": 4
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/trapdoor_weathered.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:weathered_copper"}
],
"result": {
"id": "minecraft:weathered_copper_trapdoor",
"count": 4
}
}

0 comments on commit 4c398f6

Please sign in to comment.