Skip to content

Commit

Permalink
Docs update: Preview 1.21.50.28
Browse files Browse the repository at this point in the history
  • Loading branch information
destruc7i0n committed Nov 7, 2024
1 parent 6a62260 commit b35f8f1
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 30 deletions.
2 changes: 1 addition & 1 deletion 1.21.0.0/1.21.50.28/Addons.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ADDONS DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>ADDONS DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Animations.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Biomes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>BIOMES DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>BIOMES DOCUMENTATION </br>Version: 1.21.50.28</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
6 changes: 3 additions & 3 deletions 1.21.0.0/1.21.50.28/Blocks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>BLOCKS DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>BLOCKS DOCUMENTATION </br>Version: 1.21.50.28</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 @@ -237,9 +237,9 @@ <h3><p id="material_instances">material_instances</p></h3>
<tr> <th style="border-style:solid; border-width:1;">Name</th> <th style="border-style:solid; border-width:1;">Type</th> <th style="border-style:solid; border-width:1;">Default Value</th> <th style="border-style:solid; border-width:1;">Description</th> </tr>
<tr>
<td style="border-style:solid; border-width:1; padding:9px">ambient_occlusion</td>
<td style="border-style:solid; border-width:1; padding:9px">Boolean</td>
<td style="border-style:solid; border-width:1; padding:9px">Decimal</td>
<td style="border-style:solid; border-width:1; padding:9px">true</td>
<td style="border-style:solid; border-width:1; padding:9px">Should this material have ambient occlusion applied when lighting? If true, shadows will be created around and underneath the block.</br></td>
<td style="border-style:solid; border-width:1; padding:9px">Should this material have ambient occlusion applied when lighting? If true, shadows will be created around and underneath the block. Optionally can be constructed with float to control exponent applied to ao value after lighting.</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:1; padding:9px">face_dimming</td>
Expand Down
2 changes: 1 addition & 1 deletion 1.21.0.0/1.21.50.28/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.50.26</h1>
<h1>CLIENT BIOMES DOCUMENTATION </br>Version: 1.21.50.28</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
40 changes: 27 additions & 13 deletions 1.21.0.0/1.21.50.28/Entities.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ENTITIES DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>ENTITIES DOCUMENTATION </br>Version: 1.21.50.28</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 @@ -18983,6 +18983,12 @@ <h2><p id="minecraft:angry">minecraft:angry</p></h2>
<td style="border-style:solid; border-width:2; padding:8px">If true, other entities of the same entity definition within the broadcastRange will also become angry whenever this mob is attacked</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">broadcast_anger_when_dying</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">If false, when this mob is killed it does not spread its anger to other entities of the same entity definition within the broadcastRange</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">broadcast_filters</td>
<td style="border-style:solid; border-width:2; padding:8px">Minecraft Filter</td>
<td style="border-style:solid; border-width:2; padding:8px"></td>
Expand Down Expand Up @@ -25193,6 +25199,10 @@ <h3></h3>
<td style="border-style:solid; border-width:2; padding:8px">-1816881803</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">minecraft:ignore_cannot_be_attacked</td>
<td style="border-style:solid; border-width:2; padding:8px">2139692418</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">minecraft:input_ground_controlled</td>
<td style="border-style:solid; border-width:2; padding:8px">-646415617</br></td>
</tr>
Expand Down Expand Up @@ -25417,18 +25427,7 @@ <h2><p id="minecraft:can_power_jump">minecraft:can_power_jump</p></h2>

<h2><p id="minecraft:cannot_be_attacked">minecraft:cannot_be_attacked</p></h2>

When set, filters which entities are allowed to attack the owner entity.</br><h3></h3>

<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">exception_filters</td>
<td style="border-style:solid; border-width:2; padding:8px">Minecraft Filter</td>
<td style="border-style:solid; border-width:2; padding:8px"></td>
<td style="border-style:solid; border-width:2; padding:8px">Defines which entities are exceptions and are allowed to attack the owner entity.</br></td>
</tr>
</table>
<a href="#Index">Back to top</a><br><br>
When set, blocks entities from attacking the owner entity unless they have the "minecraft:ignore_cannot_be_attacked" component.</br><a href="#Index">Back to top</a><br><br>

<h2><p id="minecraft:color">minecraft:color</p></h2>

Expand Down Expand Up @@ -25549,6 +25548,21 @@ <h2><p id="minecraft:ground_offset">minecraft:ground_offset</p></h2>
</table>
<a href="#Index">Back to top</a><br><br>

<h2><p id="minecraft:ignore_cannot_be_attacked">minecraft:ignore_cannot_be_attacked</p></h2>

When set, blocks entities from attacking the owner entity unless they have the "minecraft:ignore_cannot_be_attacked" component.</br><h3></h3>

<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">filters</td>
<td style="border-style:solid; border-width:2; padding:8px">Minecraft Filter</td>
<td style="border-style:solid; border-width:2; padding:8px"></td>
<td style="border-style:solid; border-width:2; padding:8px">Defines which entities are exceptions and are allowed to be attacked by the owner entity, potentially attacked entity is subject "other". If this is not specified then all attacks by the owner are allowed.</br></td>
</tr>
</table>
<a href="#Index">Back to top</a><br><br>

<h2><p id="minecraft:input_ground_controlled">minecraft:input_ground_controlled</p></h2>

When configured as a rideable entity, the entity will be controlled using WASD controls. Beginning with 1.19.50 the default auto step height for rideable entities is half a block. Consider adding the `variable_max_auto_step` component to increase it.</br><a href="#Index">Back to top</a><br><br>
Expand Down
2 changes: 1 addition & 1 deletion 1.21.0.0/1.21.50.28/Entity Events.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ENTITY EVENTS DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>ENTITY EVENTS DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Entity Timeline Events.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ENTITY TIMELINE EVENTS DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>ENTITY TIMELINE EVENTS DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Features.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>FEATURES DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>FEATURES DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Fogs.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>FOGS DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>FOGS DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Item.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ITEM DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>ITEM DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Molang.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>MOLANG DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>MOLANG DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Particles.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>PARTICLES DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>PARTICLES DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Recipes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>RECIPES DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>RECIPES DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Schemas.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>SCHEMAS DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>SCHEMAS DOCUMENTATION </br>Version: 1.21.50.28</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.50.28/Texture Sets.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>TEXTURE SETS DOCUMENTATION </br>Version: 1.21.50.26</h1>
<h1>TEXTURE SETS DOCUMENTATION </br>Version: 1.21.50.28</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

0 comments on commit b35f8f1

Please sign in to comment.