mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-19 08:35:33 +01:00
Add sawmill compatibility for Quark and Botania
This commit is contained in:
parent
97da6be27f
commit
8d7d5490af
8 changed files with 168 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "botania"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "botania:dreamwood_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "quark:stripped_blossom_log",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "botania"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "botania:glimmering_dreamwood_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "quark:glimmering_stripped_blossom_log",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "botania"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "botania:glimmering_stripped_dreamwood_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "botania:dreamwood_planks",
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "botania"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "botania:stripped_dreamwood_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "botania:dreamwood_planks",
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "quark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "quark:azalea_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "quark:stripped_azalea_log",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "quark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "quark:blossom_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "quark:stripped_blossom_log",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "quark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "quark:stripped_azalea_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "quark:azalea_planks",
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "quark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:cutting",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "quark:stripped_blossom_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "quark:blossom_planks",
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue