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:
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
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
is duplicated by 1
Comments 2
@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.
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