Slicedlime Videos: Normal / Technical
Misode Diff: https://misode.github.io/versions/?id=26.2-snapshot-5&tab=diff
Snapshot Datapack: Download
Minecraft 26.2 Snapshot 5 #
Boom!! 26.2 Snapshot 5 just exploded into the scene! This snapshot introduces erupting Geysers and a new explosive archetype for the Sulfur Cube!
Happy mining!
New Features #
- New Sulfur Cube archetype: Explosive
- Potent Sulfur can now form Geysers
Sulfur Cube mob #
- With a block inside, it is now immune to explosions
Sulfur Cube archetypes #
- There is now a third special archetype:
- Explosive: similar properties to a Regular with a slightly higher air drag,
- Used when absorbing a TNT block
- Absorbed TNT can be primed by Redstone, fire sources (including a Dispenser with a Flint and Steel) or nearby explosions
- When primed by fire or Redstone, absorbed TNT uses a fuse time of 6 seconds
- When primed by an explosion, absorbed TNT uses a randomized fuse time between 0.75 and 3 seconds
- Sulfur Cubes with an absorbed, primed TNT block cannot be picked up with a Bucket
- Sulfur Cubes with an absorbed, primed TNT block cannot be damaged
- Absorbed, primed TNT blocks cannot be sheared out
- On explosion, no Small Sulfur Cubes are spawned
- Explosive: similar properties to a Regular with a slightly higher air drag,
Potent Sulfur #
- When placed above a Magma block and under 1-4 Water source blocks, it creates a Geyser
- The Geyser will erupt at random intervals, shooting a plume of water particles upwards and applying an upward impulse to entities above it
- Extra: Die Höhe der Geyser Partikel und des Effekts erhöht sich mit jeder Wasserquelle von 1-4 um 5 Blöcke
Changes #
- Tweaked various mobs hitbox, eye height, and rider positions
Mob Spawning #
- Hoglins are now considered hostile and do not spawn on Peaceful difficutly
Sounds #
- Added sounds for Geyser eruptions New Sounds \/
- Sulfur Spikes now have unique sound events
Settings #
- Removed Touchscreen Mode
Technical Changes #
- The Data Pack version is now 104.0
- The Resource Pack version is now 86.2
- A player’s score will no longer be displayed in the player tab overlay if the player doesn’t have the objective
Minecraft Server Management Protocol 3.0.0 #
- The management server now starts before the Minecraft server starts
- Most notably, this means the heartbeat will be sent while the world is loading and potentially upgrading
- The
rpc.discoverandnotification/server/statusmethods are now accessible before the dedicated server spins up- The server will return an error when other methods are called during this time
Data Pack Version 104.0 #
- Entries in the
minecraft:sulfur_cube_archetyperegistry have a new field:explosion_fuse: optional integer, if present, the Sulfur Cube of this archetype will explode with this fuse time when ignited
- Added
geyser,geyser_poof,geyser_base, andgeyser_plumeparticles
Commands #
- Team color arguments (used in
team modify [name] colorandwaypoint modify [name] color) now accept only lowercase names with underscores- I.e. only
dark_purpleis accepted and notdarkpurpleorDarkPurple - Values now match color names in text components
- I.e. only
Changed minecraft:nameplate_distance
#
- Renamed to
minecraft:name_tag_distance
World Generation #
- Added
matching_biomesworld generation-type block predicate type which checks if the block position matches one of the specified biomes- Format: object with fields:
biomes- biome ID, list of biome IDs, or hash-prefixed biome tag: the biomes to match
- Format: object with fields:
treefeature configuration’sbelow_trunk_providerblock state provider no longer has a default value
Configured Features #
Changes to minecraft:multiface_growth
#
- Field
blockis now mandatory (defaulted tominecraft:grow_lichen)
Density Functions #
Added minecraft:interval_select
#
Selects between a number of Density Functions based on an input Density Function and a set of threshold values. Format: object with fields:
input- Density Function, the value to be compared with any giventhresholdsthresholds- non-empty list of floats, the threshold values to compareinputwith- If
input <thresholds[i], the result offunctions[i]will be selected - If the input is greater than the last threshold value, the last function will be selected
- Must be one fewer
thresholdsthanfunctions
- If
functions- list of at least 2 Density Functions, the resulting functions to be selected from- Must be one more element in
functionsthan inthresholds
- Must be one more element in
Removed minecraft:weird_scaled_sampler
#
- This Density Function has been removed, with its functionality replaced by
interval_select - When
rarity_value_mapperwastype_1, equivalent to:interval_selectwith thresholds-0.75,-0.5,0.5,0.75- Selected functions follow:
abs(rarity * noise(x/rarity, y/rarity, z/rarity))- Corresponding rarity values:
0.5,0.75,1.0,2.0,3.0
- Corresponding rarity values:
- When
rarity_value_mapperwastype_2, equivalent to:interval_selectwith thresholds-0.5,0.0,0.5- Selected functions follow:
abs(rarity * noise(x/rarity, y/rarity, z/rarity))- Corresponding rarity values:
0.75,1.0,1.5,2.0
- Corresponding rarity values:
Tags #
Block Tags #
- Added the following tags for blocks which some mobs are immune to. These have effect on dismounting, and valid surroundings of spawn placements for some mobs. They do not have an effect on pathfinding.
#fox_immune_to#polar_bear_immune_to#snow_golem_immune_to#stray_immune_to#wither_immune_to#wither_skeleton_immune_to#default_immune_to- this tag is intentionally left empty
Particles #
Added minecraft:geyser_base
#
- Spawns as a cloud on the base of an erupting Potent Sulfur block
- Format: object with fields:
water_blocks- positive integer, scales the particle size and its burst impulseburst_impulse_base- float, scales the initial burst impulse
Added minecraft:geyser_poof
#
- Spawns as a cloud on the base of an erupting Potent Sulfur block
- Format: object with fields:
water_blocks- positive integer, scales the particle size and its burst impulseburst_impulse_base- float, scales the initial burst impulse
Added minecraft:geyser_plume
#
- Spawns as an upwards stream above an erupting Potent Sulfur block
- Format: object with fields:
water_blocks- positive integer, scales the particle size and its burst impulse
Added minecraft:geyser
#
- An emitter particle that spawns the
geyser_base,geyser_poof, andgeyser_plumeparticles above an erupting Potent Sulfur block - Format: object with fields:
water_blocks- positive integer, scales the particle size and its burst impulse
Game Test Environments #
Added minecraft:difficulty
#
Sets the difficulty of the game test environment. Fields:
difficulty: The difficulty ID to set- One of:
peaceful,easy,normal,hard
- One of:
Resource Pack Version 86.2 #
Sounds #
- Added sounds for Geyser eruptions:
-
block.potent_sulfur.geyser_eruption -
block.potent_sulfur.geyser_eruption_active
-
Particles #
- Added new Particle textures:
particle/noxious_gas_01.pngparticle/noxious_gas_02.pngparticle/noxious_gas_03.pngparticle/noxious_gas_04.pngparticle/noxious_gas_05.pngparticle/noxious_gas_06.pngparticle/noxious_gas_07.pngparticle/noxious_gas_08.pngparticle/geyser_base_01.pngparticle/geyser_base_02.pngparticle/geyser_base_03.pngparticle/geyser_base_04.pngparticle/geyser_base_05.pngparticle/geyser_base_06.pngparticle/geyser_base_07.pngparticle/geyser_base_08.pngparticle/geyser_plume_01.pngparticle/geyser_plume_02.pngparticle/geyser_plume_03.pngparticle/geyser_plume_04.pngparticle/geyser_plume_05.pngparticle/geyser_plume_06.pngparticle/geyser_plume_07.pngparticle/geyser_plume_08.pngparticle/geyser_poof_01.pngparticle/geyser_poof_02.pngparticle/geyser_poof_03.pngparticle/geyser_poof_04.pngparticle/geyser_poof_05.pngparticle/geyser_poof_06.pngparticle/geyser_poof_07.pngparticle/geyser_poof_08.png
Fixed bugs in 26.2 Snapshot 5 #
- MC-304862 - Activating a dispenser with a hostile mob spawn egg in Peaceful difficulty consumes the egg and plays a sound
- MC-306622 - The height of chicken jockeys is slightly off
- MC-306685 - The riding position on baby hoglins is too low
- MC-307012 - When a scoreboard objective is set to the
below_namedisplay mode, all named entities with no score display it with a score of 0 - MC-307125 - Target selectors with duplicate
teamarguments are parsed inconsistently depending on argument order - MC-307194 - The discount given by fletchers for tipped arrow trades decreases the arrow cost instead of the emerald cost
- MC-307266 - Zombie villagers change biome type after being cured
- MC-307283 - Placing sulfur springs using /place does not update the affected blocks
- MC-307513 - Using /deop on multiple players shows the same player in all success messages
- MC-307623 - Chunk sections are sometimes invisible until they are updated
- MC-307689 - The player’s arm swings when failing to use a spawn egg in Peaceful difficulty
- MC-307690 - The error message produced by /difficulty doesn’t use the difficulty’s translated name
- MC-307702 - Skeletons’ AI breaks when picking up any item
- MC-307706 - The game inconsistently refers to name tags and name plates
- MC-307710 - Deoxidizing waxed copper blocks now takes priority over scraping off the wax
- MC-307754 - Monsters now spawn regardless of the “Spawn Monsters” game rule