Skip to content

Commit

Permalink
Merge pull request #2 from Mistoxi/patch-2
Browse files Browse the repository at this point in the history
Create recipe of citrine block
  • Loading branch information
FirstMegaGame4 authored Nov 1, 2023
2 parents b39a496 + 7b0bac4 commit c5b94f5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/resources/data/multisignals/recipes/citrine_block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "citrine",
"key": {
"#": {
"item": "multisignals:citrine"
}
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"item": "multisignals:citrine_block"
},
"show_notification": true
}

0 comments on commit c5b94f5

Please sign in to comment.