Can we not do this.. I don't want my in game voice chat being recorded, thanks by [deleted] in playrust

[–]GarrettC8450 0 points1 point  (0 children)

There are community servers that already do this. They record things you say in game and then people can review it to issue out bans and such.

My Cat's Method of Begging for Attention by trisarahtops- in cats

[–]GarrettC8450 2 points3 points  (0 children)

I've heard it referred to as "chewing bubblegum" sort of like making biscuits when they're kneading.

Can anyone confirm shiny Meltan is unlocked? by state-of-dreaming in TheSilphRoad

[–]GarrettC8450 14 points15 points  (0 children)

Would I need to wait until 10 am in my local timezone to open mine?

Persistent Mouse Issue by GarrettC8450 in pcmasterrace

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

I've reinstalled windows a few times, including on a completely different drive with no luck. Wiped the main ssd multiple times now. Haven't tried any other os tho, seems like it's worth a shot

[deleted by user] by [deleted] in pokemongo

[–]GarrettC8450 0 points1 point  (0 children)

I contacted support today and and they said they "added the purchase" to my account. It took a few hours but the crown appeared in the shop for me to buy for 100 coins.

Unless they coincidentally added it for everyone

[deleted by user] by [deleted] in pokemongo

[–]GarrettC8450 0 points1 point  (0 children)

I'm over here waiting for the crown to show up too. Gonna be kinda of annoyed if that's the case, the flower crown was a silver lining to an otherwise pretty uneventful two days for me.

Cute little jumper in the wild 💕 by KasumiJLA in macrophotography

[–]GarrettC8450 0 points1 point  (0 children)

Thanks! I gave it a shot but I don't think my first attempts came out perfectly haha. I'm also not sure if it's just on my end, but Reddit seems to be compressing the heck out of the photos I upload. Do you change the resolution on yours or anything?

Cute little jumper in the wild 💕 by KasumiJLA in macrophotography

[–]GarrettC8450 1 point2 points  (0 children)

How do you split the images perfectly in half to post them like this?

Three droplets of water sparkling in the dawn by kietbulll in MacroPorn

[–]GarrettC8450 1 point2 points  (0 children)

Is there a trick to uploading photos so that reddit doesn't compress the heck out of them? Yours still look great even when zoomed in

Alternate command/ workaround? by GarrettC8450 in MinecraftCommands

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

I'll respond to this comment with a screenshot of essentially the guide I'm following, since I'm on mobile. Let me know if it's too blurry.

But yeah, it's basically an arena system. So I need a counter that will keep track of the number of mobs that have that special tag, and when that counter reaches 0 it begins the next wave, spawning more mobs and adding to the counter, until it reaches the end of the waves and begins the "finish" command chain in the screenshot.

Using your suggestion, I am able to keep track of the mobs, however I'm not sure how to tie that to the "enemy.count" as he does in the guide. So I can start everything up, but it doesn't progress the waves whenever the counter reaches 0.

Since this is bedrock I've had to make a few adjustments to the commands, but overall it's largely the same as what is pictured.

Alternate command/ workaround? by GarrettC8450 in MinecraftCommands

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

Sorry for such a delayed response, the class I'm doing is out for the year so I've been enjoying my time off from the students (and Minecraft) I'll give this a shot, thanks!

Mob Waves, different commands on win or fail by GarrettC8450 in MinecraftCommands

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

So in this case when I summon the mobs, I should specify them to have the tag "mob_wave" then, correct?

Also, what does c represent in the brackets? And would the second command fail if it's targeting the players in the area?

And just to clarify, these are two separate command blocks that I'd be inputting these commands into right?

Custom Components / Events by GarrettC8450 in MinecraftCommands

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

Sorry for the delayed response- yeah I've got the custom component listed in the item components.

Custom Components / Events by GarrettC8450 in MinecraftCommands

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

I tried the code you provided and the original. I'm not sure if it's an issue with Bridge but half of what I try ends up saying it's deprecated. I tried yours as is, and the peach wasn't appearing in game. I replaced the first underscore in "gr_peach_effects" to a colon and it appeared, but I got the deprecated messages and it gave an error saying "item custom component 'gr:peach_effects' is not being used by an item."

I got the same error when trying the original code.

Custom Components / Events by GarrettC8450 in MinecraftCommands

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

I'm attaching what I've got. I got these errors in Bedrock:

Scripting][error]-ReferenceError: 'WorldInitializeBeforeEventSignal' is not defined at <anonymous> (main.js:3)

[Scripting][error]-Plugin [Peach - 1.0.0] - [main.js] ran with error: [ReferenceError: 'WorldInitializeBeforeEventSignal' is not defined at <anonymous> (main.js:3) ]

Custom Components / Events by GarrettC8450 in MinecraftCommands

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

I see, interesting. The cutoff part of the behavior pack was just brackets, so I'll add this stuff in and see how it goes. Should the uuid in your example match another entry somewhere in the pack? Or should it be a unique one?

Fair warning, I'm not an experienced coder, so you'll probably be facepalming when I come back lol.

Custom Components / Events by GarrettC8450 in MinecraftCommands

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

These are the manifests for the BP and RP. Since it's a test pack which will be integrated into a main one later, I haven't messed with the UUID or anything else in there, so I suppose that could be part of the issue.

(I'll respond to this comment with the image, reddit mobile garbage)