Modding:Block Json Properties: Difference between revisions

From Vintage Story Wiki
Line 1,265: Line 1,265:
  </tr>
  </tr>
  <tr>
  <tr>
     <td scope="row"><div class="tt" data-tt-id="p_alist_" data-tt-parent="p_attributes_misc">ATTRIBUTE</div></td>
     <td scope="row"><div class="tt" data-tt-id="p_alist_" data-tt-parent="p_attributes_misc">canFallSideways</div></td>
     <td>-</td>
     <td>-</td>
     <td>-</td>
     <td>-</td>
Line 1,305: Line 1,305:
     <td>Used by the toolMold block to determine what item it drops, not to be confused with the '''drops''' property.</td>
     <td>Used by the toolMold block to determine what item it drops, not to be confused with the '''drops''' property.</td>
     <td>toolMold</td>  
     <td>toolMold</td>  
</tr>
<tr>
    <td scope="row"><div class="tt" data-tt-id="p_alist_drops" data-tt-parent="p_attributes_misc">drops</div></td>
    <td>-</td>
    <td>-</td>
    <td>Determines what drops from a block.</td>
    <td>all crops, ore-graded, skep</td>
  </tr>
  </tr>
  <tr>
  <tr>
Line 1,396: Line 1,389:
     <td>If true, can spread grass to other soil blocks.</td>
     <td>If true, can spread grass to other soil blocks.</td>
     <td>-</td>  
     <td>-</td>  
</tr>
<tr>
    <td scope="row"><div class="tt" data-tt-id="p_alist_stackable" data-tt-parent="p_attributes_misc">stackable</div></td>
    <td>boolean</td>
    <td>-</td>
    <td>Used by berry bushes to determine whether they can be stacked atop each other.</td>
    <td>-</td>
</tr>
<tr>
    <td scope="row"><div class="tt" data-tt-id="p_alist_growchance" data-tt-parent="p_attributes_misc">tallGrassGrowChance</div></td>
    <td>number (decimal)</td>
    <td>-</td>
    <td>Used by the soil block to determine how often it will grow tall grass on top of it.</td>
    <td>clay, peat, soil</td>
</tr>
<tr>
    <td scope="row"><div class="tt" data-tt-id="p_alist_temp" data-tt-parent="p_attributes_misc">temperature</div></td>
    <td>-</td>
    <td>-</td>
    <td>Used by liquids to determine the temperature of the core block.</td>
    <td>lava</td>
</tr>
<tr>
    <td scope="row"><div class="tt" data-tt-id="p_alist_temploss" data-tt-parent="p_attributes_misc">tempLossPerMeter</div></td>
    <td>number</td>
    <td>-</td>
    <td>How much temperature is lost for a liquid as it moves away from a source block.</td>
    <td>lava</td>
</tr>
<tr>
    <td scope="row"><div class="tt" data-tt-id="p_alist_tickgrowth" data-tt-parent="p_attributes_misc">tickGrowthProbability</div></td>
    <td>number (decimal)</td>
    <td>-</td>
    <td>Used by crops to determine how often it will randomly progress its growth stage per tick.</td>
    <td>all crops</td>
  </tr>
  </tr>
   <tr>
   <tr>
219

edits