Blocks |
@@ -352,7 +352,7 @@ item
minecraft:redstone_conductivity |
Identifier String |
|
-The basic redstone properties of a block; if the component is not provided the default values are used. Requires the Upcoming Creator Features experiment. If you use this component, make sure to use 1.21.30 format version for your block JSON.Experimental toggles required: Upcoming Creator Features
+The basic redstone properties of a block; if the component is not provided the default values are used. Requires 1.21.30 format version and above.Experimental toggles required: Upcoming Creator Features (in format versions before 1.21.30)
Name | Type | Default Value | Description |
allows_wire_to_step_down |
@@ -441,7 +441,7 @@ Block Definition Properties
Code Example
Example
+reflect_immunity |
+Decimal |
+0 |
+During the specified time, in seconds, the projectile cannot be reflected by hitting it |
+
+
reflect_on_hurt |
Boolean |
false |
@@ -23594,6 +23678,10 @@ minecraft:transformation
Back to top
+minecraft:transient
+
+An entity with this component will NEVER persist, and forever disappear when unloaded.Back to top
+
minecraft:trusting
Defines the rules for a mob to trust players.
@@ -24216,10 +24304,6 @@
| -169886247 |
-minecraft:behavior.peek |
-211304085 |
-
-
minecraft:behavior.pet_sleep_with_owner |
1379392240 |
@@ -24658,6 +24742,10 @@
1674909940 |
+minecraft:dimension_bound |
+-1843592159 |
+
+
minecraft:drying_out_timer |
2113510784 |
@@ -24774,8 +24862,8 @@
893445039 |
-minecraft:lookat |
--1329707008 |
+minecraft:looked_at |
+-1189178052 |
minecraft:managed_wandering_trader |
@@ -24974,6 +25062,10 @@
-457894577 |
+minecraft:transient |
+-413020544 |
+
+
minecraft:trusting |
936499892 |
diff --git a/documentation/Entity Events.html b/documentation/Entity Events.html
index 92eb73d8b..0869b77a9 100644
--- a/documentation/Entity Events.html
+++ b/documentation/Entity Events.html
@@ -1,4 +1,4 @@
-ENTITY EVENTS DOCUMENTATION Version: 1.21.30.3
+ENTITY EVENTS DOCUMENTATION Version: 1.21.40.3
Index
This describes the structure of the Events section. |
diff --git a/documentation/Entity Timeline Events.html b/documentation/Entity Timeline Events.html
index 1f2b694d1..112d3f319 100644
--- a/documentation/Entity Timeline Events.html
+++ b/documentation/Entity Timeline Events.html
@@ -1,4 +1,4 @@
-ENTITY TIMELINE EVENTS DOCUMENTATION Version: 1.21.30.3
+ENTITY TIMELINE EVENTS DOCUMENTATION Version: 1.21.40.3
Index
Animation Controller Events |
diff --git a/documentation/Features.html b/documentation/Features.html
index f872d1806..bc2615d1e 100644
--- a/documentation/Features.html
+++ b/documentation/Features.html
@@ -1,4 +1,4 @@
-FEATURES DOCUMENTATION Version: 1.21.30.3
+FEATURES DOCUMENTATION Version: 1.21.40.3
Index
Overview |
@@ -463,23 +463,43 @@ minecraft:search_feature
minecraft:single_block_feature
-'minecraft:single_block_feature' places a single block in the world. The 'may_place_on' and 'may_replace' fields are allowlists which specify where the block can be placed. If these fields are omitted, the block can be placed anywhere. The block's internal survivability and placement rules can optionally be enforced with the 'enforce_survivability_rules' and 'enforce_placement_rules' fields. These rules are specified per-block and are typically designed to produce high quality gameplay or natural behavior. However, enabling this enforcement may make it harder to debug placement failures.Succeeds if: The block is successfully placed in the world.Fails if: The block fails to be placed.
-Example use: Placing a single pumpkin block.
|