Minecraft:Java Edition 26.3 Pre-Release 1
From SAS Gaming Wiki
More actions
(Redirected from Minecraft:Java Edition 26.3-pre-1)
26.3 Pre-Release 1 (known as 26.3-pre-1 in the Minecraft:launcher) is the first pre-release for Minecraft:Java Edition 26.3, released on September 1, 2026,<ref>Template:Mcnet</ref> which makes technical changes, and fixes bugs.
Additions
General
- Added Template:Cd.
- Disables the Beta 1.8 modulo patch which fixed the Far Lands and other floating-point precision bugs.
- The traditional form of the Far Lands only appear in the Nether and the End as multiple other factors break down in the Overworld way before the Far Lands can appear there.
- The purpose of this debug flag is to compare the performance of the modulo fix as it had a non-zero performance cost.<ref>Template:Tweet</ref>
- Integer number providers:
- Added the Template:Cd registry.
- All calculations are performed using 32-bit integer limits.
- Result of calculations that provide invalid values (like division by zero) is undefined.
- Format:
- Template:Cd – a namespaced ID from Template:Cd registry
- Template:Cd
- Added Template:Cd
- Returns the absolute value of Template:Cd.
- If the final result does not fit inside 32-bit integer limit, calculation will be canceled.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Added Template:Cd
- Evaluates multiple integer providers and returns arithmetic mean of results.
- Division rounds towards Template:Cd
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type.
- Requires at least one value.
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type.
- Added Template:Cd
- Makes Template:Cd random coin flips with probability of succeeding equal to Template:Cd, then returns number of successes.
- Fields:
- Template:Cd – number of coin flips, an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd – probability of a single coin flip succeeding (Template:Cd), an inline value or a namespaced ID of a Template:Cd type.
- Added Template:Cd
- Returns the value from Template:Cd if its condition is fulfilled or Template:Cd if not.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type which is executed if its condition is fulfilled.
- Template:Cd – an optional inline value or a namespaced ID of a Template:Cd type.
- Defaults to a constant Template:Cd if omitted.
- Added Template:Cd
- Returns a constant value.
- Fields:
- Template:Cd – an integer
- Can be also written inline as a plain number (Template:Cd is equivalent to Template:Cd)
- Added Template:Cd
- Returns Template:Cd minus Template:Cd
- If the final result does not fit inside 32-bit integer, calculation will be cancelled.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Added Template:Cd
- Evaluates a float provider and converts it to an integer value.
- Non-integer values will be truncated (i.e. rounded towards zero).
- Values that do not fit inside 32-bit integer (including Template:Cd) are treated as errors and will cancel calculation.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Added Template:Cd
- Evaluates multiple integer providers and returns the largest of results.
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type.
- Requires at least one value.
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type.
- Added Template:Cd
- Evaluates multiple integer providers and returns the smallest of results.
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Requires at least one value.
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Added Template:Cd
- Returns the modulus of Template:Cd by Template:Cd
- Uses truncated integer division (rounds towards zero).
- Division by zero is treated as an error and will cancel calculation.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns the modulus of Template:Cd by Template:Cd.
- Uses floored integer division (rounds towards negative infinity).
- Division by zero is treated as an error and will cancel calculation.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Fetches and provides the value of an environment attribute (Template:Cd)
- Fields:
- Template:Cd – Environment Attribute ID to fetch (must be representable as an int)
- Added Template:Cd
- Returns the negation of Template:Cd
- If the final result does not fit inside 32-bit integer, calculation will be cancelled.
- Fields:
- input – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns the first case which fulfils its condition or the default if none do.
- Fields:
- Template:Cd – a list of cases in the order that the dispatcher will try to execute them.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type which is executed if the condition is fulfilled.
- Fields:
- Template:Cd – an optional inline value or a namespaced ID of a Template:Cd type.
- Defaults to a constant Template:Cd if omitted
- Template:Cd – a list of cases in the order that the dispatcher will try to execute them.
- Added Template:Cd
- Returns Template:Cd to the power of Template:Cd
- If the exponent is negative, calculation will be cancelled.
- If both the base and the exponent are zero, calculation will be cancelled.
- If the final result does not fit inside 32-bit integer, calculation will be cancelled.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Evaluates multiple integer providers and returns product of results.
- If the final result does not fit inside 32-bit integer, calculation will be cancelled.
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Requires at least one value.
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Added Template:Cd
- Returns Template:Cd divided by Template:Cd
- Uses truncated integer division (rounds towards zero).
- Division by zero is treated as an error and will cancel calculation.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- right – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns Template:Cd divided by Template:Cd.
- Uses floored integer division (rounds towards negative infinity).
- Division by zero is treated as an error and will cancel calculation.
- If the final result does not fit inside 32-bit integer, calculation will be cancelled.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns a score of the selected target
- If Template:Cd is not present, provider returns value of Template:Cd
- Fields:
- Template:Cd – objective name
- Template:Cd – score holder (same format as in number provider version)
- Template:Cd – an optional inline value or a namespaced ID of a Template:Cd type, defaults to Template:Cd
- Added Template:Cd
- Returns an integer value from a command storage
- If value is not present, is not a number or path returned multiple values, provider returns value of Template:Cd
- Conversion of numeric NBT values that are not an integer is undefined
- Fields:
- Template:Cd – a namespaced ID of a command storage
- Template:Cd – an NBT path
- Template:Cd – an optional inline value or a namespaced ID of a Template:Cd type, defaults to Template:Cd
- Added Template:Cd
- Evaluates multiple integer providers and returns sum of results.
- If the final result does not fit inside 32-bit integer, calculation will be cancelled.
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Requires at least one value.
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Added Template:Cd
- Picks a random integer from a closed range
- Fields:
- Template:Cd – minimum value (inclusive), an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – maximum value (inclusive), an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns a value from a distribution of weighted number providers.
- Fields:
- Template:Cd – a list of objects with the following fields
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – a positive integer
- Fields:
- Template:Cd – a list of objects with the following fields
- Float number providers
- Added a Template:Cd registry.
- All calculations are peformed using single-precision floating-point numbers ("floats").
- Result of calculations that produce NaN and Infinity is undefined.
- Format:
- Template:Cd – a namespaced ID from Template:Cd registry
- Template:Cd
- Added vanilla float number providers:
- Template:Cd
- Returns the default speed multiplier for cooking fuel.
- Template:Cd
- Returns the speed multiplier for cooking fuel when used in a normal furnace.
- Template:Cd
- Returns the speed multiplier for cooking fuel when used in a block matching the Template:Cd predicate.
- Template:Cd
- Returns the default speed multiplier for brewing fuel.
- Template:Cd
- Added Template:Cd
- Returns the absolute value of Template:Cd
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Evaluates multiple float providers and returns arithmetic mean of results.
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Requires at least one value
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Added Template:Cd
- Returns the ceiling (i.e. rounded towards positive infinity) value of Template:Cd
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Added Template:Cd
- Returns the value from Template:Cd if its condition is fulfilled or Template:Cd if not.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type which is executed if its condition is fulfilled.
- Template:Cd – an optional inline value or a namespaced ID of a Template:Cd type.
- Defaults to a constant Template:Cd if omitted.
- Added Template:Cd
- Returns a constant value.
- Fields:
- Template:Cd – a float
- Can be also written inline as a plain number (Template:Cd is equivalent to Template:Cd})
- Added Template:Cd
- Returns the cosine of input
- Fields:
- Template:Cd – argument in radians, an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns Template:Cd minus Template:Cd
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Evaluates enchantment level-based (Template:Cd) parameter.
- Fields:
- Template:Cd: A Level-Based Value giving a value based on the level of the enchantment.
- Added Template:Cd
- Fetches and provides the value of an environment attribute (Template:Cd).
- Fields:
- Template:Cd – Environment Attribute ID to fetch (must be representable as a float).
- Added Template:Cd
- Returns the floored (i.e. rounded towards negative infinity) value of input.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Evaluates an integer provider and converts it to a float value.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Evaluates multiple float providers and returns square root of the sum of squares.
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Requires at least one value
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Added Template:Cd
- Evaluates multiple float providers and returns the largest of result
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Requires at least one value.
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Added Template:Cd
- Evaluates multiple float providers and returns the smallest of results.
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Requires at least one value.
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Added Template:Cd
- Returns the modulus of left by right
- Fields:
- Template:Cd – an inline value or a namespaced ID of a minecraft:context_float_provider type
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns the negation of input.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns the first case which fulfils its condition or the default if none do.
- Fields:
- Template:Cd – a list of cases in the order that the dispatcher will try to execute them.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type which is executed if the condition is fulfilled.
- Fields:
- Template:Cd – an optional inline value or a namespaced ID of a Template:Cd type.
- Defaults to a constant Template:Cd if omitted.
- Template:Cd – a list of cases in the order that the dispatcher will try to execute them.
- Added Template:Cd
- Returns Template:Cd to the power of Template:Cd.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Evaluates multiple float providers and returns product of results.
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Requires at least one value.
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type
- Added Template:Cd
- Returns Template:Cd divided by right.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns the rounded (towards nearest integer, with ties rounding towards positive infinity) value of input.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns the sine of input.
- Fields:
- Template:Cd – argument in radians, an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns the square root of input.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type
- Added Template:Cd
- Returns a float value from a command storage.
- If value is not present, is not a number or path returned multiple values, provider returns value of Template:Cd.
- Conversion of numeric NBT values that are not a float is undefined.
- Fields:
- Template:Cd – a namespaced ID of a command storage
- Template:Cd – an NBT path
- Template:Cd – an optional inline value or a namespaced ID of a Template:Cd type, defaults to Template:Cd
- Added Template:Cd
- Evaluates multiple float providers and returns sum of results.
- Fields:
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type.
- Requires at least one value.
- Template:Cd – an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a Template:Cd type.
- Added Template:Cd
- Returns the truncated (rounded towards zero) value of input.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Added Template:Cd
- Picks a random number from a range
- Fields:
- Template:Cd – minimum value, an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd – maximum value, an inline value or a namespaced ID of a Template:Cd type.
- Added Template:Cd
- Returns a value from a distribution of weighted number providers.
- Fields:
- Template:Cd – a list of objects with the following fields.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd – a positive integer.
- Fields:
- Template:Cd – a list of objects with the following fields.
- Added a Template:Cd registry.
- Added Template:Cd
- Checks value against some range.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd – one of:
- An inline value (including a single integer) or a namespaced ID of a Template:Cd type.
- Will test if result of value is equal to provided test value.
- An object with fields:
- Template:Cd – an optional inline value (including a single integer) or a namespaced ID of a Template:Cd type.
- Template:Cd – an optional inline value (including a single integer) or a namespaced ID of a Template:Cd type.
- Will test if result of value is between Template:Cd and Template:Cd (inclusive).
- An inline value (including a single integer) or a namespaced ID of a Template:Cd type.
- Added Template:Cd
- Checks value against some range.
- Fields:
- Template:Cd – an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd – one of:
- An inline value (including a single float) or a namespaced ID of a Template:Cd type.
- Will test if result of value is equal to provided test value.
- An object with fields:
- Template:Cd – an optional inline value (including a single float) or a namespaced ID of a Template:Cd type.
- Template:Cd – an optional inline value (including a single float) or a namespaced ID of a Template:Cd type.
- Will test if result of value is between Template:Cd and Template:Cd (inclusive)
- An inline value (including a single float) or a namespaced ID of a Template:Cd type.
- Added the Template:Cd item tag.
- Contains items that can be taken out of Minecraft:furnace by a Minecraft:hopper attached to the bottom face.
Changes
Blocks
- Updated the texture to remove hidden faces and unused pixels.
Items
- Updated the inventory icon texture of the following ones, due to consistency issues:
World generation
Minecraft:Block state providers
- Block state providers can now be defined as standalone types in a registry – Template:Cd – and referenced by using a namespaced string for a field that expects a block state provider.
- An inline block state definition is now an accepted shorthand form for a Template:Cd block state provider providing that state. The Block State has to be in the form of an object with fields, a shorthand Block ID is not allowed.
- Renamed provider types.
- The following providers types have been renamed:
- Template:Cd renamed to Template:Cd
- Template:Cd renamed to Template:Cd
- Template:Cd renamed to Template:Cd
- Template:Cd renamed to Template:Cd
- Template:Cd renamed to Template:Cd
- Template:Cd renamed to Template:Cd
- Template:Cd renamed to Template:Cd
- Template:Cd renamed to Template:Cd
- Template:Cd renamed to Template:Cd
- The following providers types have been renamed:
- Changed Template:Cd
- If a rule yields no result, the following rules will be evaluated.
- If no rule or Template:Cd yields a result, will now also yield no result.
Command format
- Command syntax has been modified to take into account number provider split:
- Template:Cmd
- Where
<int_provider>is either an element ofminecraft:context_int_providerregistry or an inline value.
- Where
- Template:Cmd
- Where
<float_provider>is either an element ofminecraft:context_float_providerregistry or an inline value.
- Where
- Template:Cmd
- If evaluation of a number provider fails (for example due to division by zero), command will now fail.
- Command syntax has been modified to take into account number provider split:
compute <target> integer <int_provider>compute <target> float <float_provider>
General
Minecraft:Data component format
- Changed Template:Cd
- Template:Cd field is now Template:Cd
- Template:Cd field is now Template:Cd
- Cooking fuel items with remainders will be handled as follows:
- If there is fuel remaining in the fuel slot, the remainder item will be dropped on the ground.
- If the fuel has run out, the remainder item will remain in the fuel slot.
- Changed Template:Cd
- Template:Cd field is now Template:Cd
- Template:Cd field is now Template:Cd
- Brewing fuel items with remainders will be handled as follows:
- If there is fuel remaining in the fuel slot, the remainder item will be dropped on the ground.
- If the fuel has run out, the remainder item will remain in the fuel slot.
- This behavior matches items placed in the input and reagent slots of the brewing stand.
- Changed Template:Cd
- Template:Cd field is now Template:Cd
- The Minecraft:pack format version is now Template:Cd.
- Changed Template:Cd
- Number providers in Template:Cd sub-fields of Template:Cd list now accept an inline value or a namespaced ID of a Template:Cd type.
- Changed Template:Cd
- The Template:Cd field now accepts an inline value or a namespaced ID of a Template:Cd type.
- Changed Template:Cd
- The Template:Cd field now accepts an inline value or a namespaced ID of a Template:Cd type.
- Changed Template:Cd
- Elements in the Template:Cd list can now be an inline value or a namespaced ID of a Template:Cd type.
- Elements in the Template:Cd lists can now be an inline value or a namespaced ID of a Template:Cd type
- Changed Template:Cd
- Values in Template:Cd map can now be an inline value or a namespaced ID of a Template:Cd type.
- Changed Template:Cd
- The Template:Cd field now accepts an inline value or a namespaced ID of a Template:Cd type.
- Changed Template:Cd
- The Template:Cd and Template:Cd fields inside Template:Cd structure now accept an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd field no longer accepts a single number.
- Changed Template:Cd
- The Template:Cd field now accepts an inline value or a namespaced ID of a Template:Cd type.
- Changed Template:Cd
- The Template:Cd field now accepts an inline value or a namespaced ID of a Template:Cd type.
- Changed Template:Cd
- The Template:Cd field now accepts an inline value or a namespaced ID of a Template:Cd type.
- Changed Template:Cd
- The Template:Cd field in elements of effects list now accepts an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd field is now Template:Cd
- Template:Cd field is now Template:Cd
- The Template:Cd and Template:Cd registries have been split into separate registries for integer calculations (Template:Cd, Template:Cd) and float calculations (Template:Cd, Template:Cd).
- Number provider types and values have been split into two separate registries: Template:Cd and Template:Cd to avoid accidental loss of precision and range due to mixing of float and integer operations.Template:Note
- Following number provider types have been split into integer and float variants:
- Template:Cd
- Template:Cd
- Template:Cd
- Template:Cd
- renamed to Template:Cd
- Template:Cd
- renamed to Template:Cd
- Template:Cd
- renamed to Template:Cd
- Template:Cd
- renamed to Template:Cd
- Template:Cd
- renamed to Template:Cd
- Template:Cd
- Template:Cd
- Template:Cd
- Template:Cd
- The following number providers types are now only available in integer variant:
- The following number providers types are now only available in float variant:
- The following vanilla number providers have been migrated to Template:Cd registry:
- The following vanilla number providers have been migrated to Template:Cd registry:
- The following vanilla number providers have been removed:
- Template:Cd (replaced by Template:Cd)
- Template:Cd (replaced by Template:Cd)
- On macOS, Exclusive Fullscreen is now available again.
- On macOS, added a "Menu/Dock Visibility" option in Video Settings, which controls whether the macOS Menu bar and Dock can be revealed by moving the mouse to the edge of the screen while in fullscreen.
- The cursor is now confined to the window while Exclusive Fullscreen is active.
- The sub-headings and categories in the Minecraft:Game rules menu can now be focused for narration.
Order-independent Transparency (OIT)
- core/blit_depth.fsh added as a way to copy contents of depth textures as an alternative to the rendering backend-based copying methods that do not work on some devices.
- Changed Template:Cd
- The Template:Cd field now accepts an inline value or a namespaced ID of a Template:Cd type.
- Removed Template:Cd
- This condition has been split into integer and float variants.
- Changed Template:Cd
- The Template:Cd and Template:Cd fields inside value structure now accept an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd field itself now accepts an inline value or a namespaced ID of a Template:Cd type (previously only integers were allowed).
- Changed Template:Cd
- The Template:Cd and Template:Cd fields inside values of scores map now accept an inline value or a namespaced ID of a Template:Cd type.
- Template:Cd field itself now accepts an inline value or a namespaced ID of a Template:Cd type (previously only integers were allowed).
- Cooking Recipes
- The Template:Cd field of all cooking recipes is no longer optional.
- Custom Minecraft:smoker and Minecraft:blast furnace recipes should be updated accordingly, by setting Template:Cd to twice the previous value.
- If a custom cooking recipe was previously relying on the default Template:Cd value, Template:Cd can be used to maintain the same timing.
- The version is now Template:Cd.
Minecraft:Villager trade definition
- The Template:Cd and Template:Cd fields now require an inline value of a Template:Cd type.
- The Template:Cd field in Template:Cd and Template:Cd structures now require an inline value of a Template:Cd type.
- The Template:Cd field now requires an inline value of a Template:Cd type.
Fixes
Videos
Notes
References
Template:Navbox Java Edition versions
Minecraft:de:26.3-pre-1 Minecraft:es:Java Edition 26.3 Pre-Release 1 Minecraft:ja:Java Edition 26.3 Pre-Release 1 Minecraft:pt:Edição Java 26.3 Pre-Release 1 Minecraft:ru:26.3 Pre-Release 1 (Java Edition) Minecraft:zh:Java版26.3-pre-1