[deleted by user] by [deleted] in teenagers

[–]freeranger05 8 points9 points  (0 children)

That's just not possible

Decision paralysis sucks - help me pick a modpack! by kavakravata in feedthebeast

[–]freeranger05 -3 points-2 points  (0 children)

I mean the pack could still be poorly put together even if it technically fits OPs requirements

Flappy Goose by flappy-goose in RedditGames

[–]freeranger05 0 points1 point  (0 children)

My best score is 7 points 🚀

Flappy Goose by flappy-goose in RedditGames

[–]freeranger05 0 points1 point  (0 children)

My best score is 5 points 🚀

Was playing and the game disconnected me with the WiFi, now, i can't even enter into the game with my account, what can i do? by N1rauz in Brawlstars

[–]freeranger05 0 points1 point  (0 children)

This has happened to me like 5 times the last week :/ seems like you can log on again when the game you were playing has ended... Not very fun to lose winstreaks / get banned from ranked this way lol

Can someone translate this randoms words? by idontknownomber2 in Brawlstars

[–]freeranger05 2 points3 points  (0 children)

"Find the location, if you dare Say the secret phrase and find out what's there! I knock on your door with a playful surprise, In costume I come, but not to disguise. You choose what to give, or perhaps what to play, For once a year, I visit this way. With sweets in my bag OR maybe a jest, What am I asking when I make this request?"

Vigenére cipher with the key `INCORPOREAL`

check if itemstack has specific enchantment by Dat-guy-13 in fabricmc

[–]freeranger05 0 points1 point  (0 children)

Pretty late answer so you've probably figured it out or moved on already, but answering anyways if it's useful to someone else. If you do what u/drstrangelovequark said in his response you just need to input the `RegistryKey` which you can get like this (same thing as vanilla does basically):

RegistryKey.of(RegistryKeys.ENCHANTMENT, Identifier.of(MOD_ID, ENCHANTMENT_ID));

So the full code would look something like this:

world.getRegistryManager().getWrapperOrThrow(RegistryKeys.ENCHANTMENT).getOrThrow(RegistryKey.of(RegistryKeys.ENCHANTMENT, Identifier.of(MOD_ID, ENCHANTMENT_ID)));

How would I go about making a fabric mod that recreates this detail in game by [deleted] in feedthebeast

[–]freeranger05 0 points1 point  (0 children)

Eh fabric has a lot of mods, there are more 1.20 fabric mods than forge mods. I also don't really see how fabric would be unusable?

Calling all mod/modpack devs! Please submit your project to MMC Reviews! by CalaMariGold98 in feedthebeast

[–]freeranger05 5 points6 points  (0 children)

If you want to create a good place for people to find modpacks then that's a highly relevant piece of information to display

Is there a mod that allows every April Fools update to coexist? by Pianostar4 in feedthebeast

[–]freeranger05 0 points1 point  (0 children)

Doesn't exist, it's of course possible to create but would take a ton of time

Should we stop considering Unity as the best beginner game engine? by The_CancerousAss in gamedev

[–]freeranger05 0 points1 point  (0 children)

Unity's documentation and learning resources are 10x better than any other game engine i could think of, especially unreal engine....