Minecraft:Potato Sign: Difference between revisions
From SAS Gaming Wiki
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 1: | Line 1: | ||
{{Joke feature}} | {{MC/Joke feature}} | ||
{{Infobox block | {{Infobox block | ||
| renewable = Yes | | renewable = Yes | ||
| Line 15: | Line 15: | ||
== Obtaining == | == Obtaining == | ||
=== Breaking === | === Breaking === | ||
{{Breaking row|horizontal=1|Potato Sign|axe|hidecopper=1}} | {{MC/Breaking row|horizontal=1|Potato Sign|axe|hidecopper=1}} | ||
=== Crafting === | === Crafting === | ||
| Line 31: | Line 31: | ||
== Usage == | == Usage == | ||
{{For|information on the usage of all signs|Sign#Usage}} | {{MC/For|information on the usage of all signs|Sign#Usage}} | ||
== Sounds == | == Sounds == | ||
=== Generic === | === Generic === | ||
{{info needed section|{{bug|MC-177082}} was only fixed considerably after the version containing this block was released, so I have strong reason to believe the provided table is inaccurate due to it listing a subtitle for .fall that does not exist in this specific version}} | {{info needed section|{{bug|MC-177082}} was only fixed considerably after the version containing this block was released, so I have strong reason to believe the provided table is inaccurate due to it listing a subtitle for .fall that does not exist in this specific version}} | ||
{{Sound table/Block/Nether wood/JE}} | {{MC/Sound table/Block/Nether wood/JE}} | ||
=== Unique === | === Unique === | ||
| Line 94: | Line 94: | ||
|translationkey=subtitles.block.sign.waxed_interact_fail | |translationkey=subtitles.block.sign.waxed_interact_fail | ||
|volume=1.0 | |volume=1.0 | ||
|pitch=''varies''<wbr><ref name=waxfail group=sound>{{ | |pitch=''varies''<wbr><ref name=waxfail group=sound>{{MC/Cd|fail1}} can be 1.0 or 0.9; {{MC/Cd|fail2}} and {{MC/Cd|fail3}} can be 0.8 or 0.9</ref> | ||
| distance = 16 | | distance = 16 | ||
}} | }} | ||
| Line 120: | Line 120: | ||
=== Block states === | === Block states === | ||
{{ | {{MC/See also|Block states}} | ||
;Standing | ;Standing | ||
| Line 148: | Line 148: | ||
A potato sign has a block entity associated with it that holds additional data about the block. | A potato sign has a block entity associated with it that holds additional data about the block. | ||
{{ | {{MC/See also|Block entity format}} | ||
<section begin="block data"/><div class="treeview"> | <section begin="block data"/><div class="treeview"> | ||
*{{ | *{{MC/Nbt|compound}} Block entity data | ||
** {{ | ** {{MC/Nbt inherit/blockentity}} | ||
** {{ | ** {{MC/Nbt|byte|is_waxed}}: 1 or 0 (true/false) - true if the text is locked with [[Minecraft:honeycomb]]. | ||
** {{ | ** {{MC/Nbt|compound|front_text}}: A compound that discribes front text. | ||
*** {{ | *** {{MC/Nbt|byte|has_glowing_text}}: 1 or 0 (true/false) - true if the sign has been dyed with a glow ink sac. | ||
*** {{ | *** {{MC/Nbt|string|color}}: The color that has been used to dye the sign. The default value is {{MC/Cd|black}} One of {{MC/Cd|d=and|white|orange|magenta|light_blue|yellow|lime|pink|gray|light_gray|cyan|purple|blue|brown|green|red|black}}. | ||
*** {{ | *** {{MC/Nbt|list|filtered_messages}}: Only in [[Minecraft:Realms]]. The lines of text shown to players with the profanity filter turned on instead of the regular lines. This tag is automatically set to {{MC/Code|""}} for lines containing blocked words and to the line's normal contents for the other lines when a player with the profanity filter turned ''off'' edits the sign, so players with the filter ''on'' cannot see the blocked words. If a player with the filter ''on'' tries to use blocked words in one or more lines, the line(s) in {{MC/Nbt|list|messages}} containing blocked words are set to {{MC/Code|""}}, which makes them render completely blank, and this tag is also given the same contents. If multiple lines have been edited before the sign editing GUI is closed, only the lines containing blocked words are blanked. | ||
*** {{ | *** {{MC/Nbt|list|messages}}: A list of text for each line. | ||
**** {{ | **** {{MC/Nbt|string}}: Text for each line. Must be Raw JSON text format. The character limit for the Text tags depends on the width of the characters. | ||
** {{ | ** {{MC/Nbt|compound|back_text}}: A compound that discribes back text. | ||
*** The same structure as {{ | *** The same structure as {{MC/Nbt|compound|front_text}}. | ||
</div><section end="block data"/> | </div><section end="block data"/> | ||
| Line 170: | Line 170: | ||
== Navigation == | == Navigation == | ||
{{Navbox blocks|Joke}} | {{MC/Navbox blocks|Joke}} | ||
{{Navbox jokes|24w14potato}} | {{MC/Navbox jokes|24w14potato}} | ||
[[Category:Joke blocks]] | [[Category:Joke blocks]] | ||
Latest revision as of 20:49, 9 April 2026
Template:Message boxTemplate:Article other Template:Infobox block A potato sign is a variant of a Minecraft:sign made of potato planks, only present in 24w14potato.
Obtaining
Breaking
Script error: No such module "breaking row".
Crafting
Usage
Sounds
Generic
Template:Info needed section Template:SoundTable
Unique
Data values
Template:ID table Template:ID table
Block states
{{#vardefine:params|0 }}Template:Hatnote
- Standing
- Wall
Block data
A potato sign has a block entity associated with it that holds additional data about the block.
{{#vardefine:params|0 }}Template:Hatnote
<section begin="block data"/>
- Template:Nbt/sprite Block entity data
- Template:Nbt inherit
- Template:Nbt/sprite is_waxed: 1 or 0 (true/false) - true if the text is locked with Minecraft:honeycomb.
- Template:Nbt/sprite front_text: A compound that discribes front text.
- Template:Nbt/sprite has_glowing_text: 1 or 0 (true/false) - true if the sign has been dyed with a glow ink sac.
- Template:Nbt/sprite color: The color that has been used to dye the sign. The default value is
- REDIRECT Template:Code
Template:Redr One of
- REDIRECT Template:Code
- Template:Nbt/sprite filtered_messages: Only in Minecraft:Realms. The lines of text shown to players with the profanity filter turned on instead of the regular lines. This tag is automatically set to
""for lines containing blocked words and to the line's normal contents for the other lines when a player with the profanity filter turned off edits the sign, so players with the filter on cannot see the blocked words. If a player with the filter on tries to use blocked words in one or more lines, the line(s) in Template:Nbt/sprite messages containing blocked words are set to"", which makes them render completely blank, and this tag is also given the same contents. If multiple lines have been edited before the sign editing GUI is closed, only the lines containing blocked words are blanked. - Template:Nbt/sprite messages: A list of text for each line.
- Template:Nbt/sprite: Text for each line. Must be Raw JSON text format. The character limit for the Text tags depends on the width of the characters.
- Template:Nbt/sprite filtered_messages: Only in Minecraft:Realms. The lines of text shown to players with the profanity filter turned on instead of the regular lines. This tag is automatically set to
- Template:Nbt/sprite back_text: A compound that discribes back text.
- The same structure as Template:Nbt/sprite front_text.
<section end="block data"/>
Issues
Trivia
- Potato signs have a maximum stack size of 23, and are the first item in any version of the game to have this maximum stack size.
Template:Article otherTemplate:Article other
| Non-update jokes | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
ja:Potato Sign zh:马铃薯木告示牌