![]() |
VOOZH | about |
Prints a string indicating whether the data is up to date for a particular edition/version.
Useful for documentation on modules that store game data, to signal to a reader that someone should bring the data back up-to-date.
|1=: A Minecraft edition. One of java, snapshot, bedrock or beta|2=: A Minecraft version.{{DataChecked| java | 26.2 }} → The data for Java release versions is current as of 26.2.
{{DataChecked| snapshot | 26.3 Snapshot 1 }} → The data for Java snapshots is current as of 26.3 Snapshot 1.
{{DataChecked| bedrock | 26.32 }} → The data for Bedrock release versions is current as of 26.32.
{{DataChecked| beta | beta 26.40.27 }} → The data for Bedrock beta versions is current as of beta 26.40.27.
{{DataChecked| java | 1.11 }} → The data for Java release versions is current as of 1.11. (needs to be checked/updated to 26.2).
{{DataChecked| java | 1.100 }} → The data for Java release versions is current as of 1.100. (needs to be checked/updated to 26.2).