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)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Joke feature}}
{{MC/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 [[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 ==
=== 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 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 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>{{cd|fail1}} can be 1.0 or 0.9; {{cd|fail2}} and {{cd|fail3}} can be 0.8 or 0.9</ref>
|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 ===
{{see also|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.


{{see also|Block entity format}}
{{MC/See also|Block entity format}}
<section begin="block data"/><div class="treeview">
<section begin="block data"/><div class="treeview">
*{{nbt|compound}} Block entity data
*{{MC/Nbt|compound}} Block entity data
** {{nbt inherit/blockentity}}
** {{MC/Nbt inherit/blockentity}}
** {{nbt|byte|is_waxed}}: 1 or 0 (true/false) - true if the text is locked with [[Minecraft:honeycomb]].
** {{MC/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.
** {{MC/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]].
*** {{MC/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}}.
*** {{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|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|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|messages}}: A list of text for each line.
*** {{MC/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.
**** {{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|compound|back_text}}: A compound that discribes back text.
** {{MC/Nbt|compound|back_text}}: A compound that discribes back text.
*** The same structure as {{nbt|compound|front_text}}.
*** 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]]
Line 180: Line 180:
[[Category:Non-solid blocks]]
[[Category:Non-solid blocks]]


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

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

Template:Crafting

Usage

Template:Hatnote

Sounds

Generic

Template:Info needed section Template:SoundTable

Unique

Template:SoundTable

Data values

Template:ID table Template:ID table

Block states

{{#vardefine:params|0 }}Template:Hatnote

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.

{{#vardefine:params|0 }}Template:Hatnote

<section begin="block data"/>

  1. REDIRECT Template:Code

Template:Redr One of

  1. REDIRECT Template:Code

Template:Redr.

      • 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 back_text: 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

Wood/Hypha
Stone-based
Template:EnvLink
Upcoming
Template:EnvLink
Template:EnvLink
Ore/Mineral
Decorative
Partial Blocks
Dyeable/Dyed
Lighting
Template:Els only
Sediment/Soil
Misc. rock
Ore/Mineral
Plant
Flower
Fungus & Related
Fauna & Related
Aquatic
Sculk
Fluid & Related
Non-physical
Interactable
Utilizable
Redstone/
Mechanical
Template:Els only
April Fools 2013
April Fools 2016
April Fools 2020
April Fools 2022
April Fools 2023
April Fools 2024
April Fools 2025
April Fools 2026

Template:Article otherTemplate:Article other

Non-update jokes
Blocks
Items
World generation
Dimension
  • Template:EnvLink
  • Easter egg dimensions
    • ant
    • basic
    • blacklight
    • blue
    • brand
    • bridges
    • busy
    • checkerboard
    • chess
    • colors
    • content
    • credits
    • custom
    • darkness
    • decay
    • fleet
    • gallery
    • green
    • holes
    • isolation
    • library
    • llama
    • message
    • missing
    • notes
    • nothing
    • origin
    • patterns
    • perfection
    • pillars
    • red
    • retro
    • rooms
    • shapes
    • skygrid
    • slime
    • spiral
    • sponge
    • terminal
    • this_is_a_very_long_phrase_that_hopefully_is_not_in_any_dictionary
    • tunnels
    • wall
    • zones
Structures
Biomes
Commands
Blocks
Items
Mobs
Entities
Effects
World generation
Dimension
Structures
Biomes
Commands
Blocks
Items
Mobs
Effects
Enchantments
World generation
Dimension
Structures
Features
Biomes
Rarities
Fonts
Add-Ons
Blocks
Items
Mobs
Effects
World generation
Biomes

Template:Article other

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