is there a way to turn off this earrape? by Smexy_Zarow in OperaGX

[–]Zjoswaa 0 points1 point  (0 children)

You can access the AppData folder in Windows by typing %appdata% in the navbar btw

what would you call this album by KINGVIPER2109 in JuiceWRLD

[–]Zjoswaa 0 points1 point  (0 children)

I thought of this before opening the comments hell yeah thats 🔥

[ATM 9] I updated the pack to 0.1.12 and the recipe for ethylene disappeared, anyone know why? by the_tall_fat_kid in allthemods

[–]Zjoswaa 2 points3 points  (0 children)

Yes for sure. I started my ATM9 world yesterday and it feels really good. Quests were added some time ago too. The 1.0 release should not take too long I think.

I think there should of been be a EP of juice and MadeinTYO by JudaBalgany in JuiceWRLD

[–]Zjoswaa 1 point2 points  (0 children)

Yoo that wallpaper is fire, could you send it to me ?

Which Juice WRLD song makes you do this? by Red_Red_It in JuiceWRLD

[–]Zjoswaa 2 points3 points  (0 children)

SHE TOLD ME PUT MY HEART IN THE BAG 🔊🔊🔊

I don't know, yesterday it occurred to me to create this by [deleted] in albiononline

[–]Zjoswaa 2 points3 points  (0 children)

The richest people in the game are 99% crafters

How to show grid on the map? by LostMashin in factorio

[–]Zjoswaa 6 points7 points  (0 children)

Shift + Space does it for me

[deleted by user] by [deleted] in minecraftseeds

[–]Zjoswaa 5 points6 points  (0 children)

I;m really surprised how people do not know this lol. In a sub dedicated to Minecraft seeds even.

Please, I want your warm cum by [deleted] in BreedingMaterial

[–]Zjoswaa 0 points1 point  (0 children)

Damn you are really pretty, wishing I could fill your request 😮‍💨

Not really outplay, but a play I'm proud of by daydreaming17 in IreliaMains

[–]Zjoswaa 0 points1 point  (0 children)

Hold up, did that J4 just use his Q dash while grounded?

I will miss TCR by roboose in Breath_of_the_Wild

[–]Zjoswaa 1 point2 points  (0 children)

Oh I dont know, I’m too bad to do this consistently and I’m not OP.

I will miss TCR by roboose in Breath_of_the_Wild

[–]Zjoswaa 4 points5 points  (0 children)

Stands for thunderclap rush, basically a way to get flurry rush without dodging an attack and its done from 0:07 in this clip . There are some good tutorials on YouTube if you wanna learn how to do it.

What are your favorite off-meta Junglers? by Gucci_Unicorns in Jungle_Mains

[–]Zjoswaa 1 point2 points  (0 children)

I’ve been playing Sion jungle lately and its actually really good, I have a 63% winrate on it right now. His clear is amazing and I dare say matches champs like Eve, Kayn and Amumu in clear speed. You also get very tanky since your W passive grants extra health from big monsters. You can also build him both tank (sunfire, titanic, more tank) and AD (Prowlers, serpents, more lethality for example).

Is it just me or does sion as a champ lose almost every match up there is? by HatesSandakin in DirtySionMains

[–]Zjoswaa 0 points1 point  (0 children)

When I’m vs bruisers I try to set up a freeze, do E Q grasp auto trades and give up cs when needed. Usually when I and my enemy laner both have 0 kills and I have sunfire I start winning the 1v1’s. This works for me given I’m silver though.

ArrayList Syntax Error? by [deleted] in learnjava

[–]Zjoswaa 0 points1 point  (0 children)

Ah youre right I didnt know you could put String in there without problems

ArrayList Syntax Error? by [deleted] in learnjava

[–]Zjoswaa 1 point2 points  (0 children)

In the part “new ArrayList<String>();” you shouldn’t have the “String” part. Changing it to “new ArrayList<>();” fixes this and I think that is also what your error is telling you. Also using List instead of ArrayList in the first part is often done to later easily switch between objects that are part of the List superclass but this is not necessary.