mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
27 lines
429 B
JSON
Vendored
27 lines
429 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:lime_dye"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 2
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 19
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 10,
|
|
"count": 2
|
|
}
|
|
}
|
|
}
|