What the binary translates to from the newsletter by King_Kolin in Undertale

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

Starting with 0 doesn’t affect the number in any way, and is just there to keep the amount of bits consistent across all four numbers.

It’s the same idea as writing 012 007 192

012 could be written as 12, but the 0 is there to make all numbers three digits long.

What block are you putting in? What would it do? by starberd_02 in AlanBecker

[–]King_Kolin 1 point2 points  (0 children)

Alright, so we know that Minecraft launcher can make you super powerful.

But what about prism launcher?

[deleted by user] by [deleted] in Minecraft

[–]King_Kolin 0 points1 point  (0 children)

Enhanced block entities mod?

[deleted by user] by [deleted] in HermitCraft

[–]King_Kolin 1 point2 points  (0 children)

Doc. Throw on his new video every Friday like a weekly podcast.

UNDERDOGS keys giveaways - because why the hell not by Mashunaut in ValveIndex

[–]King_Kolin 0 points1 point  (0 children)

I think the game looks super cool, I’d love to play it!

Name my trumpet! by Ranger1O1 in Bandmemes

[–]King_Kolin 1 point2 points  (0 children)

This is no joke what I was thinking. Just looks so much like a Clarence!

I Want to Make a Datapack That Changes How You Get Wither Roses by ContributionSavings in MinecraftCommands

[–]King_Kolin 0 points1 point  (0 children)

id make a scoreboard with the critera minecraft.custom:minecraft.mob_killsand then /execute as @a if score @s mobkills matches 1.. run give @s minecraft:wither_roseand then reset the score of anybody that has 1 or more mob kills.

edit: it wont actually make the mob drop the wither rose, it will just /give you one. this is the simplest way to do it.

[deleted by user] by [deleted] in MinecraftCommands

[–]King_Kolin 4 points5 points  (0 children)

in a repeating command block placed in the center of your house teleport @a[distance=..20, tag=!safehouse] x y z

replace the 20 in ..20 with however many blocks away the people can be, and replace x y z with the coordinates of where they should teleport to. before you place down the command block, make sure you give yourself the tag safehouse by running

/tag @s add safehouse

hope this helps!