mojira.dev

Plsofkfndnab

Assigned

No issues.

Reported

MC-250230 Horse suffocated when going through a nether portal MC-250228 Duplicate WEB-5704 Why is account creation disabled? Invalid MC-250228 Spectator can go through barriers Invalid MC-250227 My horse soffocated Incomplete MC-250226 I fall through clay Duplicate MC-250066 Execute command not working Invalid MC-250064 The warden can see Duplicate MC-224058 Ctrl pick block not saving conditional of command block and big dripleaf title when sneaking and bed exploding in the nether and enderman not a tracking endermite from spawn egg Invalid

Comments

Thank you for your report!
MC-80032 is my issue. Fuond it.

But when I programm java "else" is valid syntax. My grandpa taught me java.

That doesnt make sense. I also want

execute if block ~ ~ ~ minecraft:netherite_block run setblock ~ ~ ~ diamond block else run setblock ~ ~ ~ netherite_block

which doesnt work. Your method

execute if block ~ ~ ~ minecraft:diamond_block run setblock ~ ~ ~ netherite_block

Then, another that’s

execute unless block ~ ~ ~ minecraft:diamond_block run setblock ~ ~ ~ diamond_block

doesnt work either. It always places a diamond block even if there is already a diamond block. Its supposed to swap these blocks.