mojira.dev

Hardel

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

Assigned

No issues.

Reported

View all
MC-299348 World fails to load after removing datapack containing custom dimension Invalid MC-271641 "post_attack" not applying min and max amplifier for data driven enchantments Duplicate MC-269639 Incorrect Durability Application to Stacked Items with Custom Max Stack Size and Max Damage Won't Fix MC-268850 Attribute Modifier: Not updated when switching items in hotbar Fixed MC-157989 Bow custom Model dosen't work for the first shoot. Duplicate MC-155047 "/data modify" doesn't work on the Inventory of Entity. Duplicate MC-148441 Items in the interfaces are not in the foreground. Cannot Reproduce MC-148419 CustomName does not update when we’re in UI Duplicate MC-137714 Bug with /summon invisible Duplicate MC-135955 Bug display with the bossbar Duplicate

Comments

[media]
[media]
[media]

While analyzing the items class code, I came across this.

DataComponentMap buildAndValidateComponents() {
			DataComponentMap dataComponentMap = this.buildComponents();
			if (dataComponentMap.has(DataComponents.DAMAGE) && dataComponentMap.getOrDefault(DataComponents.MAX_STACK_SIZE, 1) > 1) {
				throw new IllegalStateException("Item cannot have both durability and be stackable");
			} else {
				return dataComponentMap;
			}
		}

To fix the bug, I guess you just need to add max_damage like tihs :

if ((dataComponentMap.has(DataComponents.DAMAGE) || dataComponentMap.has(DataComponents.MAX_DAMAGE)) && dataComponentMap.getOrDefault(DataComponents.MAX_STACK_SIZE, 1) > 1) {

It's not a Duplicate of MC-29318
Because MC-155047 no have problem with ghost item

This 2 bug are different

1.14 Confirmed

Change the nbt in SeletecItem or Inventory unless the tag exist dosen't work.

Is not fixed for 1.14.

This bug affects the hopper, stairs all that has a complex shape.

When you create too much, it becomes unplayable very quickly.
when one starts to make a medieval village with system complex redstone in the house,
lag spikes are permanent.

(it affects the pre-release 3).
It should be an urgency to fix this bug.

Not fix in pre release 2 it's work for rarely item but for item with color it's not work

[media]

 

[media]

It works for me, there is no bug.

/give @p minecraft:trident{enchantment:[{id:"minecraft:unbreaking",lvl:1}]}

We are in the last snapshot of 1.13. Fix this bug

Many players complain about this bug , You really need to fix this bug Please

 

There is no relationship between the bug and I present the "duplicates".

Use this command for @s in command block.

/execute as @p at @s run tp @s 112 102 317

mcedit is for 1.12 and old version

Thx /reload not working but close minecraft and re-open work

Look my new scrrenshot.
Custom loot_table dosen't work for me.

[media]

[media]

[media]

ok thx ^^ im borring xD
i have a new probleme now it's for loot_table custom i create a new request.

Mc-117022
it's this bug

Load more comments