You've already forked minecraft-assets
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"type": "minecraft:crafting_shapeless",
|
|
"group": "pink_dye",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:red_dye"
|
|
},
|
|
{
|
|
"item": "minecraft:white_dye"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:pink_dye",
|
|
"count": 2
|
|
}
|
|
} |