Skip to content

Commit

Permalink
v1.21.70.20-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed Jan 30, 2025
1 parent 97d8dff commit 5299679
Show file tree
Hide file tree
Showing 230 changed files with 68,978 additions and 20,961 deletions.
19 changes: 14 additions & 5 deletions behavior_pack/entities/fox.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"format_version": "1.21.60",
"format_version": "1.21.70",
"minecraft:entity": {
"description": {
"identifier": "minecraft:fox",
Expand Down Expand Up @@ -324,7 +324,7 @@
"minecraft:fox_day": {
"minecraft:environment_sensor": {
"triggers": [
{
{
"filters": { "test" : "weather_at_position", "value" : "thunderstorm" },
"event": "minecraft:fox_configure_thunderstorm"
},
Expand All @@ -333,7 +333,7 @@
"event": "minecraft:fox_configure_night"
}
]
},
},
"minecraft:behavior.nap": {
"priority": 8,
"cooldown_min": 2.0,
Expand Down Expand Up @@ -366,7 +366,7 @@
"minecraft:fox_night": {
"minecraft:environment_sensor": {
"triggers": [
{
{
"filters": { "test" : "weather_at_position", "value" : "thunderstorm" },
"event": "minecraft:fox_configure_thunderstorm"
},
Expand All @@ -375,7 +375,7 @@
"event": "minecraft:fox_configure_day"
}
]
},
},
"minecraft:behavior.stroll_towards_village": {
"priority": 11,
"speed_multiplier": 1.0,
Expand Down Expand Up @@ -446,6 +446,15 @@
"value": 10,
"max": 10
},
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": { "test": "in_lava", "subject": "self" },
"cause": "lava",
"damage_per_tick": 4
}
]
},
"minecraft:movement": {
"value": 0.3
},
Expand Down
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, 21, 60 ]
"min_engine_version": [ 1, 21, 70 ]
},
"modules": [
{
Expand Down
25 changes: 23 additions & 2 deletions behavior_pack/spawn_rules/donkey.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,36 @@
"default": 1
},
"minecraft:herd": {
"min_size": 2,
"max_size": 6
"min_size": 1,
"max_size": 3
},
"minecraft:biome_filter": {
"test": "has_biome_tag",
"operator": "==",
"value": "plains"
}
},
{
"minecraft:spawns_on_surface": {},
"minecraft:spawns_on_block_filter": "minecraft:grass_block",
"minecraft:brightness_filter": {
"min": 7,
"max": 15,
"adjust_for_weather": false
},
"minecraft:weight": {
"default": 1
},
"minecraft:herd": {
"min_size": 1,
"max_size": 1
},
"minecraft:biome_filter": {
"test": "has_biome_tag",
"operator": "==",
"value": "savanna"
}
},
{
"minecraft:spawns_on_surface": {},
"minecraft:spawns_on_block_filter": "minecraft:grass_block",
Expand Down
34 changes: 33 additions & 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.60.28</h1>
<h1>ADDONS DOCUMENTATION </br>Version: 1.21.70.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 Expand Up @@ -24967,6 +24967,9 @@ <h2>List of fully-qualified block names</h2>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:budding_amethyst</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:bush</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:cactus</td>
</tr>
<tr>
Expand Down Expand Up @@ -26077,6 +26080,9 @@ <h2>List of fully-qualified block names</h2>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:fire_coral_wall_fan</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:firefly_bush</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:fletching_table</td>
</tr>
<tr>
Expand Down Expand Up @@ -26497,6 +26503,9 @@ <h2>List of fully-qualified block names</h2>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:lava</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:leaf_litter</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:lectern</td>
</tr>
<tr>
Expand Down Expand Up @@ -28243,6 +28252,9 @@ <h2>List of fully-qualified block names</h2>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:white_wool</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:wildflowers</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:wither_rose</td>
</tr>
<tr>
Expand Down Expand Up @@ -30135,6 +30147,11 @@ <h1><p id="Items">Items</p></h1>
<td style="border-style:solid; border-width:4; padding:6px"></td>
</tr>
<tr>
<td style="border-style:solid; border-width:4; padding:6px">bush</td>
<td style="border-style:solid; border-width:4; padding:6px">-1023</td>
<td style="border-style:solid; border-width:4; padding:6px"></td>
</tr>
<tr>
<td style="border-style:solid; border-width:4; padding:6px">cactus</td>
<td style="border-style:solid; border-width:4; padding:6px">81</td>
<td style="border-style:solid; border-width:4; padding:6px"></td>
Expand Down Expand Up @@ -32530,6 +32547,11 @@ <h1><p id="Items">Items</p></h1>
<td style="border-style:solid; border-width:4; padding:6px"></td>
</tr>
<tr>
<td style="border-style:solid; border-width:4; padding:6px">firefly_bush</td>
<td style="border-style:solid; border-width:4; padding:6px">-1025</td>
<td style="border-style:solid; border-width:4; padding:6px"></td>
</tr>
<tr>
<td style="border-style:solid; border-width:4; padding:6px">firework_rocket</td>
<td style="border-style:solid; border-width:4; padding:6px">530</td>
<td style="border-style:solid; border-width:4; padding:6px"></td>
Expand Down Expand Up @@ -33755,6 +33777,11 @@ <h1><p id="Items">Items</p></h1>
<td style="border-style:solid; border-width:4; padding:6px"></td>
</tr>
<tr>
<td style="border-style:solid; border-width:4; padding:6px">leaf_litter</td>
<td style="border-style:solid; border-width:4; padding:6px">-1026</td>
<td style="border-style:solid; border-width:4; padding:6px"></td>
</tr>
<tr>
<td style="border-style:solid; border-width:4; padding:6px">leather</td>
<td style="border-style:solid; border-width:4; padding:6px">385</td>
<td style="border-style:solid; border-width:4; padding:6px"></td>
Expand Down Expand Up @@ -37790,6 +37817,11 @@ <h1><p id="Items">Items</p></h1>
<td style="border-style:solid; border-width:4; padding:6px"></td>
</tr>
<tr>
<td style="border-style:solid; border-width:4; padding:6px">wildflowers</td>
<td style="border-style:solid; border-width:4; padding:6px">-1024</td>
<td style="border-style:solid; border-width:4; padding:6px"></td>
</tr>
<tr>
<td style="border-style:solid; border-width:4; padding:6px">wind_charge</td>
<td style="border-style:solid; border-width:4; padding:6px">378</td>
<td style="border-style:solid; border-width:4; padding:6px"></td>
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.60.28</h1>
<h1>ANIMATIONS DOCUMENTATION </br>Version: 1.21.70.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.21.60.28</h1>
<h1>BIOMES DOCUMENTATION </br>Version: 1.21.70.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
24 changes: 19 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.21.60.28</h1>
<h1>BLOCKS DOCUMENTATION </br>Version: 1.21.70.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 Expand Up @@ -221,9 +221,17 @@ <h3><p id="material_instances">material_instances</p></h3>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:map_color</td>
<td style="border-style:solid; border-width:3; padding:7px">String</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">Sets the color of the block when rendered to a map. The color is represented as a hex value in the format "#RRGGBB". May also be expressed as an array of [R, G, B] from 0 to 255. If this component is omitted, the block will not show up on the map.</br></td>
<td style="border-style:solid; border-width:3; padding:7px">Sets the color of the block when rendered to a map. If this component is omitted, the block will not show up on the map.</br><h3><p id="color">color</p></h3>

The color is represented as a hex value in the format "#RRGGBB". May also be expressed as an array of [R, G, B] from 0 to 255.</br><a href="#Index">Back to top</a><br><br>

<h3><p id="tint_method">tint_method</p></h3>

Tint multiplied to the color. Tint method logic varies, but often refers to the "rain" and "temperature" of the biome the block is placed in to compute the tint. Supported tint methods are "none", "default_foliage", "birch_foliage", "evergreen_foliage", "grass" and "water"</br><a href="#Index">Back to top</a><br><br>

</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:material_instances</td>
Expand Down Expand Up @@ -418,6 +426,12 @@ <h3><p id="material_instances">material_instances</p></h3>
</td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:replaceable</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">A block with this component can be replaced when another block is placed in the same block position.</br>Experimental toggles required: Upcoming Creator Features (in format versions before 1.21.60)</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:3; padding:7px">minecraft:selection_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"></td>
Expand Down Expand Up @@ -489,7 +503,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.21.60",
"format_version": "1.21.70",
"minecraft:block": {
"description": {
"identifier": "design:lavenderstone"
Expand Down Expand Up @@ -547,7 +561,7 @@ <h1><p id="Block Event Responses">Block Event Responses</p></h1>
<td style="border-style:solid; border-width:2; padding:8px">duration</td>
<td style="border-style:solid; border-width:2; padding:8px">Decimal</td>
<td style="border-style:solid; border-width:2; padding:8px">0.0</td>
<td style="border-style:solid; border-width:2; padding:8px">The duration of the mob effect.</br></td>
<td style="border-style:solid; border-width:2; padding:8px">The duration of the mob effect in seconds. Can also be set to "infinite"</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">effect</td>
Expand Down
2 changes: 1 addition & 1 deletion documentation/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.28</h1>
<h1>CLIENT BIOMES DOCUMENTATION </br>Version: 1.21.70.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
8 changes: 4 additions & 4 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.60.28</h1>
<h1>ENTITIES DOCUMENTATION </br>Version: 1.21.70.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 Expand Up @@ -18927,7 +18927,7 @@ <h2><p id="minecraft:attack">minecraft:attack</p></h2>
<td style="border-style:solid; border-width:2; padding:8px">effect_duration</td>
<td style="border-style:solid; border-width:2; padding:8px">Decimal</td>
<td style="border-style:solid; border-width:2; padding:8px">0.0</td>
<td style="border-style:solid; border-width:2; padding:8px">Duration in seconds of the status ailment applied to the damaged entity</br></td>
<td style="border-style:solid; border-width:2; padding:8px">Duration in seconds of the status ailment applied to the damaged entity. Can also be "infinite"</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">effect_name</td>
Expand Down Expand Up @@ -19935,7 +19935,7 @@ <h2><p id="minecraft:combat_regeneration">minecraft:combat_regeneration</p></h2>
<td style="border-style:solid; border-width:2; padding:8px">regeneration_duration</td>
<td style="border-style:solid; border-width:2; padding:8px">Integer</td>
<td style="border-style:solid; border-width:2; padding:8px">5</td>
<td style="border-style:solid; border-width:2; padding:8px">The duration in seconds of Regeneration I added to the mob.</br></td>
<td style="border-style:solid; border-width:2; padding:8px">The duration in seconds of Regeneration I added to the mob. Can also be set to "infinite"</br></td>
</tr>
</table>
<a href="#Index">Back to top</a><br><br>
Expand Down Expand Up @@ -21535,7 +21535,7 @@ <h2><p id="minecraft:mob_effect">minecraft:mob_effect</p></h2>
<td style="border-style:solid; border-width:2; padding:8px">effect_time</td>
<td style="border-style:solid; border-width:2; padding:8px">Integer</td>
<td style="border-style:solid; border-width:2; padding:8px">10</td>
<td style="border-style:solid; border-width:2; padding:8px">How long the applied mob effect lasts in seconds.</br></td>
<td style="border-style:solid; border-width:2; padding:8px">How long the applied mob effect lasts in seconds. Can also be set to "infinite"</br></td>
</tr>
<tr>
<td style="border-style:solid; border-width:2; padding:8px">entity_filter</td>
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.60.28</h1>
<h1>ENTITY EVENTS DOCUMENTATION </br>Version: 1.21.70.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/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.60.28</h1>
<h1>ENTITY TIMELINE EVENTS DOCUMENTATION </br>Version: 1.21.70.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/Features.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>FEATURES DOCUMENTATION </br>Version: 1.21.60.28</h1>
<h1>FEATURES DOCUMENTATION </br>Version: 1.21.70.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/Fogs.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>FOGS DOCUMENTATION </br>Version: 1.21.60.28</h1>
<h1>FOGS DOCUMENTATION </br>Version: 1.21.70.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/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.60.28
<html><head><title>DOCUMENTATION</title></head><body><h1>DOCUMENTATION</br>Version: 1.21.70.20
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.60.28</h1>
<h1>ITEM DOCUMENTATION </br>Version: 1.21.70.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
Loading

0 comments on commit 5299679

Please sign in to comment.