Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaked RGB Ingot recipe #148

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions resources/contenttweaker/lang/en_us.lang
Original file line number Diff line number Diff line change
@@ -6,3 +6,4 @@ tile.contenttweaker.botanic_alloy_block.name=Botanic Alloy Block
tile.contenttweaker.elite_table_base.name=Elite Crafting Table Base
item.contenttweaker.nether_star_shard.name=Nether Star Shard
item.contenttweaker.nether_star_core.name=Nether Star Core
item.contenttweaker.aspectus_primal.name=Primal Aspectus
6 changes: 6 additions & 0 deletions resources/contenttweaker/models/item/aspectus_primal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "contenttweaker:items/aspectus_primal"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"animation": {
"frametime": 30,
"interpolate": true
}
}
4 changes: 4 additions & 0 deletions scripts/_new.zs
Original file line number Diff line number Diff line change
@@ -62,3 +62,7 @@ star_shard.register();
val star_core = VanillaFactory.createItem("nether_star_core");
star_core.glowing = true;
star_core.register();

// Primal Aspectus
val aspectus_primal = VanillaFactory.createItem("aspectus_primal");
aspectus_primal.register();
19 changes: 19 additions & 0 deletions scripts/embers.zs
Original file line number Diff line number Diff line change
@@ -168,3 +168,22 @@ for metal in metals {
ingot, ingot, hammer
]);
}

// Primal Aspectus recipe
mods.astralsorcery.Altar.addTraitAltarRecipe("contenttweaker:aspectus_primal", <contenttweaker:aspectus_primal>, 4500, 600, [
<ore:nuggetManyullyn>, <immersiveengineering:material:18>, <ore:nuggetManyullyn>,
null, <embers:inflictor_gem>, null,
<ore:nuggetManyullyn>, <immersiveengineering:material:18>, <ore:nuggetManyullyn>,

null, null, null, null,

null, null, null, null,
null, null, null, null,

<ore:nuggetManyullyn>, null, null, <ore:nuggetManyullyn>,

<embers:aspectus_iron>, <embers:aspectus_copper>, <embers:aspectus_lead>, <embers:aspectus_silver>, <embers:aspectus_dawnstone>
]);

// Add Primal Aspectus to alchemy aspects
mods.embers.Alchemy.addAspect("primal", <contenttweaker:aspectus_primal>);
24 changes: 16 additions & 8 deletions scripts/extended.zs
Original file line number Diff line number Diff line change
@@ -64,15 +64,18 @@ for item in items {
disable(item);
}

// Remove Crystaltine Ingot recipe
mods.extendedcrafting.TableCrafting.remove(<extendedcrafting:material:24>);

