Skip to content

Commit

Permalink
Fixed non-colored crystal glass pane recipes missing. Closes #278
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Jun 4, 2021
1 parent 2fe88ee commit 371ee4e
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/resources/data/atum/recipes/crystal_glass_pane.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "stained_glass_pane",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "atum:crystal_glass"
}
},
"result": {
"item": "atum:crystal_glass_pane",
"count": 16
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "stained_glass_pane",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "atum:deadwood_framed_crystal_glass"
}
},
"result": {
"item": "atum:deadwood_framed_crystal_glass_pane",
"count": 16
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "stained_glass_pane",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "atum:palm_framed_crystal_glass"
}
},
"result": {
"item": "atum:palm_framed_crystal_glass_pane",
"count": 16
}
}

0 comments on commit 371ee4e

Please sign in to comment.