
We are back again with a third snapshot for 26.2, today we are bringing you sulfur spikes to test out! These sharp blocks grow in sulfur caves, adding a colorful, pointy touch to your builds! But watch out - falling sulfur spikes sure pack a puncture!
Happy Mining!
Chiseled CinnabarChiseled SulfurCinnabarCinnabar BricksPolished CinnabarPolished SulfurSulfur Bricksminecraft:bed block entity has been removedEntity predicate format has changed from a structure with multiple optional fields to one similar to data component maps.
For example, previously effects was an optional field:
{
"effects": {...}
}
In this version it has become a component-like sub-predicate entry:
{
"minecraft:effects": {...}
}
The main functional changes are:
minecraft namespace), existing field names are still validtype has been renamed to minecraft:entity_typeExisting type-specific sub-predicates have been renamed and moved to top-level.
minecraft:lightning to minecraft:type_specific/lightningminecraft:fishing_hook to minecraft:type_specific/fishing_hookminecraft:player to minecraft:type_specific/playerminecraft:raider to minecraft:type_specific/raiderminecraft:sheep to minecraft:type_specific/sheepminecraft:slime to minecraft:cube_mob as it now includes Sulfur Cubes in addition to Slimes and Magma CubesFor example:
{
"type_specific": {
"type": "minecraft:player",
"looking_at": {
"type": "minecraft:ender_dragon"
}
}
}
becomes
{
"minecraft:type_specific/player": {
"looking_at": {
"minecraft:type": "minecraft:ender_dragon"
}
}
}
minecraft:entity_tags entity sub-predicate#This predicate matches entity tags (i.e. ones set with the /tag command).
Fields:
any_of - optional list of strings, if present the matched entity must have at least one of the listed tagsall_of - optional list of strings, if present the matched entity must have all the listed tagsnone_of - optional list of strings, if present the matched entity must have none of the listed tagslakecan_place_feature - Block Predicate, describes which blocks this feature can be placed oncan_replace_with_air_or_fluid - Block Predicate, describes which blocks this feature can replace with air or the provided fluid blockcan_replace_with_barrier - Block Predicate, describes which blocks this feature can replace with the provided barrier block#speleothems for blocks which are speleothems like Pointed Dripstone and Sulfur Spikeblock/sulfur_spike_down_base.pngblock/sulfur_spike_down_frustum.pngblock/sulfur_spike_down_middle.pngblock/sulfur_spike_down_tip.pngblock/sulfur_spike_down_tip_merge.pngblock/sulfur_spike_up_base.pngblock/sulfur_spike_up_frustum.pngblock/sulfur_spike_up_middle.pngblock/sulfur_spike_up_tip.pngblock/sulfur_spike_up_tip_merge.png<color> with the respective bed's color's nameblock/bed_down.pngblock/bed_head_north.pngblock/<color>_bed_foot_east.pngblock/<color>_bed_foot_south.pngblock/<color>_bed_foot_up.pngblock/<color>_bed_foot_west.pngblock/<color>_bed_head_east.pngblock/<color>_bed_head_up.pngblock/<color>_bed_head_west.pngitem/sulfur_spike.pngminecraft:bed special model type has been removedOffers NBT tag to disable trades doesn't work after a relog/data mergefriction_modifier attribute set to 2.5 moves#sulfur_cube_archetype/fast_flat item tag contains pumpkin twice