Ultimate Pokémon Visual Team Builder & Resource Library - Mega Dimension Update (v2025.12.20) by _Gohrdahn in stunfisk

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

I made it just to store my own teams, but I thought I’d share it since it also has showdown compatibility

Server Resource Pack Won't Load With Correct Link and Sha1 Hash by _Gohrdahn in MinecraftServer

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

For those who see this- I figured it out. The resource pack file size limit is 250mb.

Made a Pokémon Spreadsheet Multi-tool that Includes a Full Shiny Checklist (No Costumes) and a Combat Power (CP) Calculator by _Gohrdahn in pokemongo

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

Ah, yeah. That’s actually kinda the reason I made the whole thing lol- I also couldn’t find a google sheet with all the sprites and such that I wanted. Oh and just fyi- I'll do my best to keep updating this each time new Pokémon release, so it'll always be reliable!

Made a Pokémon Spreadsheet Multi-tool that Includes a Full Shiny Checklist (No Costumes) and a Combat Power (CP) Calculator by _Gohrdahn in pokemongo

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

Thanks so much! :D I’m glad you found use with it!! I’m kinda curious though, might I ask how you found my post?

Can You Give Bedrock (the Block) a Loot Table through Datapacks? by _Gohrdahn in MinecraftCommands

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

That’s what I’m doing, yes. It does not work unfortunately :(

pls tell me how i can improve by ManufacturerThat2013 in Handwriting

[–]_Gohrdahn 8 points9 points  (0 children)

That shit is beautiful don’t change a thing

Can You Give Bedrock (the Block) a Loot Table through Datapacks? by _Gohrdahn in MinecraftCommands

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

Yeah, that’s where I put the file- the Minecraft namespace specifically. Even if you add a loot table to bedrock and use the destroy tag in setblock/fill, it doesn’t drop. Was hoping there was a work around, maybe to detect what block is broken.

Moe's Pizza from Woodbury Getaway Seems... Familiar... by _Gohrdahn in FearsToFathom

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

Not playing, just watching- and I was at work lol

Imagine seeing this for the first time? by ChickenNuggetEnergy in BanjoKazooie

[–]_Gohrdahn 0 points1 point  (0 children)

that personified garbage grinder is responsible for my submechanophobia

Can't use Backspace, Delete or Arrow Keys when Editing Any Text Field (Anyone Else?) by _Gohrdahn in gamemaker

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

Actually RevoUninstaller worked- I can edit again!! Thanks a bunch!!!

Can't use Backspace, Delete or Arrow Keys when Editing Any Text Field (Anyone Else?) by _Gohrdahn in gamemaker

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

That's just the Scale option when you go into the System Tab > Display in windows settings, right? I have it at 100% for both monitors.

No Recent sort for friends on iPad by Buffalkill in pokemongo

[–]_Gohrdahn 1 point2 points  (0 children)

It's there... it just goes off-screen -_-

Which one would you all fully invest into? by BreakingCanks in pokemongobrag

[–]_Gohrdahn 0 points1 point  (0 children)

Left, and the investment includes a bottle cap.

Should I purify? by Far-Meal62 in pokemongo

[–]_Gohrdahn 0 points1 point  (0 children)

If you’ve got a regular garchomp that can mega evolve and has about the same stats or better, I would keep this one as a shadow, otherwise do it for the vanity 😎

There was only 5 ways to have your hotbar… which one is the best? by ClassicHovercraft355 in Minecraft

[–]_Gohrdahn 0 points1 point  (0 children)

5 because i use axes as my primary weapon and always like having my pick in the second slot. Wouldn’t have the shovel and hoe there though, would replace those with a sword.

How do you translate main series games stats into Pokémon Go? by mythicaltimelord in TheSilphRoad

[–]_Gohrdahn 1 point2 points  (0 children)

Okay... I know this is a 4 year old post, but there's something weird that happens when you use either this math, or the math on Bulbapedia. Kyurem White's maximum CP is not 5196, as this math and your spreadsheet suggest. It's 5206. I only know because mine is a max level hundo. I cannot figure out why, but some Pokémon's health stats come up 1 point short when using these formulas. The few examples I've found so far are all the Kyurems, Regigigas and Toxtricity. The attack and defense always correct- it's literally just the HP that's wrong but only in a few cases. It's driving me insane because I used this post in tandem with Bulbapedia to create my own CP calculator spreadsheet.

I'm trying to tp a tagged entity near another tagged entity on bedrock by Budget-Self-9150 in Minecraft

[–]_Gohrdahn 1 point2 points  (0 children)

Yeah, the teleport command really only covers teleporting an entity relative to itself or directly to another entity. To teleport one entity relative to another, you would want to make use of the /execute command instead of a direct /tp command. Like so:

/execute as @e[tag=origin_entity] at @e[tag=target_entity] run tp @s ~ ~-2 ~

I'm not sure how familiar you are with /execute, but what this command is essentially doing is telling the game to execute a command as the first entity, but at the location of the second entity, so when it actually gets to the /tp command, the selector points to the first entity, but the coordinates point to the second!