<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 14:55:59 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MCPE-12433] action.exit.hint. no translation</title>
                <link>https://bugs.mojang.com/browse/MCPE-12433</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;Don&apos;t ask how i got this.. code hacks (Tried to link a player to a Fishing hook via multiplayer software. Linked to the hook: yes.. i followed it, anyone knows how to make this line between Fishing rod+-hook?)&lt;br/&gt;
action.exit.hint. popped up. No translation?&lt;br/&gt;
Shouldn&apos;t there atleast be.. something like: Sorry, unknown action happened?&lt;/p&gt;</description>
            <key id="131353">MCPE-12433</key>
            <summary>action.exit.hint. no translation</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="10003">Done</resolution>
                                            <reporter username="thebigsmileXD">inxomnyaa</reporter>
                        <labels>
                    </labels>
                <created>Wed, 13 Jan 2016 17:45:16 +0100</created>
                <updated>Fri, 26 Nov 2021 17:43:02 +0100</updated>
                            <resolved>Wed, 11 May 2016 15:36:00 +0200</resolved>
                                    <version>0.13.0</version>
                    <version>1.2.5.52</version>
                                                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="1116232" author="thebigsmilexd" created="Fri, 26 Nov 2021 17:43:02 +0100"  >&lt;p&gt;1.17, still partially happening. This is now also an issue in vanilla Minecraft thanks to behavior packs and scripting. One solution is to add that translation entry for &lt;b&gt;every single entity, in every single language&lt;/b&gt;. But let&apos;s be real, that is not clever, and will break with custom mobs.&lt;/p&gt;

&lt;p&gt;Instead the translation should be changed to accepting the entity name as parameter:&lt;/p&gt;

&lt;p&gt;`action.exit.hint=Sneak to stop riding %1`, %entityName`&lt;/p&gt;</comment>
                            <comment id="421659" author="thebigsmilexd" created="Wed, 6 Dec 2017 11:08:45 +0100"  >&lt;p&gt;Still appears in 1.2.5&lt;/p&gt;

&lt;p&gt;can now be reproduced without thirdparty software by making mobs rideable, for example chickens give:&lt;br/&gt;
action.exit.hint.chicken&lt;/p&gt;

&lt;p&gt;Fishing rod&apos;s projectiles, due to not having a name give:&lt;br/&gt;
action.exit.hint.&lt;/p&gt;</comment>
                            <comment id="404288" author="thebigsmilexd" created="Sun, 27 Aug 2017 00:53:36 +0200"  >&lt;p&gt;Still a thing in 1.2.0.22, seen when riding custom mobs in addons. &quot;action.exit.hint.&amp;lt;entityname, example: Chicken&amp;gt;&quot;&lt;/p&gt;</comment>
                            <comment id="307603" author="thebigsmilexd" created="Thu, 26 May 2016 15:03:07 +0200"  >&lt;p&gt;Well, you can&apos;t even send tips from a server anymore, so &quot;resolved&quot;?&lt;/p&gt;</comment>
                            <comment id="304041" author="missmarzenia" created="Wed, 11 May 2016 15:36:00 +0200"  >&lt;p&gt;I have marked this as Done. I am afraid we can not handle translation issues personally and they have to be reported further. It was reported and will await fix if needed. &lt;/p&gt;</comment>
                            <comment id="282325" author="thebigsmilexd" created="Mon, 1 Feb 2016 11:43:12 +0100"  >&lt;p&gt;@PlantSeed i said in my issue.&lt;br/&gt;
Agaiiiiinnnnn. It&apos;s a missing language string.&lt;/p&gt;</comment>
                            <comment id="278531" author="plantseed" created="Sun, 17 Jan 2016 17:40:41 +0100"  >&lt;p&gt;Popped up from where?&lt;/p&gt;</comment>
                            <comment id="278507" author="mustek" created="Sun, 17 Jan 2016 14:53:21 +0100"  >&lt;p&gt;moved to MCPE from WEB.&lt;/p&gt;</comment>
                            <comment id="278506" author="thebigsmilexd" created="Sun, 17 Jan 2016 14:51:32 +0100"  >&lt;p&gt;Haven&apos;t i said that this happens on Pocket Edition? It&apos;s a missing language string.&lt;/p&gt;</comment>
                            <comment id="278505" author="moocowsan" created="Sun, 17 Jan 2016 14:37:05 +0100"  >&lt;p&gt;U can&apos;t link a fishing rod hook to player normally. &lt;br/&gt;
Instead...&lt;br/&gt;
Use command blocks and...&lt;br/&gt;
Create a redstone clock&lt;br/&gt;
/fill redstone_block ~-1 ~ ~ ~-1 ~ ~3&lt;br/&gt;
/fill air ~1 ~ ~ ~1 ~ ~3&lt;br/&gt;
Then...&lt;br/&gt;
/scoreboard objectives add fishing stat.useitem.minecraft.fishing_rod&lt;br/&gt;
That will test if a player is using a fishing rod&lt;br/&gt;
Then to link the player to the hook&lt;br/&gt;
/scoreboard objectives add hook dummy&lt;br/&gt;
/execute @a&lt;span class=&quot;error&quot;&gt;&amp;#91;score_fishing_min=1&amp;#93;&lt;/span&gt; ~ ~ ~ /scoreboard objectives set @e&lt;span class=&quot;error&quot;&gt;&amp;#91;name=unknown&amp;#93;&lt;/span&gt; hook 1&lt;br/&gt;
The execute @e&lt;span class=&quot;error&quot;&gt;&amp;#91;name=unknown,score_fishing_min=1&amp;#93;&lt;/span&gt; what ever you need to connect the player to the hook for&lt;br/&gt;
Then reset the the scoreboard &lt;/p&gt;</comment>
                            <comment id="277703" author="redstonehelper" created="Wed, 13 Jan 2016 19:53:40 +0100"  >&lt;p&gt;Is this a bug in Minecraft? If so, what version? How exactly can we reproduce it?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10402" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Platform</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10120"><![CDATA[Tablet - Android - Other (Specify in description)]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0ixbj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>