PC 1/4 Block

Kargul

New member
Why can't you upgrade 1/4 block?
centered on the side is upgradeable and the 1/4 wooden block is not. sucks
1.4.png

 
Last edited by a moderator:
Fox said:
Did you build it from frame or spawn it in from god mode ui?
Code:
From a wooden frame you cannot get 1/4 block except side-centered. 
The normal one cannot be improved (225HP). But I can see that the iron frame can be made of concrete at once
 
From a wooden frame you cannot get 1/4 block except side-centered.
The normal one cannot be improved (225HP). But I can see that the iron frame can be made of concrete at once

There's a lot of blocks within god mode ui that cannot be upgraded because they're intended for POIs, not player use. It might of been overlooked for players to have access to, so maybe they'll work on that for a later update, who knows.

 
<block name="woodQuarter">
<property name="Extends" value="woodNoUpgradeMaster"/>
<property name="DescriptionKey" value="creativeMenuBlockGroupDesc"/>
<property name="Shape" value="New"/>
<property name="LightOpacity" value="0"/>
<property name="Model" value="cube_quarter"/>
<property name="Collide" value="movement,melee,bullet,arrow,rocket"/>
<property name="SortOrder2" value="0070"/> <!-- SortShape -->
<property name="UseGlobalUV" value="default"/>
</block>


thats what i see in the blocks xml. looking at line 1

 
Back
Top