Skip to content

Commit

Permalink
v1.21.10.21-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed May 29, 2024
1 parent fe24be8 commit 2782ed8
Show file tree
Hide file tree
Showing 115 changed files with 2,350 additions and 1,219 deletions.
3 changes: 1 addition & 2 deletions behavior_pack/entities/breeze_wind_charge_projectile.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"ender_crystal",
"wind_charge_projectile",
"breeze_wind_charge_projectile"
],
"hit_nearest_passenger": true
]
},
"minecraft:physics": {
},
Expand Down
6 changes: 5 additions & 1 deletion behavior_pack/entities/iron_golem.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,11 @@
"smooth_sandstone_slab",
"red_nether_brick_slab",
"stone_slab3",
"stone_slab4",
"mossy_stone_brick_slab",
"smooth_quartz_slab",
"normal_stone_slab",
"cut_sandstone_slab",
"cut_red_sandstone_slab",
"smooth_stone_double_slab",
"sandstone_double_slab",
"cobblestone_double_slab",
Expand Down
12 changes: 10 additions & 2 deletions behavior_pack/entities/villager_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,11 @@
"smooth_sandstone_slab",
"red_nether_brick_slab",
"stone_slab3",
"stone_slab4",
"mossy_stone_brick_slab",
"smooth_quartz_slab",
"normal_stone_slab",
"cut_sandstone_slab",
"cut_red_sandstone_slab",
"smooth_stone_double_slab",
"sandstone_double_slab",
"cobblestone_double_slab",
Expand Down Expand Up @@ -1371,7 +1375,11 @@
"smooth_sandstone_slab",
"red_nether_brick_slab",
"stone_slab3",
"stone_slab4",
"mossy_stone_brick_slab",
"smooth_quartz_slab",
"normal_stone_slab",
"cut_sandstone_slab",
"cut_red_sandstone_slab",
"smooth_stone_double_slab",
"sandstone_double_slab",
"cobblestone_double_slab",
Expand Down
6 changes: 2 additions & 4 deletions behavior_pack/recipes/grindstone.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
"tag": "minecraft:planks"
},
"_": {
"item": "minecraft:double_stone_slab4",
"data": 2
"item": "minecraft:normal_stone_slab"
}
},
"unlock": [
{
"item": "minecraft:double_stone_slab4",
"data": 2
"item": "minecraft:normal_stone_slab"
}
],
"result": {
Expand Down
3 changes: 1 addition & 2 deletions behavior_pack/recipes/grindstone_from_crimson_planks.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"item": "minecraft:crimson_planks"
},
"_": {
"item": "minecraft:double_stone_slab4",
"data": 2
"item": "minecraft:normal_stone_slab"
}
},
"result": {
Expand Down
3 changes: 1 addition & 2 deletions behavior_pack/recipes/grindstone_from_mangrove_planks.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"item": "minecraft:mangrove_planks"
},
"_": {
"item": "minecraft:double_stone_slab4",
"data": 2
"item": "minecraft:normal_stone_slab"
}
},
"result": {
Expand Down
3 changes: 1 addition & 2 deletions behavior_pack/recipes/grindstone_from_warped_planks.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"item": "minecraft:warped_planks"
},
"_": {
"item": "minecraft:double_stone_slab4",
"data": 2
"item": "minecraft:normal_stone_slab"
}
},
"result": {
Expand Down
3 changes: 1 addition & 2 deletions behavior_pack/recipes/stonecutter_mossy_stonebrick_slab.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
}
],
"result": {
"item": "minecraft:double_stone_slab4",
"data": 0,
"item": "minecraft:mossy_stone_brick_slab",
"count": 2
}
}
Expand Down
3 changes: 1 addition & 2 deletions behavior_pack/recipes/stonecutter_smooth_quartz_slab.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
}
],
"result": {
"item": "minecraft:double_stone_slab4",
"data": 1,
"item": "minecraft:smooth_quartz_slab",
"count": 2
}
}
Expand Down
3 changes: 1 addition & 2 deletions behavior_pack/recipes/stonecutter_stone_slab.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
}
],
"result": {
"item": "minecraft:double_stone_slab4",
"data": 2,
"item": "minecraft:normal_stone_slab",
"count": 2
}
}
Expand Down
339 changes: 216 additions & 123 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.21.10.20</h1>
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.21.10.21</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.10.20</h1>
<h1>BIOMES DOCUMENTATION </br>Version: 1.21.10.21</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.10.20</h1>
<h1>BLOCKS DOCUMENTATION </br>Version: 1.21.10.21</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/Entities.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ENTITIES DOCUMENTATION </br>Version: 1.21.10.20</h1>
<h1>ENTITIES DOCUMENTATION </br>Version: 1.21.10.21</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 Events.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>ENTITY EVENTS DOCUMENTATION </br>Version: 1.21.10.20</h1>
<h1>ENTITY EVENTS DOCUMENTATION </br>Version: 1.21.10.21</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.10.20</h1>
<h1>ENTITY TIMELINE EVENTS DOCUMENTATION </br>Version: 1.21.10.21</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
9 changes: 2 additions & 7 deletions documentation/Features.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>FEATURES DOCUMENTATION </br>Version: 1.21.10.20</h1>
<h1>FEATURES DOCUMENTATION </br>Version: 1.21.10.21</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 @@ -39,7 +39,6 @@ <h2><p id="Index">Index</p></h2>
<tr> <td> <a href="#Random Distribution Type"> Random Distribution Type</a> </tr> </td>
<tr> <td> <a href="#Scatter Chance"> Scatter Chance</a> </tr> </td>
<tr> <td> <a href="#Scatter Params"> Scatter Params</a> </tr> </td>
<tr> <th><a href="#Forced features">Forced features</a></th> </tr>
</table>
<a href="#Index">Back to top</a>
<h1><p id="Overview">Overview</p></h1>
Expand Down Expand Up @@ -1920,7 +1919,7 @@ <h2>Feature schema</h2>

