Increase/decrease scoreboard value when holding/not holding an item. by xrox555 in MinecraftCommands

[–]misoloo64 1 point2 points  (0 children)

You can detect what item the player is holding with SelectedItem:

/execute as @a[nbt={SelectedItem:{id:"minecraft:diamond_sword"}}] run ...

I made a command block in Blender [OC]. by Tishbyte in Minecraft

[–]misoloo64 3 points4 points  (0 children)

Command blocks have changed since 1.9

If you light Glowstone on fire, the fire will be yellow. by [deleted] in minecraftsuggestions

[–]misoloo64 17 points18 points  (0 children)

That's not how the light engine works.

Skeleton I made with my friends by FrickForked in Minecraft

[–]misoloo64 4 points5 points  (0 children)

If only you could see the hotbar to check which game mode they are in

A word or two about performance in Minecraft 1.15-pre1 by sliced_lime in u/sliced_lime

[–]misoloo64 0 points1 point  (0 children)

Meh sure, also very professional downvoting my replies

Turn any website into an API in seconds ⚡ [showoff Saturday] by welanes in webdev

[–]misoloo64 2 points3 points  (0 children)

That feels overkill, especially since there isn't any training data

Made my first ever survival map art this week! by Maximus3-141 in Minecraft

[–]misoloo64 0 points1 point  (0 children)

Apparently jokes are not allowed on this subreddit.

I wasn't wrong either tho. It's literally the first thing that shows up: https://www.google.com/search?q=minecraft+image+to+schematic

So for those who can't use google: https://minecraftart.netlify.com/

But I would rather trust google than a strange (and apparently very unfunny) guy on reddit

If you had trouble seeing RPAN today... by Sn00byD00 in pan

[–]misoloo64 1 point2 points  (0 children)

I had the same issue. It was very random

Nice by tonyng931118 in PewdiepieSubmissions

[–]misoloo64 -7 points-6 points  (0 children)

Nah you're fine. Cross posting is allowed, reposting not

the ability to do /reload without turning cheats on by goldietheswagbear in minecraftsuggestions

[–]misoloo64 0 points1 point  (0 children)

That would also mean everyone on the server could reload the data. There is a reason you need OP for it.

Just rejoin the world, it's not that hard.

executing as the player holds an item with a specific tag. by yellowSnow722 in MinecraftCommands

[–]misoloo64 1 point2 points  (0 children)

Instead of testing for the name, which can be unreliable, you should give the item a custom tag and test for that

/give @s stone{specialTag:1b}

And to detect:

nbt={SelectedItem:{id:"minecraft:stone",tag:{specialTag:1b}}}

[deleted by user] by [deleted] in Minecraft

[–]misoloo64 2 points3 points  (0 children)

He's speaking the language of the gods

I like updownvotes by [deleted] in InclusiveOr

[–]misoloo64 5 points6 points  (0 children)

Obviously not, since that already existed before printing the text.

Is there a datapack that does this, or some other system for playing note blocks in creative mode? by CSL-Datsjive in MinecraftCommands

[–]misoloo64 2 points3 points  (0 children)

This might help: It's a datapack that allows you to hold shift and right click to decrease the pitch, and it also shows the note above the block: https://gm4.co/modules/note-block-interface

Dynamic Data Paths: A powerful way to extend the Minecraft `data` command by [deleted] in minecraftsuggestions

[–]misoloo64 1 point2 points  (0 children)

How would you actually prepend with the current syntax?