Minecraft:Potato Fence: Difference between revisions
From SAS Gaming Wiki
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{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. | ||
{{ | {{Breaking row|horizontal=1|Potato Fence|axe|hidecopper=1}} | ||
=== Natural generation === | === Natural generation === | ||
Potato fences generate naturally as part of potato | 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 == | ||
{{ | {{for|information about all fences|Fence#Usage}} | ||
== Sounds == | == Sounds == | ||
{{ | {{Misleading sound table|fall=1}} | ||
{{ | {{Sound table/Block/Nether wood/JE}} | ||
== Data values == | == Data values == | ||
| Line 56: | Line 53: | ||
=== Block states === | === 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}} | ||
< | === Models === | ||
Potato Fence (unconnected) | |||
Potato Fence (N) | ==== Model definition ==== | ||
Potato Fence (E) | {| class="wikitable" | ||
Potato Fence ( | ! Name | ||
Potato Fence ( | ! Parent | ||
Potato Fence ( | ! colspan="2" | Assigned textures | ||
Potato Fence (ES) | |- | ||
Potato Fence ( | | {{code|block/potato_fence_inventory}} | ||
Potato Fence ( | | {{code|block/fence_inventory}} | ||
Potato Fence ( | | {{pximg|Potato Planks (texture).png|32px}} | ||
Potato Fence (EW) | | {{code|texture}} = {{code|block/potato_planks}} | ||
Potato Fence ( | |- | ||
Potato Fence ( | | {{code|block/potato_fence_post}} | ||
Potato Fence ( | | {{code|block/fence_post}} | ||
Potato Fence ( | | {{pximg|Potato Planks (texture).png|32px}} | ||
Potato Fence (NESW) | | {{code|texture}} = {{code|block/potato_planks}} | ||
< | |- | ||
| {{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 == | ||
{{ | {{Navbox blocks|Joke}} | ||
{{ | {{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
Usage
Sounds
Template:Misleading sound table Template:Sound table/Block/Nether wood/JE
Data values
ID
Block states
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
| 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 |