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 Fence: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{MC/Joke feature}}
{{Joke feature}}
{{Infobox block
{{Infobox block
| renewable = Yes
| renewable = Yes
Line 11: Line 11:
| waterloggable = Yes
| waterloggable = Yes
}}
}}
A '''potato fence''' is a potato variant of a [[Minecraft:fence]], crafted from the respective potato planks.
A '''potato fence''' is a potato variant of a [[Minecraft:fence]], crafted from the respective [[Minecraft:potato planks]].


== Obtaining ==  
== Obtaining ==  
=== Breaking ===
=== Breaking ===
Potato fences can be broken with anything, but axes are faster.
Potato fences can be broken with anything, but axes are faster.
{{MC/Breaking row|horizontal=1|Potato Fence|axe|hidecopper=1}}
{{Breaking row|horizontal=1|Potato Fence|axe|hidecopper=1}}


=== Natural generation ===
=== Natural generation ===
Potato fences generate naturally as part of potato villages, potato mineshafts, as well as in arboretum and fields biomes.
Potato fences generate naturally as part of [[Minecraft:potato village]]s, [[Minecraft:potato mineshaft]]s, as well as in [[Minecraft:arboretum]] and [[Minecraft:fields]] biomes.


=== Crafting ===
=== Crafting ===
Line 34: Line 34:


