mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-17 05:13:11 +01:00
29 lines
551 B
JSON
29 lines
551 B
JSON
|
{
|
||
|
"type": "forge:conditional",
|
||
|
"recipes": [
|
||
|
{
|
||
|
"conditions": [
|
||
|
{
|
||
|
"config_name": "tinyCoalStuff",
|
||
|
"type": "actuallyadditions:bool_config_condition"
|
||
|
}
|
||
|
],
|
||
|
"recipe": {
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"CCC",
|
||
|
"C C",
|
||
|
"CCC"
|
||
|
],
|
||
|
"key": {
|
||
|
"C": {
|
||
|
"item": "actuallyadditions:tiny_charcoal"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "minecraft:charcoal"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|