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": "integrateddynamics:menril_log"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "integrateddynamics:menril_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "integrateddynamics"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "integrateddynamics:menril_log_filled"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "integrateddynamics:menril_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "integrateddynamics"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user