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

26 lines
525 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_shapeless",
2024-03-03 01:20:53 +01:00
"category": "misc",
2022-12-30 01:02:38 +01:00
"ingredients": [
{
"item": "minecraft:charcoal"
}
],
"result": {
2024-03-03 01:20:53 +01:00
"count": 8,
"item": "actuallyadditions:tiny_charcoal"
2022-12-30 01:02:38 +01:00
}
}
}
]
}