Skip to content

Commit

Permalink
Merge pull request #3 from Mistoxi/patch-3
Browse files Browse the repository at this point in the history
Added Recipes
  • Loading branch information
FirstMegaGame4 authored Nov 1, 2023
2 parents edd04f0 + fe3af02 commit b39a496
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/resources/data/multisignals/recipes/carbonated_tuff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"category": "citrine",
"key": {
"#": {
"item": "multisignals:carbonated_tuff_block"
}
},
"pattern": [
"#",
],
"result": {
"item": "multisignals:carbonated_tuff",
"count: 4"
},
"show_notification": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "citrine",
"key": {
"T": {
"item": "minecraft:tuff",
"C": {
"item": "minecraft:coal_block"
}
},
"pattern": [
"TC",
"CT"
],
"result": {
"item": "multisignals:carbonated_tuff_block",
"count": 4
},
"show_notification": true
}
17 changes: 17 additions & 0 deletions src/main/resources/data/multisignals/recipes/citrine_dust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"category": "citrine",
"key": {
"#": {
"item": "multisignals:citrine"
}
},
"pattern": [
"#",
],
"result": {
"item": "multisignals:citrine_dust",
"count": 2
},
"show_notification": true
}
15 changes: 15 additions & 0 deletions src/main/resources/data/multisignals/recipes/support.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"category": "citrine",
"ingredients": [
{
"item": "minecraft:echo_shard",
"item": "minecraft:glass"
}
],
"result": {
"item": "multisignals:support",
"count: 4"
},
"show_notification": true
}

0 comments on commit b39a496

Please sign in to comment.