mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
31 lines
No EOL
606 B
JSON
31 lines
No EOL
606 B
JSON
{
|
|
"type": "forge:conditional",
|
|
"recipes": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"type": "actuallyadditions:bool_config_condition",
|
|
"config_name": "tinyCoalStuff"
|
|
}
|
|
],
|
|
"recipe": {
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"C": {
|
|
"item": "actuallyadditions:tiny_coal"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"CCC",
|
|
"C C",
|
|
"CCC"
|
|
],
|
|
"result": {
|
|
"item": "minecraft:coal"
|
|
},
|
|
"show_notification": true
|
|
}
|
|
}
|
|
]
|
|
} |