Skip to content

Commit

Permalink
Docs update: Preview 1.21.60.24
Browse files Browse the repository at this point in the history
  • Loading branch information
destruc7i0n committed Dec 12, 2024
1 parent fff41e2 commit e9a6061
Show file tree
Hide file tree
Showing 16 changed files with 710 additions and 698 deletions.
642 changes: 321 additions & 321 deletions 1.21.0.0/1.21.60.24/Addons.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 1.21.0.0/1.21.60.24/Animations.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.21.60.23</h1>
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.21.60.24</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 1.21.0.0/1.21.60.24/Biomes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>BIOMES DOCUMENTATION </br>Version: 1.21.60.23</h1>
<h1>BIOMES DOCUMENTATION </br>Version: 1.21.60.24</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
4 changes: 2 additions & 2 deletions 1.21.0.0/1.21.60.24/Blocks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>BLOCKS DOCUMENTATION </br>Version: 1.21.60.23</h1>
<h1>BLOCKS DOCUMENTATION </br>Version: 1.21.60.24</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 Expand Up @@ -184,7 +184,7 @@ <h3><p id="material_instances">material_instances</p></h3>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:liquid_detection</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 definitions for how a block behaves when detecting liquid. Only one rule definition is allowed per liquid type - if multiple are specified, the first will be used and the rest will be ignored.</br>Experimental toggles required: Upcoming Creator Features</br><table border="1" style="width:100%; border-style:solid; border-collapse:collapse; border-width:2;">
<td style="border-style:solid; border-width:3; padding:7px">The definitions for how a block behaves when detecting liquid. Only one rule definition is allowed per liquid type - if multiple are specified, the first will be used and the rest will be ignored.</br>Experimental toggles required: Upcoming Creator Features (in format versions before 1.21.60)</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">can_contain_liquid</td>
Expand Down
8 changes: 7 additions & 1 deletion 1.21.0.0/1.21.60.24/Client Biomes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>CLIENT BIOMES DOCUMENTATION </br>Version: 1.21.60.23</h1>
<h1>CLIENT BIOMES DOCUMENTATION </br>Version: 1.21.60.24</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 Expand Up @@ -229,6 +229,12 @@ <h1><p id="minecraft:water_appearance">minecraft:water_appearance</p></h1>
<td style="border-style:solid; border-width:3; padding:7px">Required</td>
<td style="border-style:solid; border-width:3; padding:7px">RGB color of the water surface</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">surface_opacity</td>
<td style="border-style:solid; border-width:3; padding:7px">Float</td>
<td style="border-style:solid; border-width:3; padding:7px">Optional</td>
<td style="border-style:solid; border-width:3; padding:7px">Opacity of the water surface (must be between 0 for invisible and 1 for opaque, inclusive)</br></td>
</tr>
</table>
<a href="#Index">Back to top</a><br><br>

Expand Down
Loading

0 comments on commit e9a6061

Please sign in to comment.