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

23 lines
385 B
JSON
Raw Normal View History

2022-12-30 01:02:38 +01:00
{
2024-03-04 22:52:17 +01:00
"neoforge:conditions": [
2022-12-30 01:02:38 +01:00
{
2024-03-04 22:52:17 +01:00
"type": "actuallyadditions:bool_config_condition",
"boolConfig": "tinyCoalStuff"
2022-12-30 01:02:38 +01:00
}
2024-03-04 22:52:17 +01:00
],
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "actuallyadditions:tiny_charcoal"
}
},
"pattern": [
"CCC",
"C C",
"CCC"
],
"result": {
"item": "minecraft:charcoal"
}
2022-12-30 01:02:38 +01:00
}