mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
28 lines
453 B
JSON
Vendored
28 lines
453 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:pink_dye"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "pink_dye",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 1
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 19
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 9,
|
|
"count": 2
|
|
}
|
|
}
|
|
}
|