// Better Ultimate Ingot
mods.extendedcrafting.TableCrafting.addShaped(0, <extendedcrafting:storage:4>, [
[<minecraft:dye:5>, <minecraft:dye:6>, <minecraft:dye:7>, <minecraft:dye:8>, <minecraft:dye:9>, <minecraft:dye:10>, <minecraft:dye:12>],
[<botania:dye:9>, <botania:dye:10>, <botania:dye:11>, <botania:dye:12>, <botania:dye:13>, <botania:dye:14>, <minecraft:dye:13>],
[<botania:dye:8>, <hwell:asul_ingot>, <tconstruct:ingots>, <tconstruct:ingots:1>, <tconstruct:ingots:2>, <botania:dye:15>, <minecraft:dye:14>],
[<botania:dye:7>, <embers:ingot_dawnstone>, <minecraft:yellow_flower>, <minecraft:red_flower>, <embers:ingot_silver>, <botania:manaresource:23>, <quark:root_dye>],
[<botania:dye:6>, <botania:manaresource>, <minecraft:red_flower:1>, <minecraft:red_flower:8>, <embers:ingot_nickel>, <harvestcraft:cocoapowderitem>, <quark:root_dye:1>],
[<botania:dye:5>, <botania:manaresource:4>, <botania:manaresource:7>, <minecraft:gold_ingot>, <minecraft:iron_ingot>, <harvestcraft:currypowderitem>, <quark:root_dye:2>],
[<botania:dye:4>, <botania:dye:3>, <botania:dye:2>, <botania:dye:1>, <botania:dye>, <astralsorcery:itemusabledust:1>, <astralsorcery:itemusabledust>]
mods.extendedcrafting.TableCrafting.addShaped(0, <extendedcrafting:material:32> * 2, [
[<ore:ingotElvenElementium>, <ore:ingotArdite>, <ore:ingotBrickNether>, <ore:ingotBlackIron>, <ore:ingotBrickNether>, <ore:ingotArdite>, <ore:ingotElvenElementium>],
[<botania:dye:14>, <tconstruct:materials:11>, <embers:ember_cluster>, <uniquecrops:dyedbonemeal:1>, <embers:ember_cluster>, <tconstruct:materials:11>, <botania:dye:14>],
[<ore:ingotTerrasteel>, <ore:ingotUranium>, <extendedcrafting:material:36>, <ore:ingotHOPGraphite>, <extendedcrafting:material:36>, <ore:ingotUranium>, <ore:ingotTerrasteel>],
[<botania:dye:5>, <tconstruct:materials:9>, <ore:gemEmerald>, <contenttweaker:aspectus_primal>, <ore:gemEmerald>, <tconstruct:materials:9>, <botania:dye:5>],
[<contenttweaker:botanic_alloy>, <ore:ingotAsul>, <extendedcrafting:material:48>, <ore:ingotHeavy>, <extendedcrafting:material:48>, <ore:ingotAsul>, <contenttweaker:botanic_alloy>],
[<botania:dye:3>, <tconstruct:materials:10>, <ore:ingotMetaldiamond>, <minecraft:dye:4>, <ore:ingotMetaldiamond>, <tconstruct:materials:10>, <botania:dye:3>],
[<ore:ingotKnightslime>, <ore:ingotManyullyn>, <ore:ingotSoulsteel>, <ore:ingotSteel>, <ore:ingotSoulsteel>, <ore:ingotManyullyn>, <ore:ingotKnightslime>]
]);

//Handheld Advanced Crafting
@@ -81,3 +84,8 @@ recipes.addShaped("extendedcrafting_handheld_table", <extendedcrafting:handheld_
[null, <extendedcrafting:table_advanced>],
[<ore:stickWood>, null]
]);

// Enhanced Ender Ingot
mods.embers.Alchemy.add(<extendedcrafting:material:48> * 2, [<contenttweaker:nether_star_core>, <ore:gemEnderBiotite>, <ore:gemEnderBiotite>, <extendedcrafting:material:36>, <extendedcrafting:material:36>], {
"primal": 450 .. 480
});
24 changes: 24 additions & 0 deletions scripts/tconstruct.zs
Original file line number Diff line number Diff line change
@@ -588,3 +588,27 @@ recipes.addShaped("tconstructController", <tconstruct:smeltery_controller>, [
[<embers:ashen_stone>, <ore:gemHearthWellNetherCrystal>, <embers:ashen_stone>],
[<ore:blockBlackIron>, <cookingforblockheads:toaster>, <ore:blockBlackIron>]
]);

// Slime saplings
recipes.addShaped("slimesapling0", <tconstruct:slime_sapling>, [
[<hwell:shard_o>, <botania:shinyflower:3>, <hwell:shard_o>],
[<ore:slimeballGreen>, <ore:treeSapling>, <ore:slimeballGreen>],
[null, <botania:specialflower>.withTag({type: "narslimmus"}), null]
]);

recipes.addShaped("slimesapling1", <tconstruct:slime_sapling:1>, [
[<hwell:shard_h>, <botania:shinyflower:10>, <hwell:shard_h>],
[<tconstruct:edible:1>, <tconstruct:slime_sapling>, <tconstruct:edible:1>],
[null, <botania:specialflower>.withTag({type: "arcanerose"}), null]
]);

recipes.addShaped("slimesapling2", <tconstruct:slime_sapling:2>, [
[<embers:shard_ember>, <botania:shinyflower:1>, <embers:shard_ember>],
[<tconstruct:edible:2>, <tconstruct:slime_sapling:1>, <tconstruct:edible:2>],
[null, <botania:specialflower>.withTag({type: "thermalily"}), null]
]);

// Slimy dirt
mods.tconstruct.Drying.addRecipe(<tconstruct:slime_dirt>, <tconstruct:soil:1>, 18000);
mods.tconstruct.Drying.addRecipe(<tconstruct:slime_dirt:1>, <tconstruct:soil:2>, 18000);
mods.tconstruct.Drying.addRecipe(<tconstruct:slime_dirt:3>, <tconstruct:soil:5>, 18000);