You've already forked minecraft-assets
15 lines
242 B
JSON
15 lines
242 B
JSON
{
|
|
"type": "minecraft:crafting_shapeless",
|
|
"group": "dyed_candle",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:candle"
|
|
},
|
|
{
|
|
"item": "minecraft:gray_dye"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:gray_candle"
|
|
}
|
|
} |