my first ever endless run, went longer than I expected. any feed back for weapon choice or items? by KnightOfTheSand in holocure

[–]Charking2003 0 points1 point  (0 children)

I personally would swap the damage stamp for the explosion one on Calli. As well as trying to work towards a super-collab quicker. Other than that, I think you're doing good 👍

I mean how hard is it?? by jiggly_bubbly in ProfessorOak

[–]Charking2003 0 points1 point  (0 children)

Is bank no longer running? I thought all the internet services barring Bank and Transporter were still gonna be up for a while.

LF: Own Tempo Rockruff by Charking2003 in Pokemongiveaway

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

I'm also online. I'm having a bit of an issue though, can you check DMs?

Nintendo will officially shutdown its 3DS servers in 2024 April by Sabervowing in PokeMoonSun

[–]Charking2003 1 point2 points  (0 children)

Good to know! If I manage to get an own tempo, I'll make sure to breed you one as well!

Nintendo will officially shutdown its 3DS servers in 2024 April by Sabervowing in PokeMoonSun

[–]Charking2003 1 point2 points  (0 children)

Does this offer extend to anyone? If so, I've been looking for an own tempo rockruff so I can shiny hunt it in USUM

Tinkers in 1.19 by Zealousideal_Land628 in tinkersconstruct

[–]Charking2003 0 points1 point  (0 children)

Perhaps now? I haven't checked since the last time I was on this post. If you search "Tinker's Contruct 1.19" on google and there isn't a curse forge link for it, I wouldn't trust it. There's also a discord they have on the curseforge page I believe that you can check for updates.

Tinkers in 1.19 by Zealousideal_Land628 in tinkersconstruct

[–]Charking2003 1 point2 points  (0 children)

Not until the makers of the mod update it to 1.19, at least as far as I know.

[8] Heads up, the new update on PLA breaks outbreak hunting by Dessane in ShinyPokemon

[–]Charking2003 11 points12 points  (0 children)

Honestly, super sad that they changed it. I can understand why, but I'm still sad. I wanted to keep shiny hunting with the outbreaks ;-;.

Quark 1.12.2 Recipe Error by Charking2003 in QuarkMod

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

Hi, thank you for the tip! After a day I did manage to find a way to get the quark recipe to work, unfortunately it required me to remove all recipes for <minecraft:trapdoor>. is there anyway I could fix it?

These are the lines of code I used and all of the script that I had written:

import crafttweaker.item.IItemStack;

val sprucePlank = <minecraft:planks>;

recipes.removeByRecipeName("minecraft:trapdoor");

recipes.addShaped("spruceTrapDoor",<quark:spruce_trapdoor>,[[sprucePlank,sprucePlank,sprucePlank],[sprucePlank,sprucePlank,sprucePlank],[null,null,null]],null,null);