forked from DarkPacks/SkyFactory-5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add JEI Info for where to get bonemeal from (DarkPacks#120) * Adjusts recipes from smelting orange apples/saplings to black instead. Moves into correct folder, and adds a in-lava recipe to make orange apples * Changes sand recipe from dye to use 1 brown 3 orange instead of 2 of each, fixes DarkPacks#63 (DarkPacks#149) * Give thermal copper and electrum nuggets/ingots instead of create's (DarkPacks#148) * Give Thermal copper and electrum nuggets instead of Create's * Fix mixing recipe to give thermal:electrum_ingot * Changes sag mill recipes to use Thermal's quartz dust instead of EnderIO's. (DarkPacks#142) * Warn about Ghast Cow (DarkPacks#136) * Replaces apple and salmon from bonus chest due to unlocking red stage (DarkPacks#140) --------- Co-authored-by: Dutchs <[email protected]> Co-authored-by: Darkosto <[email protected]> Co-authored-by: Christian <[email protected]>
- Loading branch information
1 parent
2b3f378
commit 20587b9
Showing
19 changed files
with
341 additions
and
4 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
...inecraft/global_packs/required_data/skyfactory_5/data/create/recipes/crushing/ochrum.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,23 @@ | ||
{ | ||
"type": "create:crushing", | ||
"ingredients": [ | ||
{ | ||
"item": "create:ochrum" | ||
} | ||
], | ||
"results": [ | ||
{ | ||
"item": "create:crushed_raw_gold", | ||
"chance": 0.2 | ||
}, | ||
{ | ||
"item": "minecraft:gold_nugget", | ||
"chance": 0.2 | ||
}, | ||
{ | ||
"item": "thermal:electrum_nugget", | ||
"chance": 0.2 | ||
} | ||
], | ||
"processingTime": 250 | ||
} |
23 changes: 23 additions & 0 deletions
23
...lobal_packs/required_data/skyfactory_5/data/create/recipes/crushing/ochrum_recycling.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,23 @@ | ||
{ | ||
"type": "create:crushing", | ||
"ingredients": [ | ||
{ | ||
"tag": "create:stone_types/ochrum" | ||
} | ||
], | ||
"results": [ | ||
{ | ||
"item": "create:crushed_raw_gold", | ||
"chance": 0.2 | ||
}, | ||
{ | ||
"item": "minecraft:gold_nugget", | ||
"chance": 0.2 | ||
}, | ||
{ | ||
"item": "thermal:electrum_nugget", | ||
"chance": 0.2 | ||
} | ||
], | ||
"processingTime": 250 | ||
} |
35 changes: 35 additions & 0 deletions
35
src/minecraft/global_packs/required_data/skyfactory_5/data/create/recipes/crushing/tuff.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,35 @@ | ||
{ | ||
"type": "create:crushing", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:tuff" | ||
} | ||
], | ||
"results": [ | ||
{ | ||
"item": "minecraft:flint", | ||
"chance": 0.25 | ||
}, | ||
{ | ||
"item": "minecraft:gold_nugget", | ||
"chance": 0.1 | ||
}, | ||
{ | ||
"item": "thermal:copper_nugget", | ||
"chance": 0.1 | ||
}, | ||
{ | ||
"item": "create:zinc_nugget", | ||
"chance": 0.1 | ||
}, | ||
{ | ||
"item": "minecraft:iron_nugget", | ||
"chance": 0.1 | ||
}, | ||
{ | ||
"item": "thermal:electrum_nugget", | ||
"chance": 0.1 | ||
} | ||
], | ||
"processingTime": 350 | ||
} |
35 changes: 35 additions & 0 deletions
35
.../global_packs/required_data/skyfactory_5/data/create/recipes/crushing/tuff_recycling.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,35 @@ | ||
{ | ||
"type": "create:crushing", | ||
"ingredients": [ | ||
{ | ||
"tag": "create:stone_types/tuff" | ||
} | ||
], | ||
"results": [ | ||
{ | ||
"item": "minecraft:flint", | ||
"chance": 0.25 | ||
}, | ||
{ | ||
"item": "minecraft:gold_nugget", | ||
"chance": 0.1 | ||
}, | ||
{ | ||
"item": "thermal:copper_nugget", | ||
"chance": 0.1 | ||
}, | ||
{ | ||
"item": "create:zinc_nugget", | ||
"chance": 0.1 | ||
}, | ||
{ | ||
"item": "minecraft:iron_nugget", | ||
"chance": 0.1 | ||
}, | ||
{ | ||
"item": "thermal:electrum_nugget", | ||
"chance": 0.1 | ||
} | ||
], | ||
"processingTime": 350 | ||
} |
19 changes: 19 additions & 0 deletions
19
...ecraft/global_packs/required_data/skyfactory_5/data/create/recipes/crushing/veridium.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,19 @@ | ||
{ | ||
"type": "create:crushing", | ||
"ingredients": [ | ||
{ | ||
"item": "create:veridium" | ||
} | ||
], | ||
"processingTime": 250, | ||
"results": [ | ||
{ | ||
"chance": 0.8, | ||
"item": "create:crushed_raw_copper" | ||
}, | ||
{ | ||
"chance": 0.8, | ||
"item": "thermal:copper_nugget" | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
...bal_packs/required_data/skyfactory_5/data/create/recipes/crushing/veridium_recycling.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,19 @@ | ||
{ | ||
"type": "create:crushing", | ||
"ingredients": [ | ||
{ | ||
"tag": "create:stone_types/veridium" | ||
} | ||
], | ||
"processingTime": 250, | ||
"results": [ | ||
{ | ||
"chance": 0.8, | ||
"item": "create:crushed_raw_copper" | ||
}, | ||
{ | ||
"chance": 0.8, | ||
"item": "thermal:copper_nugget" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...al_packs/required_data/skyfactory_5/data/create/recipes/splashing/crushed_raw_copper.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,18 @@ | ||
{ | ||
"type": "create:splashing", | ||
"ingredients": [ | ||
{ | ||
"item": "create:crushed_raw_copper" | ||
} | ||
], | ||
"results": [ | ||
{ | ||
"count": 9, | ||
"item": "thermal:copper_nugget" | ||
}, | ||
{ | ||
"chance": 0.5, | ||
"item": "minecraft:clay_ball" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
.../global_packs/required_data/skyfactory_5/data/createaddition/recipes/mixing/electrum.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 @@ | ||
{ | ||
"type": "create:mixing", | ||
"ingredients": [ | ||
{ | ||
"tag": "forge:ingots/gold" | ||
}, | ||
{ | ||
"tag": "forge:ingots/silver" | ||
} | ||
], | ||
"results": [ | ||
{ | ||
"item": "thermal:electrum_ingot", | ||
"count": 2 | ||
} | ||
], | ||
"heatRequirement": "heated", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ingots/silver" | ||
} | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
...raft/global_packs/required_data/skyfactory_5/data/enderio/recipes/sag_milling/quartz.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,24 @@ | ||
{ | ||
"type": "enderio:sag_milling", | ||
"bonus": "chance_only", | ||
"energy": 2400, | ||
"input": { | ||
"tag": "forge:gems/quartz" | ||
}, | ||
"outputs": [ | ||
{ | ||
"chance": 1.0, | ||
"item": { | ||
"item": "thermal:quartz_dust" | ||
}, | ||
"optional": false | ||
}, | ||
{ | ||
"chance": 0.1, | ||
"item": { | ||
"item": "thermal:quartz_dust" | ||
}, | ||
"optional": false | ||
} | ||
] | ||
} |
31 changes: 31 additions & 0 deletions
31
.../global_packs/required_data/skyfactory_5/data/enderio/recipes/sag_milling/quartz_ore.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,31 @@ | ||
{ | ||
"type": "enderio:sag_milling", | ||
"energy": 2400, | ||
"input": { | ||
"tag": "forge:ores/quartz" | ||
}, | ||
"outputs": [ | ||
{ | ||
"chance": 1.0, | ||
"item": { | ||
"count": 2, | ||
"item": "minecraft:quartz" | ||
}, | ||
"optional": false | ||
}, | ||
{ | ||
"chance": 0.1, | ||
"item": { | ||
"item": "thermal:quartz_dust" | ||
}, | ||
"optional": false | ||
}, | ||
{ | ||
"chance": 0.15, | ||
"item": { | ||
"item": "minecraft:netherrack" | ||
}, | ||
"optional": false | ||
} | ||
] | ||
} |
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
8 changes: 8 additions & 0 deletions
8
...necraft/global_packs/required_data/skyfactory_5/data/skyfactory_5/jei_info/bone_meal.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,8 @@ | ||
{ | ||
"items": ["minecraft:bone_meal"], | ||
"infos": [ | ||
{ | ||
"text": "Obtained from composting biological material in a composter" | ||
} | ||
] | ||
} |
25 changes: 25 additions & 0 deletions
25
...ta/skyfactory_5/recipes/lychee_recipes/in_lava_recipes/apple_in_lava_to_orange_apple.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,25 @@ | ||
{ | ||
"type": "lychee:item_inside", | ||
"item_in": { | ||
"tag": "skyfactory_5:color_apples" | ||
}, | ||
"block_in": { | ||
"blocks": ["minecraft:lava"] | ||
}, | ||
"post": [ | ||
{ | ||
"type": "drop_item", | ||
"item": "sf5_things:orange_apple" | ||
}, | ||
{ | ||
"type": "execute", | ||
"command": "particle minecraft:explosion ~ ~ ~", | ||
"hide": true | ||
}, | ||
{ | ||
"type": "execute", | ||
"command": "playsound ars_nouveau:fire_family block @e[type=player,distance=..5] ~ ~ ~ 0.5", | ||
"hide": true | ||
} | ||
] | ||
} |
File renamed without changes.
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
22 changes: 22 additions & 0 deletions
22
...ired_data/skyfactory_5/data/thermal/recipes/compat/create/pulverizer_create_veridium.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 @@ | ||
{ | ||
"type": "thermal:pulverizer", | ||
"ingredient": { | ||
"item": "create:veridium" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "create:crushed_raw_copper", | ||
"chance": 0.8 | ||
}, | ||
{ | ||
"item": "thermal:copper_nugget", | ||
"chance": 0.8 | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"type": "thermal:flag", | ||
"flag": "mod_create" | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
...a/skyfactory_5/data/thermal/recipes/compat/create/pulverizer_create_veridium_recycle.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 @@ | ||
{ | ||
"type": "thermal:pulverizer_recycle", | ||
"ingredient": { | ||
"tag": "create:stone_types/veridium" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "create:crushed_raw_copper", | ||
"chance": 0.8 | ||
}, | ||
{ | ||
"item": "thermal:copper_nugget", | ||
"chance": 0.8 | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"type": "thermal:flag", | ||
"flag": "mod_create" | ||
} | ||
] | ||
} |
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
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