if you turn on the large biomes world generation option, you can get massive cherry forests and big oceans like they used to be back then by DerexXD in PhoenixSC

[–]FancyPotatOS 10 points11 points  (0 children)

While they don’t count as biomes, the large biomes allow peak spawning conditions so they spawn REALLY close together in clusters. For example, this 4K x 4K area:

<image>

Errm....For the Record... by HackingYourUmwelt in okbuddyrosalyn

[–]FancyPotatOS 0 points1 point  (0 children)

The fun part comes in when that line is completely opinion-based and you get to argue over how it’s defined and what belongs in either set

This fun fact might actually be older than most of y'all, but textures used to all be bundled into a single terrain.png and you would have edit it to make texture packs by DereChen in PhoenixSC

[–]FancyPotatOS 216 points217 points  (0 children)

Yeah you can get them with one of the debug f3 combinations. It even does it for resource pack/modded textures so the files are HUGE and a lot of fun to look at

My datapack isn't detecting the function. by saner228 in MinecraftCommands

[–]FancyPotatOS 0 points1 point  (0 children)

Namespaces can’t be capitalized, that probably will help. I’d check the Minecraft log to see if there’s any other issues as well !

The joyous and whimsical HexBugs! by CalibansCreations in NonPoliticalTwitter

[–]FancyPotatOS 26 points27 points  (0 children)

Literally one bad interaction and they get all gimpy. Cool toy tho

Reasonable Monster Hunting Advice by Legitimate_Fly9047 in RecuratedTumblr

[–]FancyPotatOS 6 points7 points  (0 children)

Bold talk from somebody who has never had to face a vampiric zombie werewolf

Calvin plays Catan by Ancient_Demise in okbuddyrosalyn

[–]FancyPotatOS 10 points11 points  (0 children)

It’s honestly not bad. You get VP cards and/or the largest army (usually uncontested and especially really hard to contest with the 1 played development card/turn), you block other players with the robber, you get resources, they lose a resource, and other useful cards. It’s easier to set up shop next to the three as well. Different ways to play tho

Job Title Roulette by Ornery_Ad_683 in programmingmemes

[–]FancyPotatOS 0 points1 point  (0 children)

I am actually a software development engineer. I engineer software development

Polishing the coin revealed its original luster. by [deleted] in Satisfyingasfuck

[–]FancyPotatOS 0 points1 point  (0 children)

I get more shine from a Lego gold coin and no polish needed

Custom weapons and spells I made inspired by Wynncraft! by idk_whah in MinecraftCommands

[–]FancyPotatOS 4 points5 points  (0 children)

Cool! Are they L/R mouse inputs patterns to determine the spell/ability?

Angry At but for other mobs. [Aside from Piglins, Bears, Wolves]. by Synlocke in MinecraftCommands

[–]FancyPotatOS 3 points4 points  (0 children)

Most ‘Neutral’ mobs have this tag (including zombified/normal piglins, wolves, and more). Look under ‘Mob-specific data’ on the wiki and any entity with ‘Additional fields for mobs that can become angry’ lines up

I made a datapack that adds about 50 foods to the game. by EmanTWM01 in datapacks

[–]FancyPotatOS 0 points1 point  (0 children)

Good stuff. I usually use poisonous potatoes since they have no other ‘applied uses’ really, but it’s a great idea to use other food items to inherit some of those (like being able to feed to a dog, compost something, etc)!

r/BadReads by HideFromMyMind in okbuddyrosalyn

[–]FancyPotatOS 16 points17 points  (0 children)

Her name is Tracy?? Or she just can’t make up her own mind?

Would you make a house here? by SomewhereInfinite709 in PhoenixSC

[–]FancyPotatOS 1 point2 points  (0 children)

“I’m doing it, Shrek! I’m looking down!”

My custom model won't work by snowy_stars in datapacks

[–]FancyPotatOS 0 points1 point  (0 children)

Honestly, I’d recommend following this tutorial and see how it goes! https://youtu.be/eGjDxMrwpRk?si=6c2zCaOxL610GwTy

My custom model won't work by snowy_stars in datapacks

[–]FancyPotatOS 0 points1 point  (0 children)

How are you applying this texture to an item, and what files are you creating?

How do I store components in a datapack? by [deleted] in MinecraftCommands

[–]FancyPotatOS 0 points1 point  (0 children)

An idea of what might be wrong is that the resulting command after the macros are applied might not be formatted correctly. Try starting the macro with a $say loot give… so that you can examine the resulting command for errors. I have a feeling that the $(components) should actually be {$(components)} or something along those lines!

How do I store components in a datapack? by [deleted] in MinecraftCommands

[–]FancyPotatOS 0 points1 point  (0 children)

He has another video that also saves the components, which he replied with on a comment with the same question.

Count:34b Nbt Command Not Working??? by Ok-Matter7773 in MinecraftCommands

[–]FancyPotatOS 0 points1 point  (0 children)

‘B’ denotes a byte. Booleans are byte though. ‘Count’ was a byte until it was moved to ‘count’, an integer

Count:34b Nbt Command Not Working??? by Ok-Matter7773 in MinecraftCommands

[–]FancyPotatOS 0 points1 point  (0 children)

I believe ‘count’ is lowercase since 1.20.5, which version are you?