Skip to content

Commit

Permalink
Added: copper cut copper to grates missing in vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
MeeniMc committed Jun 21, 2024
1 parent 3045c26 commit 4e6679c
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/copper_grate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:cut_copper"}
],
"result": {
"id": "minecraft:copper_grate",
"count": 1
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/exposed_copper_grate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:exposed_cut_copper"}
],
"result": {
"id": "minecraft:exposed_copper_grate",
"count": 1
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/oxidized_copper_grate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:oxidized_cut_copper"}
],
"result": {
"id": "minecraft:oxidized_copper_grate",
"count": 1
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/waxed_copper_grate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_cut_copper"}
],
"result": {
"id": "minecraft:waxed_copper_grate",
"count": 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_exposed_cut_copper"}
],
"result": {
"id": "minecraft:waxed_exposed_copper_grate",
"count": 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_oxidized_cut_copper"}
],
"result": {
"id": "minecraft:waxed_oxidized_copper_grate",
"count": 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:waxed_weathered_cut_copper"}
],
"result": {
"id": "minecraft:waxed_weathered_copper_grate",
"count": 1
}
}
10 changes: 10 additions & 0 deletions data/meenimc/recipe/omnicut/copper/cut/weathered_copper_grate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": [
{"item": "minecraft:weathered_cut_copper"}
],
"result": {
"id": "minecraft:weathered_copper_grate",
"count": 1
}
}

0 comments on commit 4e6679c

Please sign in to comment.