BiomesOPlenty/src/main/resources/assets/biomesoplenty/recipes/ruby.json

14 lines
219 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"type": "forge:ore_dict",
"ore": "blockRuby"
}
],
"result": {
"item": "biomesoplenty:gem",
"count": 9,
"data": 1
}
}