1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-23 21:36:55 +01:00
parent 23cbad2e35
commit 5bd7d3a786
627 changed files with 24696 additions and 42 deletions

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:cherry_logs"
},
"result": [
{
"item": "biomesoplenty:cherry_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:dead_logs"
},
"result": [
{
"item": "biomesoplenty:dead_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:fir_logs"
},
"result": [
{
"item": "biomesoplenty:fir_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:hellbark_logs"
},
"result": [
{
"item": "biomesoplenty:hellbark_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:jacaranda_logs"
},
"result": [
{
"item": "biomesoplenty:jacaranda_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:magic_logs"
},
"result": [
{
"item": "biomesoplenty:magic_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:mahogany_logs"
},
"result": [
{
"item": "biomesoplenty:mahogany_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:palm_logs"
},
"result": [
{
"item": "biomesoplenty:palm_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:redwood_logs"
},
"result": [
{
"item": "biomesoplenty:redwood_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:umbran_logs"
},
"result": [
{
"item": "biomesoplenty:umbran_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}

View File

@ -0,0 +1,23 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "biomesoplenty:willow_logs"
},
"result": [
{
"item": "biomesoplenty:willow_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}