mojira.dev

Manuel

More than one avatar was detected! There might be multiple accounts sharing this same name.

Assigned

No issues.

Reported

MCPE-151044 Horses despawn Duplicate MCPE-150803 Creatures de spawn when entering your world Duplicate MCPE-121938 slime block does not bounce when falling Incomplete MCPE-121923 No mineral or anything is generated in the negative layers or mobs either Duplicate MC-165092 Output icon in brewing stand is visible if a potion is in the output Duplicate MC-135778 NBT Tag "OnGround" sets to 1b after teleporting Duplicate MC-135387 Chunks are not forced/unforced until a player loads it Fixed MC-131983 Error Message of commands does display wrong Invalid MC-131350 If I click on a not craftable recipe minecraft does crash Duplicate MC-131221 Debug Stick does only change the state "open" of fence gates Invalid MC-130494 If I use the /kick command in singelplayer the game stops responding Incomplete MC-129926 Light glitch with slabs Fixed MC-129470 You can't use firework rockets in adventure mode Works As Intended MC-129380 Minecraft does crash if there's a recipe that uses an item that has NBT tags Invalid MC-129202 Barrier block doesn't get visible Invalid MC-128904 You don't stop landing if you get off the sneak key Invalid MC-128072 Item gets invisible when it's on fire. Duplicate MC-128065 You can't change scores of death players Cannot Reproduce MC-127744 You can't close your inventory if you are in the searching tab Duplicate MC-127485 You can use F3 + C in Survival Mode Works As Intended

Comments

Gracias muy amable. Gracias por su atención

Can confirm for 1.13-pre1

Also you can't use a carrot on a stick if you're in the adventure mode and watching on a block.

They are set to minimal

I tried it again and now it does work for me too. Thanks anyway

I placed two command blocks. The first was a repeating always active one and the second was a chain always active one. In the repeating command block i wrote the command

execute as @a[scores={resDeath=1..}] at @s run setblock ~ ~ ~ diamond_block

and in the chain command block i wrote the command

execute as @a[scores={resDeath=1..}] run scoreboard players set @s resDeath 0

. The objective named resDeath I created with the command scoreboard objectives add resDeath minecraft.custom:minecraft.deaths.