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

19 lines
347 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_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:coal"
}
],
"result": {
"count": 8,
"item": "actuallyadditions:tiny_coal"
}
2022-12-30 01:02:38 +01:00
}