mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Enigmatica configs
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "mekanism:sawing",
|
||||
"conditions": [{ "modid": "biomesoplenty", "type": "forge:mod_loaded" }],
|
||||
"input": { "ingredient": { "tag": "biomesoplenty:cherry_logs" } },
|
||||
"mainOutput": { "item": "biomesoplenty:cherry_planks", "count": 6 },
|
||||
"secondaryOutput": { "item": "emendatusenigmatica:wood_dust" },
|
||||
"secondaryChance": 0.25
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "mekanism:sawing",
|
||||
"conditions": [{ "modid": "biomesoplenty", "type": "forge:mod_loaded" }],
|
||||
"input": { "ingredient": { "tag": "biomesoplenty:dead_logs" } },
|
||||
"mainOutput": { "item": "biomesoplenty:dead_planks", "count": 6 },
|
||||
"secondaryOutput": { "item": "emendatusenigmatica:wood_dust" },
|
||||
"secondaryChance": 0.25
|
||||
}
|
Reference in New Issue
Block a user