Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Potato Sign: Difference between revisions

From SAS Gaming Wiki
imported>User-12316399
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 11: Line 11:
| lavasusceptible = No
| lavasusceptible = No
}}
}}
A '''potato sign''' is a variant of a [[Minecraft:sign]] made of [[Minecraft:potato planks]], only present in [[Minecraft:24w14potato]].
A '''potato sign''' is a variant of a [[Minecraft:sign]] made of potato planks, only present in 24w14potato.


== Obtaining ==
== Obtaining ==
Line 47: Line 47:
|subtitle=Glow Ink Sac splotches
|subtitle=Glow Ink Sac splotches
|source=block
|source=block
|description=When a [[Minecraft:glow ink sac]] is used on a sign
|description=When a glow ink sac is used on a sign
|id=item.glow_ink_sac.use
|id=item.glow_ink_sac.use
|translationkey=subtitles.item.glow_ink_sac.use
|translationkey=subtitles.item.glow_ink_sac.use
Line 56: Line 56:
|subtitle=Ink Sac splotches
|subtitle=Ink Sac splotches
|source=block
|source=block
|description=When an [[Minecraft:ink sac]] is used on a sign
|description=When an ink sac is used on a sign
|id=item.ink_sac.use
|id=item.ink_sac.use
|translationkey=subtitles.item.ink_sac.use
|translationkey=subtitles.item.ink_sac.use
Line 154: Line 154:
** {{nbt|byte|is_waxed}}: 1 or 0 (true/false) - true if the text is locked with [[Minecraft:honeycomb]].
** {{nbt|byte|is_waxed}}: 1 or 0 (true/false) - true if the text is locked with [[Minecraft:honeycomb]].
** {{nbt|compound|front_text}}: A compound that discribes front text.
** {{nbt|compound|front_text}}: A compound that discribes front text.
*** {{nbt|byte|has_glowing_text}}: 1 or 0 (true/false) - true if the sign has been dyed with a [[Minecraft:glow ink sac]].
*** {{nbt|byte|has_glowing_text}}: 1 or 0 (true/false) - true if the sign has been dyed with a glow ink sac.
*** {{nbt|string|color}}: The color that has been used to dye the sign. The default value is {{cd|black}} One of {{cd|d=and|white|orange|magenta|light_blue|yellow|lime|pink|gray|light_gray|cyan|purple|blue|brown|green|red|black}}.
*** {{nbt|string|color}}: The color that has been used to dye the sign. The default value is {{cd|black}} One of {{cd|d=and|white|orange|magenta|light_blue|yellow|lime|pink|gray|light_gray|cyan|purple|blue|brown|green|red|black}}.
*** {{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 {{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 {{nbt|list|messages}} containing blocked words are set to {{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.
*** {{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 {{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 {{nbt|list|messages}} containing blocked words are set to {{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.
*** {{nbt|list|messages}}: A list of text for each line.
*** {{nbt|list|messages}}: A list of text for each line.
**** {{nbt|string}}: Text for each line. Must be [[Minecraft:Raw JSON text format]]. The character limit for the Text tags depends on the width of the characters.
**** {{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.
** {{nbt|compound|back_text}}: A compound that discribes back text.
** {{nbt|compound|back_text}}: A compound that discribes back text.
*** The same structure as {{nbt|compound|front_text}}.
*** The same structure as {{nbt|compound|front_text}}.
Line 180: Line 180:
[[Category:Non-solid blocks]]
[[Category:Non-solid blocks]]


[[Minecraft:ja:Potato Sign]]
ja:Potato Sign
[[Minecraft:zh:马铃薯木告示牌]]
zh:马铃薯木告示牌

Revision as of 16:01, 9 April 2026

Template:Joke feature Template:Infobox block A potato sign is a variant of a Minecraft:sign made of potato planks, only present in 24w14potato.

Obtaining

Breaking

Template:Breaking row

Crafting

Template:Crafting

Usage

Template:For

Sounds

Generic

Template:Info needed section Template:Sound table/Block/Nether wood/JE

Unique

Template:SoundTable

Data values

Template:ID table Template:ID table

Block states

Template:See also

Standing

Template:Bst Template:Bst

Wall

Template:Bst Template:Bst

Block data

A potato sign has a block entity associated with it that holds additional data about the block.

Template:See also

<section begin="block data"/>

  • Template:Nbt Block entity data
    • Template:Nbt inherit/blockentity
    • Template:Nbt: 1 or 0 (true/false) - true if the text is locked with Minecraft:honeycomb.
    • Template:Nbt: A compound that discribes front text.
      • Template:Nbt: 1 or 0 (true/false) - true if the sign has been dyed with a glow ink sac.
      • Template:Nbt: The color that has been used to dye the sign. The default value is Template:Cd One of Template:Cd.
      • Template:Nbt: 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: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 Template:Nbt containing blocked words are set to Template: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.
      • Template:Nbt: A list of text for each line.
        • Template:Nbt: 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: A compound that discribes back text.

<section end="block data"/>

Issues

Template:April Fools issue list

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.

Navigation

Template:Navbox blocks Template:Navbox jokes

ja:Potato Sign zh:马铃薯木告示牌