ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/drill_coloring/dye_drill_light_blue.json

20 lines
388 B
JSON
Raw Normal View History

{
"type": "actuallyadditions:copy_nbt_shapeless",
"value": {
"category": "misc",
"ingredients": [
{
"type": "actuallyadditions:target_nbt",
"value": {
"tag": "actuallyadditions:drills"
}
},
{
"tag": "forge:dyes/light_blue"
}
],
"result": {
"item": "actuallyadditions:drill_light_blue"
}
}
}