sawing support for swamp- and endergetic expansion
This commit is contained in:
parent
d0d981fba5
commit
91b606eb46
4 changed files with 84 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "endergetic"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "endergetic:poise_stem"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "endergetic:poise_stem_stripped",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "endergetic"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "endergetic:poise_stem_stripped"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "endergetic:poise_planks",
|
||||||
|
"count": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 100
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "swampexpansion"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "swampexpansion:stripped_willow_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "swampexpansion:willow_planks",
|
||||||
|
"count": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 100
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "swampexpansion"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "swampexpansion:willow_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "swampexpansion:stripped_willow_log",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
Loading…
Reference in a new issue