mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user