<h1><p id="Attaching features">Attaching features</p></h1>

Features must be attached to at least one biome in order to show up in the world. During world generation, biomes attempt to place their attached features chunk-by-chunk. Features can be attached in two ways:</br>1) Via a feature rule definition</br>2) Via the "minecraft:forced_features" biome component</br><a href="#Index">Back to top</a><br><br>
Features must be attached to at least one biome in order to show up in the world. During world generation, biomes attempt to place their attached features chunk-by-chunk. Features can be attached via a feature rule definition</br><a href="#Index">Back to top</a><br><br>

<h1><p id="Feature rules">Feature rules</p></h1>

Expand Down Expand Up @@ -2100,7 +2099,3 @@ <h2>Full Schema</h2>
</textarea> </br>
<br><br>

<h1><p id="Forced features">Forced features</p></h1>

Features attached with the second method are called "forced" or "explicit" features. Unlike feature rules, forced features are not defined in separate JSON files. Instead, they are specified in the existing biome JSON definitions via the "minecraft:forced_features" component. Like feature rules, this component includes fields that define when features should be placed ("placement_pass") and how they should be scattered ("distribution"). For more information about biome components (including the complete JSON schema), consult the biome documentation.</br><a href="#Index">Back to top</a><br><br>

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.10.20</h1>
<h1>FOGS DOCUMENTATION </br>Version: 1.21.10.21</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.10.20
<html><head><title>DOCUMENTATION</title></head><body><h1>DOCUMENTATION</br>Version: 1.21.10.21
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.10.20</h1>
<h1>ITEM DOCUMENTATION </br>Version: 1.21.10.21</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.10.20</h1>
<h1>MOLANG DOCUMENTATION </br>Version: 1.21.10.21</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.10.20</h1>
<h1>PARTICLES DOCUMENTATION </br>Version: 1.21.10.21</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.10.20</h1>
<h1>RECIPES DOCUMENTATION </br>Version: 1.21.10.21</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.10.20</h1>
<h1>SCHEMAS DOCUMENTATION </br>Version: 1.21.10.21</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.10.20</h1>
<h1>TEXTURE SETS DOCUMENTATION </br>Version: 1.21.10.21</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/Volumes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>VOLUMES DOCUMENTATION </br>Version: 1.21.10.20</h1>
<h1>VOLUMES DOCUMENTATION </br>Version: 1.21.10.21</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
Loading

0 comments on commit 2782ed8

Please sign in to comment.