![]() |
VOOZH | about |
| Edition | Java Edition | |||||
|---|---|---|---|---|---|---|
| Official name | Buzzy Bees | |||||
| Release date | December 10, 2019 | |||||
| Development versions | ||||||
| Downloads | Client (.json) Server | |||||
| Obfuscation maps | Client Server | |||||
| Protocol version | 573 | |||||
| Data version | 2225 | |||||
| Resource pack format | 5 | |||||
| Data pack format | 5 | |||||
| Minimum Java version | Java SE 8 | |||||
| ||||||
{
"title": "Minecraft 1.15",
"images": [
"BuzzyBeesJava.jpg",
"Java Edition 1.15.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "(link to Buzzy Bees article, displayed as Buzzy Bees)",
"label": "Official name"
},
{
"field": "December 10, 2019",
"label": "Release date"
},
{
"field": "<div class=\"hlist\"><span style=\"white-space:nowrap;\">(link to :Category:Java Edition 1.15 snapshots article, displayed as '''Snapshots''') (15) </span><br/><span style=\"white-space:nowrap;\">(link to :Category:Java Edition 1.15 pre-releases article, displayed as '''Pre-releases''') (7) </span><br/>((link to Java Edition 1.15/Development versions article, displayed as View all))</div>",
"label": "<span style=\"white-space: normal;\">Development versions</span>"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/7b07fd09d1e3aae1bc7a1304fedc73bfe5d81800/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/b1019338dba45caeba48d3bd5d798f885f92372b/1.15.json .json])<br />[https://piston-data.mojang.com/v1/objects/e9f105b3c5c7e85c7b445249a93362a22f62442d/server.jar Server]",
"label": "(link to Tutorial:Installing a version#Manual version installation article, displayed as Downloads)"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/b52d82f713bfa18764b35f26d8fff5dc3d9476cd/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/42894100f8b63029631b9bb54f9b233108f91650/server.txt Server]",
"label": "(link to Obfuscation map article, displayed as Obfuscation maps)"
},
{
"field": "573",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "2225",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "5",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "5",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Data pack format)</span>"
},
{
"field": "<span class=\"plainlinks\">[https://en.wikipedia.org/wiki/Java_version_history#Java_SE_8_.28LTS.29 Java SE 8]</span>",
"label": "<span style=\"white-space: normal;\">Minimum Java version</span>"
}
],
"invimages": [],
"footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Java Edition 1.14|<span style=\"margin-right:-0.35em\">β</span>β 1.14]]</td>\n<td rowspan=\"2\" style=\"padding: 0.4em\">'''1.15'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.16| 1.16 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.14.4|β 1.14.4]]\n</td>\n\n<td style=\"padding: 0.4em\">\n[[Java Edition 1.15.1| 1.15.1 βΊ]]\n</td>\n</tr>\n</table>"
}
1.15, the release of Buzzy Bees, is a major update to Java Edition released on December 10, 2019.[2] It added bees and bee-related items, such as beehives, honey bottles and honeycombs. Alongside adding bees, this update focused on fixing bugs and improving performance,[3] as well as adding numerous features that were originally Bedrock Edition exclusives.[4]
ceiling((fall distance - 3) / 5), or in other words, 1β5 of 1HPπ πhoney_level of 5.honey_level of 5./data
storage as a source or target, which is general purpose, key/value storage.
/execute if predicate.
predicates directory of a datapack./execute store storage.
/schedule ... [append|replace].
replace./schedule clear <id> to remove existing schedules.
/schedule to allow scheduling the same function multiple times./spectate [<target>] [<player>].
target β the target entity to spectate.
player β the player that should spectate the target.
copy_to_clipboard action.Entity selectors
predicate allows applying custom predicates, defined in the predicates directory of a datapack.doInsomnia
doImmediateRespawn
drowningDamage
fallDamage
fireDamage
location_check condition.
offsetX, offsetY, offsetZ β optional offsets to location.reference.
time_check condition.
| Icon | Advancement | In-game description | Actual requirements (if different) |
|---|---|---|---|
| π Image π Image | Sticky Situation | Jump into a Honey Block to break your fall | Collide on a vertical side of a honey block while falling. |
| π Image π Image | Bee Our Guest | Use a Campfire to collect Honey from a Beehive using a Glass Bottle without aggravating the Bees | Use a glass bottle on a beehive or bee nest while not angering the bees inside. |
| π Image π Image | Total Beelocation | Move a Bee Nest or Beehive, with 3 Bees inside, using Silk Touch | Unlike most other advancements, this advancement is granted upon breaking the nest, rather than it entering your inventory. |
Entity predicate
player field, which checks player properties.
level β range of allowed player levels.gamemode β same values as /gamemode command.stats β list of statistics to match. Entry fields: type (like minecraft:custom), stat (like minecraft:sneak_time) and value (an integer range).
{"stats":[{"type":"minecraft:used","stat":"minecraft:fishing_rod","value":{"min":2,"max":10}}]} succeeds if the player has used fishing rods a total of 2 through 10 times; more or less fails.recipes β map of recipe IDs. Boolean value tells if it should or should not be known to player.advancements β map of advancement IDs. If value is a boolean, checks if advancement is done. If value is an object, checks completion of criteria.team field, which matches team name.Location predicate
block and fluid sub-predicate.
light sub-predicate.
light β that matches visible light (maximum value of sky-darkening and block light)}}.predicates directory.dripping_honey, falling_honey, falling_nectar, landing_honey.minecraft:beehives, minecraft:bee_growables, minecraft:crops, minecraft:flowers, minecraft:shulker_boxes, and minecraft:tall_flowers block tags.minecraft:arrows, and minecraft:beehive_inhabitors entity tags.minecraft:flowers, minecraft:lectern_books, and minecraft:tall_flowers item tag.portals block tag.General
generic.attackDamage attribute.Magma cubes, ocelots, and slimes
generic.attackDamage attribute.Internal
/effect clear command now defaults to @s if no target argument is given./kill
@s if no target argument is given.NBT components
{"nbt": <path>, "storage":"<resource id>"}.stored_enchantments is used to match stored enchantments.Floating-point precision
/particle command[11]nonlatin_european font file to change the texture of characters Γ (Eszett) and Ξ² (beta).Game library updates
-4404205509303106230 at coordinates X = 339.691, Y = 65.546, Z = -1072.041Performance
Player animation
pack_formatto 5 as the following has changed:
dirt_like block tag.Text
UI
From released versions before 1.14
DropChances being set to 0.maxHealth attributes does not work.generic.attackDamage attribute.Time value of the level.dat.DisplayTile block in Minecart in spawner is dark.hoverEvent changes lighting for displayed block of minecart and end crystal.falling_block becomes invisible if it is near the edge of the world.Skipping bad option: lastServer:.TileEntitySpecialRenderer is not bound for a short moment when entering a world and in superflat settings.AttributeModifier tag spam the console.consume_item not working for single potion item stack./execute store can modify player data inside item "tags" of their Inventory or EnderItems.Owner tag of item entities is ignored if entity is destroyed in 200 ticks (Age >= 5800).Owner tag.Damage:0 tag when crafting dispensers.Damage:0 set until relog.CanPlaceOn NBT check is applied to the block behind./data modify modifies player item data but shows error message.entity_properties block loot table condition only works for players.generic.maxHealth for tamed wolves β¦desert_small_house_7, one door is open.LootTable when broken.java.lang.IllegalArgumentException: MALFORMED.Private issues