Deccypher
New member
hey guys it was late so it could have been a mess up but i was playing around witht he multi blocks. jsut somethign simple makeing a 3 high 1 deep 1 wide block and a 3 high 1 deep and 3 wide block with the steel texture ( looking liek the steal top on all sides
here what i put
and
but what i came back with was a placable block that took up the required area but only 1 side of 1 square was visable did they change how this works? or did i royally screw up
here what i put
Code:
<block name="steelBlock3_1">
<property name="Extends" value="steelMaster"/>
<property name="CustomIcon" value="steelBlock"/>
<property name="SortOrder2" value="0050"/>
<property name="DisplayType" value="blockMulti"/>
<property name="MultiBlockDim" value="1,3,1"/>
<property name="Texture" value="355"/>
<!-- SortShape -->
<property class="UpgradeBlock">
<property name="ToBlock" value="steelstainlessBlock3_1"/>
</property>
<property name="DowngradeBlock" value="rConcreteBlockBlock3_1"/>
</block>
Code:
<block name="steelBlock3_3">
<property name="Extends" value="steelMaster"/>
<property name="CustomIcon" value="steelBlock"/>
<property name="SortOrder2" value="0050"/>
<property name="DisplayType" value="blockMulti"/>
<property name="MultiBlockDim" value="1,3,3"/>
<!-- SortShape -->
<property class="UpgradeBlock">
<property name="ToBlock" value="steelstainlessBlock3_3"/>
</property>
<property name="DowngradeBlock" value="rConcreteBlockBlock3_3"/>
</block>