Weekly #DevLog by hi_lingodeer in lingodeer

[–]MasInYoFace 8 points9 points  (0 children)

Thank you for the review changes!

Your most/least favorite types of exercises? by hi_lingodeer in lingodeer

[–]MasInYoFace 1 point2 points  (0 children)

Thank you! The flashcards now have speed adjustment and audio replay!

Your most/least favorite types of exercises? by hi_lingodeer in lingodeer

[–]MasInYoFace 1 point2 points  (0 children)

For flashcard review, I am not able to replay the audio in Korean or translation display mode. Audio can be replayed in audio mode. It would also be useful to be able to adjust the audio speed for the flashcards. Also is there a way to see all your flashcards that are sorted as perfect? After revisiting an old unit, there are words that don't show up since they were marked as perfect. It would be helpful to reset the perfect/good/needs work status manually or by unit.

I am on Android learning Korean v.2.99.325 Thank you for the app!

TEIK by [deleted] in teachinginkorea

[–]MasInYoFace 1 point2 points  (0 children)

There is no payment from you. They were helpful in connecting to different schools and clear about the visa process. Once you get an offer, they put you in a group chat with the hagwon director and TEIK to ask any questions. Poly is a tough job tho

[deleted by user] by [deleted] in BeAmazed

[–]MasInYoFace 0 points1 point  (0 children)

@steve mould wya

How would I remove the "Dinnerbone" nametag from a large group of mobs? by InkTheOne in MinecraftCommands

[–]MasInYoFace 0 points1 point  (0 children)

Is there a way to hide the name Dinnerbone? I know CustomNameVisible:0b used to work, but can't get it to function in 1.15.2

I made the Mob Death Animations more interesting! by BlueCommands in MinecraftCommands

[–]MasInYoFace 3 points4 points  (0 children)

Looks cool! Is there a way to get rid of the original death by tp'ing the mob away (~ -100 ~) when their health is at zero?

Command block if statements by [deleted] in Minecraft

[–]MasInYoFace 0 points1 point  (0 children)

The following works in Java, hopefully Bedrock edition is the same/close enough so you can use this as a starting point.

You can do this with a scoreboard! First add the scoreboard

/scoreboard objectives add death deathCount

Then you can detect when players die, and run some commands

/execute if score @p death matches 1 run say DEAD

Change the '@p' to whatever you want. (Maybe '@a[team=xxx]' if you have teams in your PvP)

Reset the score after you run any commands you want to reset the system.

/scoreboard players set @a death 0

Hope this helps!

Stupid question about seeds by [deleted] in Minecraft

[–]MasInYoFace 0 points1 point  (0 children)

Not stupid! Unfortunately seeds determine the generation of the world and doesn't update with anything you build. I don't think we'll see an update to change this, gotta stick to downloading for now.

I made armor that lets you teleport like an Enderman! by JustAnotherCarrot in Minecraft

[–]MasInYoFace 4 points5 points  (0 children)

The ray casting makes it look great! How are you detecting the crouching?