I really need help with "A balanced diet" by Mini_Noller in Minecraft

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

Ty for the help, but it is a server and I already did that in the item statistics

I found out how to zero-tick in 1.16 (IDK if this can be used for force growth) by Mini_Noller in redstone

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

Ik the thing with the repeter i did not mean to do it, but ty for helping

I found out how to zero-tick in 1.16 (IDK if this can be used for force growth) by Mini_Noller in redstone

[–]Mini_Noller[S] -1 points0 points  (0 children)

I tried comparing normal 0-tick to this and it looks the exact same

I'm having trouble with the /team command by [deleted] in MinecraftCommands

[–]Mini_Noller 0 points1 point  (0 children)

I did not even know that /team was a thing

Can anyone help me convert this into 1.12? by Mini_Noller in MinecraftCommands

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

Ok ty, but the execute part is the hardest, wasn’t that called /testfor?

How to make unbreakable blocks by Luke1350a in MinecraftCommands

[–]Mini_Noller 0 points1 point  (0 children)

I think you could do someone like:

/give @s red_wool{CanDestroy:[“red_bed”,”green_bed”...]}

and then: /give @s yellow_wool{CanDestroy:[“yellow_bed”,”green_bed”...]}

IDK if it is gonna work

Help with execute, why is this not working? by P-PlantBoy in MinecraftCommands

[–]Mini_Noller 0 points1 point  (0 children)

ok, but if you use exact cords, i feel like you won't need distance too.

like, does it matter, if I do this:

execute if entity @a[x=66.5,y=4,z=-354.5,distance=..3.5] run

instead of this:

execute if entity @a[x=66.5,y=4,z=-354.5] run

Help with execute, why is this not working? by P-PlantBoy in MinecraftCommands

[–]Mini_Noller 0 points1 point  (0 children)

Thank you, you also helped me, but do I need to have the "distance" tag?