2022-12-30 01:02:38 +01:00
|
|
|
{
|
|
|
|
"type": "forge:conditional",
|
|
|
|
"recipes": [
|
|
|
|
{
|
|
|
|
"conditions": [
|
|
|
|
{
|
2024-03-03 01:20:53 +01:00
|
|
|
"type": "actuallyadditions:bool_config_condition",
|
|
|
|
"config_name": "tinyCoalStuff"
|
2022-12-30 01:02:38 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"recipe": {
|
|
|
|
"type": "minecraft:crafting_shaped",
|
2024-03-03 01:20:53 +01:00
|
|
|
"category": "misc",
|
2022-12-30 01:02:38 +01:00
|
|
|
"key": {
|
|
|
|
"C": {
|
|
|
|
"item": "actuallyadditions:tiny_coal"
|
|
|
|
}
|
|
|
|
},
|
2024-03-03 01:20:53 +01:00
|
|
|
"pattern": [
|
|
|
|
"CCC",
|
|
|
|
"C C",
|
|
|
|
"CCC"
|
|
|
|
],
|
2022-12-30 01:02:38 +01:00
|
|
|
"result": {
|
|
|
|
"item": "minecraft:coal"
|
2024-03-03 01:20:53 +01:00
|
|
|
},
|
|
|
|
"show_notification": true
|
2022-12-30 01:02:38 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|