Skip to content

Commit

Permalink
Docs update: Stable 1.21.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
destruc7i0n committed Sep 17, 2024
1 parent fb91bc7 commit c09f61d
Show file tree
Hide file tree
Showing 15 changed files with 1,138 additions and 158 deletions.
439 changes: 321 additions & 118 deletions 1.21.0.0/1.21.30.3/Addons.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 1.21.0.0/1.21.30.3/Animations.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.21.20.3</h1>
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.21.30.3</h1>
<h2><p id="Index">Index</p></h2>
<table border="1">
<tr> <th><a href="#Animation Controllers">Animation Controllers</a></th> </tr>
Expand Down
2 changes: 1 addition & 1 deletion 1.21.0.0/1.21.30.3/Biomes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>BIOMES DOCUMENTATION </br>Version: 1.21.20.3</h1>
<h1>BIOMES DOCUMENTATION </br>Version: 1.21.30.3</h1>
<h2><p id="Index">Index</p></h2>
<table border="1">
<tr> <th><a href="#Overview">Overview</a></th> </tr>
Expand Down
39 changes: 37 additions & 2 deletions 1.21.0.0/1.21.30.3/Blocks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>BLOCKS DOCUMENTATION </br>Version: 1.21.20.3</h1>
<h1>BLOCKS DOCUMENTATION </br>Version: 1.21.30.3</h1>
<h2><p id="Index">Index</p></h2>
<table border="1">
<tr> <th><a href="#Blocks">Blocks</a></th> </tr>
Expand Down Expand Up @@ -92,6 +92,20 @@ <h3><p id="table_name">table_name</p></h3>
<td style="border-style:solid; border-width:3; padding:7px">Describes the destructible by mining properties for this block. If set to true, the block will take the default number of seconds to destroy. If set to false, this block is indestructible by mining. If the component is omitted, the block will take the default number of seconds to destroy.</br><table border="1" style="width:100%; border-style:solid; border-collapse:collapse; border-width:2;">
<tr> <th style="border-style:solid; border-width:2;">Name</th> <th style="border-style:solid; border-width:2;">Type</th> <th style="border-style:solid; border-width:2;">Default Value</th> <th style="border-style:solid; border-width:2;">Description</th> </tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">item_specific_speeds</td>
<td style="border-style:solid; border-width:2; padding:8px">Array</td>
<td style="border-style:solid; border-width:2; padding:8px"></td>
<td style="border-style:solid; border-width:2; padding:8px">Optional array of objects to describe item specific block destroy speeds, each object contains an 'item' ItemDescriptor and a 'destroy_speed' float. This array currently requires UpcomingFeatures experiment to be enabled.</br><h5><p id="destroy_speed">destroy_speed</p></h5>

Required.</br>A destroy speed applied while using the defined 'item'.</br><a href="#Index">Back to top</a><br><br>

<h5><p id="item">item</p></h5>

Required.</br>An ItemDescriptor filtering for the item used while mining.</br><a href="#Index">Back to top</a><br><br>

</td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">seconds_to_destroy</td>
<td style="border-style:solid; border-width:2; padding:8px">Decimal</td>
<td style="border-style:solid; border-width:2; padding:8px">0.0</td>
Expand Down Expand Up @@ -335,6 +349,27 @@ <h3><p id="table_name">table_name</p></h3>
</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:redstone_conductivity</td>
<td style="border-style:solid; border-width:3; padding:7px">Identifier String</td>
<td style="border-style:solid; border-width:3; padding:7px"></td>
<td style="border-style:solid; border-width:3; padding:7px">The basic redstone properties of a block; if the component is not provided the default values are used. Requires the Upcoming Creator Features experiment. If you use this component, make sure to use 1.21.30 format version for your block JSON.</br>Experimental toggles required: Upcoming Creator Features</br><table border="1" style="width:100%; border-style:solid; border-collapse:collapse; border-width:2;">
<tr> <th style="border-style:solid; border-width:2;">Name</th> <th style="border-style:solid; border-width:2;">Type</th> <th style="border-style:solid; border-width:2;">Default Value</th> <th style="border-style:solid; border-width:2;">Description</th> </tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">allows_wire_to_step_down</td>
<td style="border-style:solid; border-width:2; padding:8px">Boolean</td>
<td style="border-style:solid; border-width:2; padding:8px">true</td>
<td style="border-style:solid; border-width:2; padding:8px">Specifies if redstone wire can stair-step downward on the block.</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">redstone_conductor</td>
<td style="border-style:solid; border-width:2; padding:8px">Boolean</td>
<td style="border-style:solid; border-width:2; padding:8px">false</td>
<td style="border-style:solid; border-width:2; padding:8px">Specifies if the block can be powered by redstone.</br></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:selection_box</td>
<td style="border-style:solid; border-width:3; padding:7px">Boolean / JSON Object</td>
<td style="border-style:solid; border-width:3; padding:7px"></td>
Expand Down Expand Up @@ -406,7 +441,7 @@ <h1><p id="Block Definition Properties">Block Definition Properties</p></h1>
<h2>Code Example</h2>
Example<br / ><textarea readonly="true" cols="66" rows="20">
{
"format_version": "1.21.20",
"format_version": "1.21.30",
"minecraft:block": {
"description": {
"identifier": "design:lavenderstone"
Expand Down
Loading

0 comments on commit c09f61d

Please sign in to comment.