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
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
Line 1: Line 1:
{{MC/Joke feature}}
{{Joke feature}}
{{Infobox block
{{Infobox block
| renewable = Yes
| renewable = Yes
Line 11: Line 11:
| lavasusceptible = No
| lavasusceptible = No
}}
}}
A '''potato sign''' is a variant of a [[Minecraft:sign]] made of potato planks, only present in 24w14potato.
A '''potato sign''' is a variant of a [[Minecraft:sign]] made of [[Minecraft:potato planks]], only present in [[Minecraft:24w14potato]].


== Obtaining ==
== Obtaining ==
=== Breaking ===
=== Breaking ===
{{MC/Breaking row|horizontal=1|Potato Sign|axe|hidecopper=1}}
{{Breaking row|horizontal=1|Potato Sign|axe|hidecopper=1}}


=== Crafting ===
=== Crafting ===
Line 31: Line 31:


== Usage ==
== Usage ==
{{MC/For|information on the usage of all signs|Sign#Usage}}
{{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}}
{{Misleading sound table|fall=1}}
{{MC/Sound table/Block/Nether wood/JE}}
{{Sound table/Block/Nether wood/JE}}


=== Unique ===
=== Unique ===
Line 47: Line 47:
|subtitle=Glow Ink Sac splotches
|subtitle=Glow Ink Sac splotches
|source=block
|source=block
|description=When a glow ink sac is used on a sign
|description=When a [[Minecraft: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 ink sac is used on a sign
|description=When an [[Minecraft: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 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>{{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>
|pitch=''varies''<wbr><ref name=waxfail group=sound>{{cd|fail1}} can be 1.0 or 0.9; {{cd|fail2}} and {{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}}
{{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}}
{{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
*{{nbt|compound}} Block entity data
** {{MC/Nbt inherit/blockentity}}
** {{nbt inherit/blockentity}}
** {{MC/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]].
** {{MC/Nbt|compound|front_text}}: A compound that discribes front text.
** {{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.
*** {{nbt|byte|has_glowing_text}}: 1 or 0 (true/false) - true if the sign has been dyed with a [[Minecraft: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}}.
*** {{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}}.
*** {{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.
*** {{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.
*** {{MC/Nbt|list|messages}}: A list of text for each line.
*** {{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.
**** {{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.
** {{MC/Nbt|compound|back_text}}: A compound that discribes back text.
** {{nbt|compound|back_text}}: A compound that discribes back text.
*** The same structure as {{MC/Nbt|compound|front_text}}.
*** The same structure as {{nbt|compound|front_text}}.
</div><section end="block data"/>
</div><section end="block data"/>


Line 170: Line 170:


== Navigation ==
== Navigation ==
{{MC/Navbox blocks|Joke}}
{{Navbox blocks|Joke}}
{{MC/Navbox jokes|24w14potato}}
{{Navbox jokes|24w14potato}}


[[Category:Joke blocks]]
[[Category:Joke blocks]]
Line 180: Line 180:
[[Category:Non-solid blocks]]
[[Category:Non-solid blocks]]


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

Latest revision as of 11:17, 11 May 2026

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

Obtaining

Breaking

Template:Breaking row

Crafting

Template:Crafting

Usage

Template:For

Sounds

Generic

Template:Misleading sound table 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"/>

<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

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