mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-17 05:13:11 +01:00
25 lines
497 B
JSON
25 lines
497 B
JSON
|
{
|
||
|
"type": "forge:conditional",
|
||
|
"recipes": [
|
||
|
{
|
||
|
"conditions": [
|
||
|
{
|
||
|
"config_name": "tinyCoalStuff",
|
||
|
"type": "actuallyadditions:bool_config_condition"
|
||
|
}
|
||
|
],
|
||
|
"recipe": {
|
||
|
"type": "minecraft:crafting_shapeless",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "minecraft:charcoal"
|
||
|
}
|
||
|
],
|
||
|
"result": {
|
||
|
"item": "actuallyadditions:tiny_charcoal",
|
||
|
"count": 8
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|