![]() |
VOOZH | about |
| Edition | Java Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | September 18, 2019 | ||||||
| Type | Snapshot | ||||||
| Snapshot for | 1.15 | ||||||
| Downloads | Client (.json) Server | ||||||
| Obfuscation maps | Client Server | ||||||
| Protocol version | 554 | ||||||
| Data version | 2205 | ||||||
| Resource pack format | 4 | ||||||
| Data pack format | 4 | ||||||
| Minimum Java version | Java SE 8 | ||||||
| |||||||
{
"title": "Minecraft 19w38a",
"images": [
"19w38a.png",
"Java Edition 19w38a.png"
],
"rows": [
{
"field": "''(link to Java Edition article, displayed as Java Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "September 18, 2019",
"label": "Release date"
},
{
"field": "(link to Snapshot article, displayed as Snapshot)",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Java Edition 1.15 article, displayed as 1.15)",
"label": "Snapshot for"
},
{
"field": "[https://piston-data.mojang.com/v1/objects/33e153dbada31777c9344d3e21398f825bd92064/client.jar Client] ([https://piston-meta.mojang.com/v1/packages/9aa2357a825b659714762aeef4062d19d6617677/19w38a.json .json])<br />[https://piston-data.mojang.com/v1/objects/e40184002fa2e183de5fda0229d0709cfd6bfe8a/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/8182cb6c4e9acd17c8865368e70955f6ca3e6d8e/client.txt Client]<br />[https://piston-data.mojang.com/v1/objects/62537e90eeb6de46c4d14c5ab2ed4c952fb5b3ea/server.txt Server]",
"label": "(link to Obfuscation map article, displayed as Obfuscation maps)"
},
{
"field": "554",
"label": "(link to Protocol version article, displayed as Protocol version)"
},
{
"field": "2205",
"label": "(link to Data version article, displayed as Data version)"
},
{
"field": "4",
"label": "<span style=\"white-space: normal;\">(link to Pack format#List of pack formats article, displayed as Resource pack format)</span>"
},
{
"field": "4",
"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.4|<span style=\"margin-right:-0.35em\">β</span>β 1.14.4]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.15|1.15]]'''</td>\n<td style=\"padding: 0.4em\" >[[Java Edition 1.15.1| 1.15.1 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 19w37a|β 19w37a]]\n</td>\n<td style=\"padding: 0.4em\">''' 19w38a'''</td>\n<td style=\"padding: 0.4em\">\n[[Java Edition 19w38b| 19w38b βΊ]]\n</td>\n</tr>\n</table>"
}
19w38a is the fifth snapshot for Java Edition 1.15, released on September 18, 2019, which makes some technical changes such as adding new parameters to existing commands and makes changes to the rendering system.[1] However, due to a game crashing bug caused by breaking blocks, it was replaced by 19w38b later that day.
/data
storage as a source or target, which is general purpose, key/value storage.
/execute if predicate
predicates directory of a data pack./execute store storage
/schedule ... [append|replace].
replace./schedule clear <id> to remove existing schedules.
/schedule to allow scheduling the same function multiple times.predicate allows applying custom predicates, defined in the predicates directory of a data pack.location_check condition.
reference.
time_check condition.
predicates directory.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: [String] type (like minecraft:custom), [String] stat (like minecraft:sneak_time) and [Int] 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 criterions.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).General
fireDamage to false now prevents damage from magma blocks./kill
@s if no target argument is given.From released versions before 1.15
From the previous development version