Jira not show how to respond to a past message.. but.. i add the details (added in the original report)
Steps to Reproduce:
Create a new world
Save and close
Observed Results:
In the data folder of world in the world_border.dat the warning time is 15 ticks then the warning screen show in less than 1 second when run the worldborder and the player is close to them
Expected Results:
The warning time is 300 ticks (like 15 seconds in past versions) and players get the screen warning in 15 seconds
See the deofuscated version of 25w45a the issue is the WorldBorder class where the field for warningTime in the class and the Settings record was not update to the new default in ticks
Confirmed if die in survival like lava lake in y<18 you respawn inside blocks.
Record with the flags and how lost when use a portal.
I have the same issue in a server when players try to join a few of them get disconnected by this
but comparing the code looks like before 1.20 (decompiled) the DragonBattle is assign by default to any dragon summoned.
oh then still being a issue because i can edit the sign, when reload the world i cannot edit like say the technical changes.
This also apply to allay generated by summon command (the tag missing or default to 0).
Confirmed in 1.18.1
This also affect multiplayer, if you make this in a server and the player going to singleplayer or another server then the title/action still show.
Confirmed in 1.18-pre8
Confirmed in 1.17 RC1
Confirmed in 1.17 Pre-release 2
Confirm in 1.17.1 PRE1 and PRE2
Confirmed in 1.17 Pre-release 1
i think is still in 21w15a, i spawn a goat but not attack any entity.
If in crowdin show all text correctly with not "::" what can do?
Confirm 1.14.4
confirmed for MC 1.14.2
Hi, the reproductions steps only works for custom enviroment (mods,plugins) where use the WorldBorder and not use the
applyInitialSettings, this was talked before in discord about how can report this because the issue is the field still using a default value where in vanilla is overriden later then the method is called and set all based in Settings but the first creation has the old values.