mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-11 13:04:05 +01:00
sawing support for swamp- and endergetic expansion
This commit is contained in:
parent
d0d981fba5
commit
91b606eb46
@ -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 New Issue
Block a user