Skip to content

Commit

Permalink
v1.20.30.20-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed Aug 3, 2023
1 parent de25324 commit f14ac6c
Show file tree
Hide file tree
Showing 95 changed files with 39,925 additions and 40,989 deletions.
2 changes: 1 addition & 1 deletion behavior_pack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Vanilla Behavior Pack",
"uuid": "ee649bcf-256c-4013-9068-6a802b89d756",
"version": [ 0, 0, 1 ],
"min_engine_version": [ 1, 20, 20 ]
"min_engine_version": [ 1, 20, 30 ]
},
"modules": [
{
Expand Down
487 changes: 306 additions & 181 deletions documentation/Addons.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/Animations.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.20.20.23</h1>
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.20.30.20</h1>
This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.<br/>Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.<br/>
<h2><p id="Index">Index</p></h2>
<table border="1">
Expand Down
2 changes: 1 addition & 1 deletion documentation/Biomes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>BIOMES DOCUMENTATION </br>Version: 1.20.20.23</h1>
<h1>BIOMES DOCUMENTATION </br>Version: 1.20.30.20</h1>
This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.<br/>Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.<br/>
<h2><p id="Index">Index</p></h2>
<table border="1">
Expand Down
20 changes: 15 additions & 5 deletions documentation/Blocks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>BLOCKS DOCUMENTATION </br>Version: 1.20.20.23</h1>
<h1>BLOCKS DOCUMENTATION </br>Version: 1.20.30.20</h1>
This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.<br/>Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.<br/>
<h2><p id="Index">Index</p></h2>
<table border="1">
Expand All @@ -25,6 +25,12 @@ <h2></h2>
<td style="border-style:solid; border-width:3; padding:7px">A JSON object that contains a list of key/value pairs that map from bone name in the specified geometry file (key) to a boolean that tells whether the bone should be visible or not (value).</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:breathability</td>
<td style="border-style:solid; border-width:3; padding:7px">String</td>
<td style="border-style:solid; border-width:3; padding:7px"></td>
<td style="border-style:solid; border-width:3; padding:7px">Determines whether the block is breathable by defining if the block is treated as a `solid` or as `air`. The default is `solid` if this component is omitted.</br>Experimental toggles required: Holiday Creator Features</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:collision_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">true</td>
Expand Down Expand Up @@ -352,9 +358,13 @@ <h3><p id="table_name">table_name</p></h3>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:transformation</td>
<td style="border-style:solid; border-width:3; padding:7px">Vector [a, b, c]</td>
<td style="border-style:solid; border-width:3; padding:7px">translation</td>
<td style="border-style:solid; border-width:3; padding:7px">The block's translation</br>Experimental toggles required: Holiday Creator Features (in format versions before 1.19.80)</br></td>
<td style="border-style:solid; border-width:3; padding:7px">JSON Object</td>
<td style="border-style:solid; border-width:3; padding:7px"></td>
<td style="border-style:solid; border-width:3; padding:7px">The block's translation, rotation and scale with respect to the center of its world position</br>Experimental toggles required: Holiday Creator Features (in format versions before 1.19.80)</br><h3><p id="minecraft:transformation">minecraft:transformation</p></h3>

The block's translation</br><a href="#Index">Back to top</a><br><br>

</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:unit_cube</td>
Expand Down Expand Up @@ -387,7 +397,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.20.20",
"format_version": "1.20.30",
"minecraft:block": {
"description": {
"identifier": "design:lavenderstone"
Expand Down
Loading

0 comments on commit f14ac6c

Please sign in to comment.