Added a recipe to craft crystal shards from diamonds

This commit is contained in:
Sollace 2021-08-23 15:38:02 +02:00
parent 46d18af8d6
commit 3c59ff2963

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "minecraft:diamond" }
],
"result": {
"item": "unicopia:crystal_shard",
"count": 3
}
}