Skip to content

Commit

Permalink
added the submitted recipes from the discord
Browse files Browse the repository at this point in the history
compatibility recipes for
quark:
crushing cactus replacement
crushing biotite ore
splashing iron plate

bop:
crushing flowers

silents gems:
crushing gem ores

simple farming:
crushing grains

charm:
crushing nether gold deposit

ready your shovels:
splashing ore deposits
splashing dirt smoothing
  • Loading branch information
zelophed committed Mar 22, 2020
1 parent 9497c1c commit fc12dd3
Show file tree
Hide file tree
Showing 75 changed files with 2,285 additions and 12 deletions.
29 changes: 19 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,21 @@ minecraft {
}

repositories {
maven {
// location of the maven that hosts JEI files
name = "Progwml6 maven"
url = "https://dvs1.progwml6.com/files/maven/"
}
maven {
// location of a maven mirror for JEI files, as a fallback
name = "ModMaven"
url = "https://modmaven.k-4u.nl"
}
maven {
// location of the maven that hosts JEI files
name "Progwml6 maven"
url "https://dvs1.progwml6.com/files/maven/"
}
maven {
// location of a maven mirror for JEI files, as a fallback
name "ModMaven"
url "https://modmaven.k-4u.nl"
}
maven {
//location of the maven for vazkii's mods
name "blamejared"
url "http://maven.blamejared.com/"
}
}

dependencies {
Expand All @@ -77,6 +82,10 @@ dependencies {
compileOnly fg.deobf("mezz.jei:jei-1.14.4:6.0.0.26:api")
// at runtime, use the full JEI jar
runtimeOnly fg.deobf("mezz.jei:jei-1.14.4:6.0.0.26")

// i'll leave this here commented for easier testing
//runtimeOnly fg.deobf("vazkii.arl:AutoRegLib:1.4-35.69")
//runtimeOnly fg.deobf("vazkii.quark:Quark:r2.0-212.984")
}

jar {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:blue_hydrangea"
}
],
"results": [
{
"item": "minecraft:light_blue_dye",
"count": 3
},
{
"item": "minecraft:green_dye",
"count": 2,
"chance": 0.05
},
{
"item": "minecraft:light_blue_dye",
"count": 2,
"chance": 0.25
}
],
"processingTime": 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:burning_blossom"
}
],
"results": [
{
"item": "minecraft:orange_dye",
"count": 2
},
{
"item": "minecraft:lime_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:glowflower"
}
],
"results": [
{
"item": "minecraft:cyan_dye",
"count": 2
},
{
"item": "minecraft:white_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:goldenrod"
}
],
"results": [
{
"item": "minecraft:yellow_dye",
"count": 3
},
{
"item": "minecraft:green_dye",
"count": 2,
"chance": 0.05
},
{
"item": "minecraft:yellow_dye",
"count": 2,
"chance": 0.25
}
],
"processingTime": 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:lavender"
}
],
"results": [
{
"item": "minecraft:purple_dye",
"count": 2
},
{
"item": "minecraft:green_dye",
"count": 1,
"chance": 0.05
}
],
"processingTime": 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:orange_cosmos"
}
],
"results": [
{
"item": "minecraft:orange_dye",
"count": 2
},
{
"item": "minecraft:lime_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:pink_daffodil"
}
],
"results": [
{
"item": "minecraft:pink_dye",
"count": 2
},
{
"item": "minecraft:magenta_dye",
"count": 1,
"chance": 0.25
},
{
"item": "minecraft:cyan_dye",
"count": 1,
"chance": 0.05
}
],
"processingTime": 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:pink_hibiscus"
}
],
"results": [
{
"item": "minecraft:pink_dye",
"count": 2
},
{
"item": "minecraft:yellow_dye",
"count": 1,
"chance": 0.25
},
{
"item": "minecraft:green_dye",
"count": 1,
"chance": 0.05
}
],
"processingTime": 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:rose"
}
],
"results": [
{
"item": "minecraft:red_dye",
"count": 2
},
{
"item": "minecraft:green_dye",
"count": 1,
"chance": 0.05
}
],
"processingTime": 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:violet"
}
],
"results": [
{
"item": "minecraft:purple_dye",
"count": 2
}
],
"processingTime": 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
],
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "biomesoplenty:wildflower"
}
],
"results": [
{
"item": "minecraft:magenta_dye",
"count": 2
},
{
"item": "minecraft:lime_dye",
"count": 1,
"chance": 0.1
}
],
"processingTime": 50
}
Loading

0 comments on commit fc12dd3

Please sign in to comment.