Minecraft:Potato Fence: Difference between revisions
From SAS Gaming Wiki
More actions
Sync: updated from Minecraft |
Sync: updated from Minecraft |
||
| Line 61: | 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 == | ||
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 |