Recipe Compatibility

- atmospheric wood and flowers
- autumnity flowers
- blloomful wood and flowers
- botania petal milling to floral powder
- buzzier bees flowers
- druidcraft wood and flowers
- projectvibrantjourneys wood
- upgrade aquatic wood and flowers

This should resolve #389 for the most part.
This commit is contained in:
LordGrimmauld 2020-07-06 09:26:52 +02:00
parent 8ddf3fabba
commit 9ca203a3a6
86 changed files with 1971 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "atmospheric:aspen_log"
}
],
"results": [
{
"item": "atmospheric:stripped_aspen_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "atmospheric:grimwood_log"
}
],
"results": [
{
"item": "atmospheric:stripped_grimwood_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "atmospheric:kousa_log"
}
],
"results": [
{
"item": "atmospheric:stripped_kousa_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "atmospheric:rosewood_log"
}
],
"results": [
{
"item": "atmospheric:stripped_rosewood_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "atmospheric:stripped_aspen_log"
}
],
"results": [
{
"item": "atmospheric:aspen_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "atmospheric:stripped_grimwood_log"
}
],
"results": [
{
"item": "atmospheric:grimwood_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "atmospheric:stripped_kousa_log"
}
],
"results": [
{
"item": "atmospheric:kousa_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "atmospheric:stripped_rosewood_log"
}
],
"results": [
{
"item": "atmospheric:rosewood_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "atmospheric:stripped_yucca_log"
}
],
"results": [
{
"item": "atmospheric:yucca_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "atmospheric:yucca_log"
}
],
"results": [
{
"item": "atmospheric:stripped_yucca_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,31 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "atmospheric:gilia"
}
],
"results": [
{
"item": "minecraft:purple_dye",
"count": 2
},
{
"item": "minecraft:magenta_dye",
"count": 2,
"chance": 0.1
},
{
"item": "minecraft:pink_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,31 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "atmospheric:monkey_brush"
}
],
"results": [
{
"item": "minecraft:orange_dye",
"count": 2
},
{
"item": "minecraft:red_dye",
"count": 1,
"chance": 0.05
},
{
"item": "minecraft:yellow_dye",
"count": 1,
"chance": 0.05
}
],
"processingTime": 50
}

View file

@ -0,0 +1,31 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "atmospheric:scalding_monkey_brush"
}
],
"results": [
{
"item": "minecraft:red_dye",
"count": 2
},
{
"item": "minecraft:red_dye",
"count": 2,
"chance": 0.1
},
{
"item": "minecraft:orange_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,31 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "atmospheric:warm_monkey_brush"
}
],
"results": [
{
"item": "minecraft:yellow_dye",
"count": 2
},
{
"item": "minecraft:yellow_dye",
"count": 2,
"chance": 0.1
},
{
"item": "minecraft:orange_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "atmospheric"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "atmospheric:yucca_flower"
}
],
"results": [
{
"item": "minecraft:light_gray_dye",
"count": 2
},
{
"item": "minecraft:white_dye",
"count": 1,
"chance": 0.05
}
],
"processingTime": 50
}

View file

