-
Notifications
You must be signed in to change notification settings - Fork 924
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added the submitted recipes from the discord
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
Showing
75 changed files
with
2,285 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
src/main/resources/data/create/recipes/compat/bop/crushing/blue_hydrangea.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
27 changes: 27 additions & 0 deletions
27
src/main/resources/data/create/recipes/compat/bop/crushing/burning_blossom.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
27 changes: 27 additions & 0 deletions
27
src/main/resources/data/create/recipes/compat/bop/crushing/glowflower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
32 changes: 32 additions & 0 deletions
32
src/main/resources/data/create/recipes/compat/bop/crushing/goldenrod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
27 changes: 27 additions & 0 deletions
27
src/main/resources/data/create/recipes/compat/bop/crushing/lavender.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
27 changes: 27 additions & 0 deletions
27
src/main/resources/data/create/recipes/compat/bop/crushing/orange_cosmos.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
32 changes: 32 additions & 0 deletions
32
src/main/resources/data/create/recipes/compat/bop/crushing/pink_daffodil.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
32 changes: 32 additions & 0 deletions
32
src/main/resources/data/create/recipes/compat/bop/crushing/pink_hibiscus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
27 changes: 27 additions & 0 deletions
27
src/main/resources/data/create/recipes/compat/bop/crushing/rose.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
22 changes: 22 additions & 0 deletions
22
src/main/resources/data/create/recipes/compat/bop/crushing/violet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
27 changes: 27 additions & 0 deletions
27
src/main/resources/data/create/recipes/compat/bop/crushing/wildflower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.