ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/tiny_to_charcoal.json

31 lines
614 B
JSON
Raw Normal View History

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_charcoal"
}
},
2024-03-03 01:20:53 +01:00
"pattern": [
"CCC",
"C C",
"CCC"
],
2022-12-30 01:02:38 +01:00
"result": {
"item": "minecraft:charcoal"
2024-03-03 01:20:53 +01:00
},
"show_notification": true
2022-12-30 01:02:38 +01:00
}
}
]
}