30 lines
978 B
JSON
30 lines
978 B
JSON
{
|
|
"defaults": {
|
|
"__comment": "You can disable defaults by setting these to false. Do *NOT* try to add additional entries here. You can add additional entries in the custom section.",
|
|
"minecraft:apple": true,
|
|
"ore:treeSapling": true,
|
|
"ore:treeLeaves": true,
|
|
"minecraft:cactus": true,
|
|
"minecraft:yellow_flower": true,
|
|
"minecraft:red_flower": true,
|
|
"ore:listAllfruit": true
|
|
},
|
|
"custom": {
|
|
"__comment": "You can define additional items to melt in the Wooden Crucible here. Use * as a wildcard for metadata. Use ore: prefix in name to query the Ore Dictionary. Metadata is ignored for Ore Dictionary entries.",
|
|
"entries": [
|
|
{
|
|
"name": "",
|
|
"metadata": "*",
|
|
"fluid": "water",
|
|
"amount": 0
|
|
}
|
|
]
|
|
},
|
|
"example": {
|
|
"__comment": "This example would allow fish to be melted into 100mb of water.",
|
|
"name": "minecraft:fish",
|
|
"metadata": "0",
|
|
"fluid": "water",
|
|
"amount": 100
|
|
}
|
|
} |