mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
23 lines
No EOL
385 B
JSON
23 lines
No EOL
385 B
JSON
{
|
|
"neoforge:conditions": [
|
|
{
|
|
"type": "actuallyadditions:bool_config_condition",
|
|
"boolConfig": "tinyCoalStuff"
|
|
}
|
|
],
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"C": {
|
|
"item": "actuallyadditions:tiny_charcoal"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"CCC",
|
|
"C C",
|
|
"CCC"
|
|
],
|
|
"result": {
|
|
"item": "minecraft:charcoal"
|
|
}
|
|
} |