mojira.dev

xyz

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

Assigned

No issues.

Reported

MC-119245 "item_durability_changed" does not trigger when shears are used to shear animals Awaiting Response MC-119169 Superflat customization "hidden" blockstates show as Air Duplicate MC-70243 Commandblocks do not consider /scoreboard as a command Cannot Reproduce MC-68967 Tick speed slows down after opening worlds Duplicate

Comments

this is intended behavior. this was in older versions (tnt placed with a data value of 1 in versions prior to 1.13), and is going to be reintroduced in 1.13.1

the "@e" selector encompasses all entities, which includes player entities like you.

i think this is expected behavior, as slabs are transparent blocks (just like leaves, glass, stairs, etc.).

Confirmed for Minecraft 1.13-pre2.

This exact advancement only triggers when a block is broken using the shears but not when an animal is sheared.

{
    "display": {
        "icon": {
            "item": "minecraft:shears"
        },
        "title": {
            "translate": "advancements.husbandry.use_shears.title"
        },
        "description": {
            "translate": "advancements.husbandry.use_shears.description"
        }
    },
    "parent": "minecraft:husbandry/root",
    "criteria": {
        "used": {
            "trigger": "minecraft:item_durability_changed",
            "conditions": {
                "item": {
                    "item": "minecraft:shears"
                }
            }
        }
    }
}

Well, I don't think this bug necessarily needs to be fixed anymore 😛

This bug seems to be fixed in Minecraft 1.8. I was hoping for this update 😃

And by "This is the same as my old one," I meant I selected the same versions as I did in my old bug (which is the 1 tick per second bug, which is here: MC-68967

In the output box, it just says the usual. "Unknown command. Type /help for a list of commands".

I'm gonna delete the old one because this new one has alot of info 🙂

Oops, I doubleposted. Sorry 😞