Skip to content

Commit

Permalink
Add crafting recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fugimii committed Feb 8, 2024
1 parent d158403 commit d1ff59e
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "tutorialmod:ruby"
}
},
"result": {
"item": "tutorialmod:ruby_block"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.7,
"group": "ruby",
"ingredient": {
"item": "tutorialmod:raw_ruby"
},
"result": "tutorialmod:ruby"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "tutorialmod:ruby_block"
}
],
"result": {
"item": "tutorialmod:ruby",
"count": 9
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 0.7,
"group": "ruby",
"ingredient": {
"item": "tutorialmod:raw_ruby"
},
"result": "tutorialmod:ruby"
}

0 comments on commit d1ff59e

Please sign in to comment.