Changes

22 bytes added ,  00:59, 19 May 2021
Categorize with Category:Models by SizableShrimp#0755
Line 42: Line 42:  
</syntaxhighlight>
 
</syntaxhighlight>
 
In this case, the JSON defines that if the east connector is true, then show the model <code>oak_fence_side</code> rotated 90 degrees. This allows the model to be broken up in only two files: the base post and the connection. It can also be represented as 5 statements, one that checks if each of the sides is connected and one that applies the base post unconditionally.
 
In this case, the JSON defines that if the east connector is true, then show the model <code>oak_fence_side</code> rotated 90 degrees. This allows the model to be broken up in only two files: the base post and the connection. It can also be represented as 5 statements, one that checks if each of the sides is connected and one that applies the base post unconditionally.
 +
 +
 +
[[Category:Models]]
372

edits