mojira.dev
MC-300169

The CustomName tag of a copper golem statue is not kept when mined

The loot table of the Copper Golem Statue block does not have a copy_components function to keep the custom_name of a Copper Golem.

How to reproduce:

  1. Turn a named Copper Golem into a Statue block. To do this faster:

    /data modify entity @n[type=minecraft:copper_golem] next_weather_age set value 0L
  2. Then use pick-block and break them respectively.

As a result, the picked one has an entity_data item component, while the broken one does not.

Linked issues

Comments 2

Thank you for your report!

However, this issue has been temporarily closed as Awaiting Response.

Could you please elaborate on the first step? Copper Golems currently do not turn into statues due to MC-300362.

This ticket will automatically reopen when you reply.

Quick Links:
šŸ““ Issue Guidelines – šŸ’¬ Mojang Support – šŸ“§ Suggestions – šŸ“– Minecraft Wiki

@v-baslod I’m pretty sure that Copper Golems will oxidize and turn into statues normally. Once the next_weather_age is not larger than the return value of /time query gametime, Copper Golems will oxidize. To achieve this, you can /time set a value larger than the next_weather_age. Or, you can modify the next_weather_age to 0.

CaN2crow987

(Unassigned)

1458192

Confirmed

Expansion A

Normal

Entities, Items

25w31a, 25w32a

Future Update

Retrieved