@ -0,0 +1,31 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "autumnity"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "autumnity:autumn_crocus"
}
],
"results": [
{
"item": "minecraft:magenta_dye",
"count": 2
},
{
"item": "minecraft:pink_dye",
"count": 2,
"chance": 0.1
},
{
"item": "minecraft:purple_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "bloomful"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "bloomful:stripped_wisteria_log"
}
],
"results": [
{
"item": "bloomful:wisteria_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "bloomful"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "bloomful:wisteria_log"
}
],
"results": [
{
"item": "bloomful:stripped_wisteria_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "bloomful"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "bloomful:blue_delphinium"
}
],
"results": [
{
"item": "minecraft:blue_dye",
"count": 3
},
{
"item": "minecraft:blue_dye",
"count": 2,
"chance": 0.25
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "bloomful"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "bloomful:pink_delphinium"
}
],
"results": [
{
"item": "minecraft:pink_dye",
"count": 3
},
{
"item": "minecraft:pink_dye",
"count": 2,
"chance": 0.25
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "bloomful"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "bloomful:purple_delphinium"
}
],
"results": [
{
"item": "minecraft:purple_dye",
"count": 3
},
{
"item": "minecraft:purple_dye",
"count": 2,
"chance": 0.25
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "bloomful"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "bloomful:white_delphinium"
}
],
"results": [
{
"item": "minecraft:white_dye",
"count": 3
},
{
"item": "minecraft:white_dye",
"count": 2,
"chance": 0.25
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/black"
}
],
"results": [
{
"item": "botania:black_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/blue"
}
],
"results": [
{
"item": "botania:blue_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/brown"
}
],
"results": [
{
"item": "botania:brown_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/cyan"
}
],
"results": [
{
"item": "botania:cyan_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/gray"
}
],
"results": [
{
"item": "botania:gray_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/green"
}
],
"results": [
{
"item": "botania:green_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/light_blue"
}
],
"results": [
{
"item": "botania:light_blue_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/light_gray"
}
],
"results": [
{
"item": "botania:light_gray_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/lime"
}
],
"results": [
{
"item": "botania:lime_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/magenta"
}
],
"results": [
{
"item": "botania:magenta_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/orange"
}
],
"results": [
{
"item": "botania:orange_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/pink"
}
],
"results": [
{
"item": "botania:pink_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/purple"
}
],
"results": [
{
"item": "botania:purple_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/red"
}
],
"results": [
{
"item": "botania:red_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/white"
}
],
"results": [
{
"item": "botania:white_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botania"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "botania:petals/yellow"
}
],
"results": [
{
"item": "botania:yellow_dye",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,31 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:bird_of_paradise"
}
],
"results": [
{
"item": "minecraft:orange_dye",
"count": 3
},
{
"item": "minecraft:blue_dye",
"count": 1,
"chance": 0.25
},
{
"item": "minecraft:red_dye",
"count": 1,
"chance": 0.25
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:bluebell"
}
],
"results": [
{
"item": "minecraft:blue_dye",
"count": 2
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:cartwheel"
}
],
"results": [
{
"item": "minecraft:pink_dye",
"count": 2
},
{
"item": "minecraft:orange_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:columbine"
}
],
"results": [
{
"item": "minecraft:purple_dye",
"count": 2
},
{
"item": "minecraft:white_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:jolyce"
}
],
"results": [
{
"item": "minecraft:green_dye",
"count": 2
},
{
"item": "minecraft:green_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:magenta_hibiscus"
}
],
"results": [
{
"item": "minecraft:magenta_dye",
"count": 2
},
{
"item": "minecraft:magenta_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:orange_hibiscus"
}
],
"results": [
{
"item": "minecraft:orange_dye",
"count": 2
},
{
"item": "minecraft:orange_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:pink_clover"
}
],
"results": [
{
"item": "minecraft:pink_dye",
"count": 2
},
{
"item": "minecraft:lime_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:pink_hibiscus"
}
],
"results": [
{
"item": "minecraft:pink_dye",
"count": 2
},
{
"item": "minecraft:pink_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:purple_hibiscus"
}
],
"results": [
{
"item": "minecraft:purple_dye",
"count": 2
},
{
"item": "minecraft:purple_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:red_hibiscus"
}
],
"results": [
{
"item": "minecraft:red_dye",
"count": 2
},
{
"item": "minecraft:red_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:violet"
}
],
"results": [
{
"item": "minecraft:purple_dye",
"count": 2
},
{
"item": "minecraft:purple_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:white_clover"
}
],
"results": [
{
"item": "minecraft:white_dye",
"count": 2
},
{
"item": "minecraft:lime_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "buzzierbees"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "buzzierbees:daybloom"
}
],
"results": [
{
"item": "minecraft:yellow_dye",
"count": 2
},
{
"item": "minecraft:yellow_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "druidcraft"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "druidcraft:darkwood_log"
}
],
"results": [
{
"item": "druidcraft:stripped_darkwood_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "druidcraft"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "druidcraft:elder_log"
}
],
"results": [
{
"item": "druidcraft:stripped_elder_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "druidcraft"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "druidcraft:stripped_darkwood_log"
}
],
"results": [
{
"item": "druidcraft:darkwood_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "druidcraft"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "druidcraft:stripped_elder_log"
}
],
"results": [
{
"item": "druidcraft:elder_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "druidcraft"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "druidcraft:lavender"
}
],
"results": [
{
"item": "minecraft:purple_dye",
"count": 2
},
{
"item": "minecraft:purple_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:aspen_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_aspen_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:baobab_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_baobab_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:cottonwood_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_cottonwood_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:fir_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_fir_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:juniper_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_juniper_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:mangrove_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_mangrove_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:maple_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_maple_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:palm_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_palm_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:pine_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_pine_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:redwood_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_redwood_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_aspen_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:aspen_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_baobab_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:baobab_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_cottonwood_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:cottonwood_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_fir_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:fir_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_juniper_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:juniper_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_mangrove_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:mangrove_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_maple_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:maple_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_palm_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:palm_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_pine_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:pine_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_redwood_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:redwood_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:stripped_willow_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:willow_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "projectvibrantjourneys"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "projectvibrantjourneys:willow_log"
}
],
"results": [
{
"item": "projectvibrantjourneys:stripped_willow_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "upgrade_aquatic"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "upgrade_aquatic:driftwood_log"
}
],
"results": [
{
"item": "upgrade_aquatic:driftwood_log_stripped",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "upgrade_aquatic"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "upgrade_aquatic:river_log"
}
],
"results": [
{
"item": "upgrade_aquatic:stripped_river_log",
"count": 1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "upgrade_aquatic"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "upgrade_aquatic:driftwood_log_stripped"
}
],
"results": [
{
"item": "upgrade_aquatic:driftwood_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "upgrade_aquatic"
}
],
"type": "create:cutting",
"ingredients": [
{
"item": "upgrade_aquatic:stripped_river_log"
}
],
"results": [
{
"item": "upgrade_aquatic:river_planks",
"count": 5
}
],
"processingTime": 100
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "upgrade_aquatic"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "upgrade_aquatic:flowering_rush"
}
],
"results": [
{
"item": "minecraft:pink_dye",
"count": 3
},
{
"item": "minecraft:pink_dye",
"count": 2,
"chance": 0.25
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "upgrade_aquatic"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "upgrade_aquatic:searocket_pink"
}
],
"results": [
{
"item": "minecraft:pink_dye",
"count": 2
},
{
"item": "minecraft:green_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}

View file

@ -0,0 +1,26 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "upgrade_aquatic"
}
],
"type": "create:milling",
"ingredients": [
{
"item": "upgrade_aquatic:searocket_white"
}
],
"results": [
{
"item": "minecraft:white_dye",
"count": 2
},
{
"item": "minecraft:green_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}