Skip to content

Commit

Permalink
v1.21.20.23-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed Jul 17, 2024
1 parent bea2097 commit 97e1715
Show file tree
Hide file tree
Showing 89 changed files with 579 additions and 873 deletions.
2 changes: 1 addition & 1 deletion documentation/Addons.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ADDONS DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>ADDONS DOCUMENTATION </br>Version: 1.21.20.23</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/Animations.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.21.20.23</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.21.20.22</h1>
<h1>BIOMES DOCUMENTATION </br>Version: 1.21.20.23</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/Blocks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>BLOCKS DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>BLOCKS DOCUMENTATION </br>Version: 1.21.20.23</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: 13 additions & 7 deletions documentation/Entities.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ENTITIES DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>ENTITIES DOCUMENTATION </br>Version: 1.21.20.23</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 @@ -13207,27 +13207,33 @@ <h2><p id="minecraft:behavior.follow_mob">minecraft:behavior.follow_mob</p></h2>

<h2><p id="minecraft:behavior.follow_owner">minecraft:behavior.follow_owner</p></h2>

Allows the mob to follow the player that owns them.</br><h3></h3>
Allows a mob to follow the player that owns it.</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">can_teleport</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">Specify if the mob can teleport to the player if it is too far away</br></td>
<td style="border-style:solid; border-width:2; padding:8px">Defines if the mob will teleport to its owner when too far away.</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">ignore_vibration</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">Specify if the mob will follow the owner if it has heard a vibration lately</br></td>
<td style="border-style:solid; border-width:2; padding:8px">Defines if the mob should disregard following its owner after detecting a recent vibration.</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">max_distance</td>
<td style="border-style:solid; border-width:2; padding:8px">Decimal</td>
<td style="border-style:solid; border-width:2; padding:8px">60.0</td>
<td style="border-style:solid; border-width:2; padding:8px">The maximum distance in blocks this mob can be from its owner to start following, only used when canTeleport is false</br></td>
<td style="border-style:solid; border-width:2; padding:8px">The maximum distance the mob can be from its owner to start following it. Applicable only when "can_teleport" is set to false.</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">post_teleport_distance</td>
<td style="border-style:solid; border-width:2; padding:8px">Boolean</td>
<td style="border-style:solid; border-width:2; padding:8px">"stop_distance" + 1</td>
<td style="border-style:solid; border-width:2; padding:8px">Defines how far (in blocks) the entity will be from its owner after teleporting. If not specified, it defaults to "stop_distance" + 1, allowing the entity to seamlessly resume navigation.</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">speed_multiplier</td>
Expand All @@ -13239,13 +13245,13 @@ <h2><p id="minecraft:behavior.follow_owner">minecraft:behavior.follow_owner</p><
<td style="border-style:solid; border-width:2; padding:8px">start_distance</td>
<td style="border-style:solid; border-width:2; padding:8px">Decimal</td>
<td style="border-style:solid; border-width:2; padding:8px">10.0</td>
<td style="border-style:solid; border-width:2; padding:8px">The distance in blocks that the owner can be away from this mob before it starts following it</br></td>
<td style="border-style:solid; border-width:2; padding:8px">The minimum distance the mob must be from its owner to start following it.</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">stop_distance</td>
<td style="border-style:solid; border-width:2; padding:8px">Decimal</td>
<td style="border-style:solid; border-width:2; padding:8px">2.0</td>
<td style="border-style:solid; border-width:2; padding:8px">The distance in blocks this mob will stop from its owner while following it</br></td>
<td style="border-style:solid; border-width:2; padding:8px">The distance at which the mob will stop following its owner.</br></td>
</tr>
</table>
<a href="#Index">Back to top</a><br><br>
Expand Down
2 changes: 1 addition & 1 deletion documentation/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.20.22</h1>
<h1>ENTITY EVENTS DOCUMENTATION </br>Version: 1.21.20.23</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/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.20.22</h1>
<h1>ENTITY TIMELINE EVENTS DOCUMENTATION </br>Version: 1.21.20.23</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/Features.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>FEATURES DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>FEATURES DOCUMENTATION </br>Version: 1.21.20.23</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/Fogs.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>FOGS DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>FOGS DOCUMENTATION </br>Version: 1.21.20.23</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/Index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html><head><title>DOCUMENTATION</title></head><body><h1>DOCUMENTATION</br>Version: 1.21.20.22
<html><head><title>DOCUMENTATION</title></head><body><h1>DOCUMENTATION</br>Version: 1.21.20.23
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/>
<ol>
<li><a href="Addons.html">Addons</a>
Expand Down
2 changes: 1 addition & 1 deletion documentation/Item.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ITEM DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>ITEM DOCUMENTATION </br>Version: 1.21.20.23</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/Molang.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>MOLANG DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>MOLANG DOCUMENTATION </br>Version: 1.21.20.23</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/Particles.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>PARTICLES DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>PARTICLES DOCUMENTATION </br>Version: 1.21.20.23</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/Recipes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>RECIPES DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>RECIPES DOCUMENTATION </br>Version: 1.21.20.23</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/Schemas.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>SCHEMAS DOCUMENTATION </br>Version: 1.21.20.22</h1>
<h1>SCHEMAS DOCUMENTATION </br>Version: 1.21.20.23</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/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.20.22</h1>
<h1>TEXTURE SETS DOCUMENTATION </br>Version: 1.21.20.23</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 metadata/command_modules/mojang-commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -37905,7 +37905,7 @@
"requires_cheats" : true
}
],
"minecraft_version" : "1.21.20-beta.0",
"minecraft_version" : "1.21.20-beta.23",
"module_type" : "commands",
"name" : "mojang-commands"
}
2 changes: 1 addition & 1 deletion metadata/engine_modules/engine-after-events-ordering.json
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@
"version" : "0.1.0-beta"
}
],
"minecraft_version" : "1.21.20-beta.0",
"minecraft_version" : "1.21.20-beta.23",
"module_type" : "after_events_ordering",
"name" : "engine-after_events_ordering"
}
1 change: 0 additions & 1 deletion metadata/json_schemas/Component v1.20.50.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@
"imitate.evocation_illager",
"imitate.ghast",
"imitate.husk",
"imitate.illusion_illager",
"imitate.magma_cube",
"imitate.polar_bear",
"imitate.shulker",
Expand Down
1 change: 0 additions & 1 deletion metadata/json_schemas/Component v1.20.60.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@
"imitate.evocation_illager",
"imitate.ghast",
"imitate.husk",
"imitate.illusion_illager",
"imitate.magma_cube",
"imitate.polar_bear",
"imitate.shulker",
Expand Down
1 change: 0 additions & 1 deletion metadata/json_schemas/Components v1.20.80.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@
"imitate.evocation_illager",
"imitate.ghast",
"imitate.husk",
"imitate.illusion_illager",
"imitate.magma_cube",
"imitate.polar_bear",
"imitate.shulker",
Expand Down
2 changes: 0 additions & 2 deletions metadata/json_schemas/Components v1.21.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@
"imitate.evocation_illager",
"imitate.ghast",
"imitate.husk",
"imitate.illusion_illager",
"imitate.magma_cube",
"imitate.polar_bear",
"imitate.shulker",
Expand Down Expand Up @@ -1540,7 +1539,6 @@
"imitate.evocation_illager",
"imitate.ghast",
"imitate.husk",
"imitate.illusion_illager",
"imitate.magma_cube",
"imitate.polar_bear",
"imitate.shulker",
Expand Down
1 change: 0 additions & 1 deletion metadata/json_schemas/DurabilitySensor v1.21.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@
"imitate.evocation_illager",
"imitate.ghast",
"imitate.husk",
"imitate.illusion_illager",
"imitate.magma_cube",
"imitate.polar_bear",
"imitate.shulker",
Expand Down
1 change: 0 additions & 1 deletion metadata/json_schemas/DurabilityThreshold v1.21.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@
"imitate.evocation_illager",
"imitate.ghast",
"imitate.husk",
"imitate.illusion_illager",
"imitate.magma_cube",
"imitate.polar_bear",
"imitate.shulker",
Expand Down
Loading

0 comments on commit 97e1715

Please sign in to comment.