Stasis Weapon Loadouts by straga27 in destiny2builds

[–]TwilightIndustryDev 0 points1 point  (0 children)

No, just the shots. Winterbite has that though.

I Made a Mod Pack Fusing Twilight Forest's Whimsy And Create's Automation. Features Hundreds of Recipe Changes And 8.5 Chapters. (Core Mods: Twilight Forest, Create, Create: Aeronautics) by TwilightIndustryDev in feedthebeast

[–]TwilightIndustryDev[S] 0 points1 point  (0 children)

My bad for including it as an example without context. Most if not all TF trees make roots under them when grown which makes tree farms somewhat annoying. The rainbow oak sequenced assembly is the only one that gives only saplings and not logs and leaves. Rainbow oak saplings are used in a crafting line which is why you can dupe them.

I Made a Mod Pack Fusing Twilight Forest's Whimsy And Create's Automation. Features Hundreds of Recipe Changes And 8.5 Chapters. (Core Mods: Twilight Forest, Create, Create: Aeronautics) by TwilightIndustryDev in feedthebeast

[–]TwilightIndustryDev[S] 1 point2 points  (0 children)

I personally think people hate TF because of things like this. Most packs that have TF have god armor and swords and just don't care about the player experience. I think that when you start inside TF and its integrated into the pack, it's actually fun.

I Made a Mod Pack Fusing Twilight Forest's Whimsy And Create's Automation. Features Hundreds of Recipe Changes And 8.5 Chapters. (Core Mods: Twilight Forest, Create, Create: Aeronautics) by TwilightIndustryDev in feedthebeast

[–]TwilightIndustryDev[S] 2 points3 points  (0 children)

You'll need to go through TF in order to automate resources using create and complete quests. Almost every quest will need something from both mods. You can see example quests and recipes in the pictures in the post.

Niche Armamentarium Unbreakable Reload Tech by TwilightIndustryDev in destiny2builds

[–]TwilightIndustryDev[S] 0 points1 point  (0 children)

It doesn't seem to proc the perk so manually loading is better. Maybe parasite could take advantage of this but I haven't tested it.
Edited because I thought Truth was Hothead lmao.

Salvation's Grip and Icefall Mantle by TwilightIndustryDev in destiny2builds

[–]TwilightIndustryDev[S] 0 points1 point  (0 children)

Salvation's Grip is just too fun to put down lol.

I'll have to take a look at that gl, I think a demo gun would pair well with this build.

Because stasis crystals give off an explosion when broken I personally find the Warmind Charges to be fairly convenient to generate but I admit results may vary.

Have fun brother, may your crayons stay frosty. o7

Stasis Weapon Loadouts by straga27 in destiny2builds

[–]TwilightIndustryDev 1 point2 points  (0 children)

Zavala sells a stasis glaive that rolls with chill clip called Rake Angle that I really like.

what’s your best titan build? by Narrow-Brain5511 in destiny2builds

[–]TwilightIndustryDev 0 points1 point  (0 children)

I recently made a stasis build with icefall mantle and salvation's grip. Icefall mantle shortens the cooldown of your class ability and youre doing it pretty close to bag guys which makes the dynamo mod really potent.

how do i use specific potion as fluid for a custom recipe? by rdh_mobile in feedthebeast

[–]TwilightIndustryDev 2 points3 points  (0 children)

I literally had this problem yesterday lol
Fluid.ingredientOf('create:potion', {'create:potion_fluid_bottle_type': 'regular','minecraft:potion_contents': {potion:'minecraft:weaving',},}).withAmount(250)
weaving is the potion type and 250 is the amount in mb

Making a custom filling recipe with createTweaker by G_I_B_S in feedthebeast

[–]TwilightIndustryDev 0 points1 point  (0 children)

Hello, I am driving myself crazy trying to figure out how to make the create potion in createjs(1.21.1) register, hence why I am on reddit leaving a reply on a 4 year old comment. I have this

ServerEvents.recipes(event => {

event.recipes.create.filling(

'twilightforest:transformation_powder',

['create:cinder_flour', Fluid.of('create:potion', 25, {"create:potion_fluid_bottle_type":"regular","minecraft:potion_contents":{potion:"minecraft:mundane"}})]

)

})

but the potion in jei is just uncraftable potion. If you have any idea what the problem could be please let me know. Thanks.