Skip to content

Commit

Permalink
Separation agent + radiant residue star duping
Browse files Browse the repository at this point in the history
  • Loading branch information
Laskyyy committed Jan 31, 2024
1 parent 644676a commit dfe929d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions kubejs/server_scripts/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -2003,6 +2003,24 @@ function mixingRecipes(event) {
heat: "",
time: 2000,
},
{
output: "createastral:separation_agent",
input: [
{ fluid: "yttr:void", amount: 81000 },
"createastral:refining_agent",
],
heat: "superheated",
time: 2000,
},
{
output: Fluid.of("kubejs:molten_radiance", 40500),
input: [
{ fluid: "kubejs:shimmer", amount: 81000 },
"createastral:pure_star_shard",
],
heat: "superheated",
time: 2000,
},
{
output: "tconstruct:ichor_slime_ball",
input: [
Expand Down Expand Up @@ -2629,6 +2647,7 @@ function pressingRecipes(event) {
["techreborn:electrum_ingot", "techreborn:electrum_plate"],
["createastral:bronze_ingot", "createastral:bronze_sheet"],
["minecraft:lapis_block", "create:lapis_sheet"],
["createastral:pure_star_shard", "minecraft:nether_star"],
].forEach((recipe) => {
event.recipes.createPressing(recipe[1], recipe[0]);
});
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dfe929d

Please sign in to comment.