== Usage ==
== Usage ==
{{MC/For|information about all fences|Fence#Usage}}
{{for|information about all fences|Fence#Usage}}
 
=== Note blocks ===
Potato stairs can be placed under note blocks to produce "bass" sounds.


== Sounds ==
== Sounds ==
{{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}}


== Data values ==
== Data values ==
Line 56: Line 53:


=== Block states ===
=== Block states ===
{{MC/See also|Block states}}
{{See also|Block states}}


{{bst|east|false|false,true|When true, the fence extends from the center post to the east.}}
{{bst|east|false|false,true|When true, the fence extends from the center post to the east.}}
Line 64: Line 61:
{{bst|west|false|false,true|When true, the fence extends from the center post to the west.|foot=1}}
{{bst|west|false|false,true|When true, the fence extends from the center post to the west.|foot=1}}


<gallery>
=== Models ===
Potato Fence (unconnected) JE1.png
 
Potato Fence (N) JE1.png
==== Model definition ====
Potato Fence (E) JE1.png
{| class="wikitable"
Potato Fence (S) JE1.png
! Name
Potato Fence (W) JE1.png
! Parent
Potato Fence (NE) JE1.png
! colspan="2" | Assigned textures
Potato Fence (ES) JE1.png
|-
Potato Fence (SW) JE1.png
| {{code|block/potato_fence_inventory}}
Potato Fence (NW) JE1.png
| {{code|block/fence_inventory}}
Potato Fence (NS) JE1.png
| {{pximg|Potato Planks (texture).png|32px}}
Potato Fence (EW) JE1.png
| {{code|texture}} = {{code|block/potato_planks}}
Potato Fence (ESW) JE1.png
|-
Potato Fence (NSW) JE1.png
| {{code|block/potato_fence_post}}
Potato Fence (NEW) JE1.png
| {{code|block/fence_post}}
Potato Fence (NES) JE1.png
| {{pximg|Potato Planks (texture).png|32px}}
Potato Fence (NESW) JE1.png
| {{code|texture}} = {{code|block/potato_planks}}
</gallery>
|-
| {{code|block/potato_fence_side}}
| {{code|block/fence_side}}
| {{pximg|Potato Planks (texture).png|32px}}
| {{code|texture}} = {{code|block/potato_planks}}
|-
| {{code|item/potato_fence_inventory}}
| {{code|block/potato_fence_inventory}}
| colspan="2" style="text-align:center" | ''N/A''
|}
 
==== Block states definition ====
{| class="wikitable" style="text-align:center"
|+ Multipart model system
! Model
! colspan="3" | Modifiers
! colspan="3" | Apply when states
|-
| {{code|block/potato_fence_post}}
| colspan="3" | ''N/A''
| colspan="3" | ''Always''
|-
| {{code|block/potato_fence_side}}
| {{code|uvlock}}
| =
| {{code|true}}
| {{code|north}}
| =
| {{code|true}}
|-
| {{code|block/potato_fence_side}}
| {{code|uvlock}}<br>{{code|y}}
| =
| {{code|true}}<br>{{code|90}}
| {{code|east}}
| =
| {{code|true}}
|-
| {{code|block/potato_fence_side}}
| {{code|uvlock}}<br>{{code|y}}
| =
| {{code|true}}<br>{{code|180}}
| {{code|south}}
| =
| {{code|true}}
|-
| {{code|block/potato_fence_side}}
| {{code|uvlock}}<br>{{code|y}}
| =
| {{code|true}}<br>{{code|270}}
| {{code|west}}
| =
| {{code|true}}
|}
 
==== State combinations ====
{| class="wikitable"
! Appearance
! colspan="3" | When
|-
! [[File:Potato Fence (unconnected).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|false}}<br>{{code|false}}<br>{{code|false}}<br>{{code|false}}
|-
! [[File:Potato Fence (N).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|true}}<br>{{code|false}}<br>{{code|false}}<br>{{code|false}}
|-
! [[File:Potato Fence (E).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|false}}<br>{{code|true}}<br>{{code|false}}<br>{{code|false}}
|-
! [[File:Potato Fence (NE).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|true}}<br>{{code|true}}<br>{{code|false}}<br>{{code|false}}
|-
! [[File:Potato Fence (S).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|false}}<br>{{code|false}}<br>{{code|true}}<br>{{code|false}}
|-
! [[File:Potato Fence (NS).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|true}}<br>{{code|false}}<br>{{code|true}}<br>{{code|false}}
|-
! [[File:Potato Fence (ES).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|false}}<br>{{code|true}}<br>{{code|true}}<br>{{code|false}}
|-
! [[File:Potato Fence (NES).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|true}}<br>{{code|true}}<br>{{code|true}}<br>{{code|false}}
|-
! [[File:Potato Fence (W).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|false}}<br>{{code|false}}<br>{{code|false}}<br>{{code|true}}
|-
! [[File:Potato Fence (NW).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|true}}<br>{{code|false}}<br>{{code|false}}<br>{{code|true}}
|-
! [[File:Potato Fence (EW).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|false}}<br>{{code|true}}<br>{{code|false}}<br>{{code|true}}
|-
! [[File:Potato Fence (NEW).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|true}}<br>{{code|true}}<br>{{code|false}}<br>{{code|true}}
|-
! [[File:Potato Fence (SW).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|false}}<br>{{code|false}}<br>{{code|true}}<br>{{code|true}}
|-
! [[File:Potato Fence (NSW).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|true}}<br>{{code|false}}<br>{{code|true}}<br>{{code|true}}
|-
! [[File:Potato Fence (ESW).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|false}}<br>{{code|true}}<br>{{code|true}}<br>{{code|true}}
|-
! [[File:Potato Fence (NESW).png|100px]]
| {{code|north}}<br>{{code|east}}<br>{{code|south}}<br>{{code|west}}
| =
| {{code|true}}<br>{{code|true}}<br>{{code|true}}<br>{{code|true}}
|}


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


[[Category:Joke blocks]]
[[Category:Joke blocks]]
Line 92: Line 228:
[[Category:Generated structure blocks]]
[[Category:Generated structure blocks]]


ja:Potato Fence
[[Minecraft:ja:Potato Fence]]
zh:马铃薯木栅栏
[[Minecraft:zh:马铃薯木栅栏]]

Latest revision as of 11:18, 10 June 2026

Template:Joke feature Template:Infobox block A potato fence is a potato variant of a Minecraft:fence, crafted from the respective Minecraft:potato planks.

Obtaining

Breaking

Potato fences can be broken with anything, but axes are faster. Template:Breaking row

Natural generation

Potato fences generate naturally as part of Minecraft:potato villages, Minecraft:potato mineshafts, as well as in Minecraft:arboretum and Minecraft:fields biomes.

Crafting

Template:Crafting

Usage

Template:For

Sounds

Template:Misleading sound table Template:Sound table/Block/Nether wood/JE

Data values

ID

Template:ID table

Block states

Template:See also

Template:Bst Template:Bst Template:Bst Template:Bst Template:Bst

Models

Model definition

Name Parent Assigned textures
Template:Code Template:Code Template:Pximg Template:Code = Template:Code
Template:Code Template:Code Template:Pximg Template:Code = Template:Code
Template:Code Template:Code Template:Pximg Template:Code = Template:Code
Template:Code Template:Code N/A

Block states definition

Multipart model system
Model Modifiers Apply when states
Template:Code N/A Always
Template:Code Template:Code = Template:Code Template:Code = Template:Code
Template:Code Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code = Template:Code
Template:Code Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code = Template:Code
Template:Code Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code = Template:Code

State combinations

Appearance When
File:Potato Fence (unconnected).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (N).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (E).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (NE).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (S).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (NS).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (ES).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (NES).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (W).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (NW).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (EW).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (NEW).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (SW).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (NSW).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (ESW).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code
File:Potato Fence (NESW).png Template:Code
Template:Code
Template:Code
Template:Code
= Template:Code
Template:Code
Template:Code
Template:Code

Navigation

Template:Navbox blocks Template:Navbox jokes

Minecraft:ja:Potato Fence Minecraft:zh:马铃薯木栅栏