1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Add Enigmatica6 kubejs files

This commit is contained in:
2021-01-28 23:28:10 +01:00
parent 32b1313fdc
commit 98e6743204
694 changed files with 49010 additions and 0 deletions

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}