22 lines
383 B
JSON
22 lines
383 B
JSON
|
|
{
|
|
"format_version": "1.12.0",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:grass"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"group": "candle",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:dirt"
|
|
},
|
|
{
|
|
"item": "minecraft:wheat_seeds"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:grass"
|
|
}
|
|
}
|
|
} |