mojira.dev

ArsiTheFox

Assigned

No issues.

Reported

MC-296483 [25w15a] - Area Effect Cloud Root Color tag does nothing unless you change the potion color in potion_contents Invalid MC-280287 [25w08a] - Unable to change single lines on book pages of signs Duplicate MC-278186 [Execute if] Testing for custom naming text components are order dependent Awaiting Response MC-277862 Processor not replacing blocks in water with spruce planks Invalid MC-276586 [Execute Command] Facing entity module not working Duplicate MC-276506 Written book title/author fails to use JSON formatting Invalid MC-275655 Entity rotation does not visually update when using the teleport command until the world is reloaded Fixed MC-274706 Foxes ignore the PickupDelay NBT tag on items! Duplicate MC-273103 Mobs ignore the PickupDelay NBT tag on items Community Consensus WEB-7041 [Feedback Login] - As soon as I attempt to login to the Feedback page it signs me out..... Duplicate MC-271987 Foxes aren't eating eggs Invalid MC-196282 Feature Fix: Skeleton horses activate when player is in creative Invalid MC-191465 Dungeon/spawner missing from custom dimension creation with datapacks Invalid MC-156295 Zombie raids still occur when the gamerule doMobSpawning is disabled Duplicate MC-141728 The new Minecraft command parser thinks a part of code is wrong when it really isn't Awaiting Response MC-140578 CanDestroy and CanPlaceOn NBT tags not using the new "tags" feature for data packs Invalid MC-140569 Execute command inconsistent with "as" component Invalid

Comments

!NOT RESOLVED as of 25w08a!

Unable to use text components to set single line

Issue: MC-280287

Also \/n fails to create new lines in tellraw of the text components

Version: 25w06a

[media]


STILL BROKEN

/data modify block -73 67 -52 front_text.messages[0] set value {text:"Hello, World!",color:aqua}

Can confirm, they also get poisoned when just touching it

Question, how did u enter the command???\

Setting player scale to half height:

/attribute @s scale base set 0.5`

Setting player scale to half height via an item:

/give @s minecraft:iron_helmet[minecraft:attribute_modifiers=[{type:scale,id:smol,amount:-0.5,operation:'add_value',slot:head}]]

Full Datapack:

[media]

install pack into new creative world then use "/locate str:arsi_town"

I would say this isn't a bug. This is just how the attribute stat system works. Weapon Attributes and Enchantments aren't the same thing

Enchanted Diamond Sword (9 Attack Damage):
  /give @s diamond_sword[enchantments={sharpness:3}]

Diamond Sword with attribute (8 Attack Damage + 1 Item Damage):
  /give @s minecraft:diamond_sword[minecraft:attribute_modifiers=[{type:"attack_damage",amount:8,id:"ouch",operation:"add_value"}]]

I would suggest going on the feedback site and making a request so enchantments can actually change the attribute value

Can Confirm, still happening in version: 24w38a!!!

[media]

Can Confirm, still happening in version: 24w38a!!!

[media]

@Jiingy, I moved the files to GoogleDrive

Ok lemme try another upload method then

[media]

Also works on my phone

@Jiingy, What device are u using to attempt to watch the vid? It is a MP4 file and it works perfectly even opened it up through Incognito to check if it was account based

@Jiingy But it does work.... hmmmmm may not like the dropbox upload way 😞

[media]

Added 2 new vids on the issue
One vid tested in the Snapshot
The other vid is in 1.21.1 and as u can see it works in 1.21.1 but not the Snapshot

@Bansed PickupDelay should always be the alotted amount of time left for an entity to pickup the item even with mobGriefing set to false.

Mobs should not be able to touch the item until that timer has lifted

When items are thrown on the ground by an entity a 2 second Pickup delay is set for the item. This is intended behavior I am pretty sure

Bedrock needs to add a delay as well

[media]