Skip to content

Commit

Permalink
Added Budded Amethyst recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
StellaraUmbrix committed Sep 10, 2024
1 parent f482a64 commit 2d061a4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RecipesAndTodo.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| βœ” | minecraft:bee_nest Bee Nest | Deploy Honeycomb onto Bee Hive |Added in 0.1.0-INDEV |
| βœ” | minecraft:blackstone Blackstone | Haunt Cobblestone | Implemented in regular Create |
| βœ” | minecraft:brick(s) Bricks | Blast Clay | Implemented in regular Create |
| βœ– | minecraft:budding_amethyst Budding Amethyst | TBD | |
| βœ” | minecraft:budding_amethyst Budding Amethyst | Deploy Amethyst Cluster onto Amethyst Block | Added in 0.1.0-INDEV |
| βœ– | minecraft:cactus Cactus | TBD | |
| βœ– | minecraft:calcite Calcite | TBD | |
| βœ– | minecraft:crying_obsidian Crying Obsidian | TBD | |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "create:deploying",
"ingredients": [
{
"item": "minecraft:amethyst_block"
},
{
"item": "minecraft:amethyst_cluster"
}
],
"results": [
{
"item": "minecraft:budding_amethyst"
},
{
"item": "minecraft:amethyst_block",
"chance": 0.25
},
{
"item": "minecraft:amethyst_shard",
"chance": 0.75
}
]
}

0 comments on commit 2d061a4

Please sign in to comment.