mojira.dev

Manuel

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

Assigned

No issues.

Reported

View all
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

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.