Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Raids.dat format: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: updated from Minecraft
SyncBot (talk | contribs)
Sync: updated from Minecraft
Line 5: Line 5:


== Folder structure ==
== Folder structure ==
{| data-description="List"
 
|-
=== Current ===
|<div class="toccolours treeview">
<div class="treeview">
*''(world save directory)''
* {{File|directory}}: A [[Minecraft:Java Edition level format|world directory]].
**data
** {{File|directory|dimensions}}
***raids.dat
*** {{File|directory|<namespace>}}: [[Minecraft:Namespace]] of a defined dimension.
**DIM-1
**** {{File|directory|<path>}}: [[Minecraft:Resource location|Path]] of a defined dimension.
***data
***** {{File|directory|data}}: Miscellaneous data of the dimension.
****raids.dat
****** {{File|file|raids.dat}}: Stores information about the ongoing raids in this dimension.
**DIM1
</div>
***data
 
****raids_end.dat
=== Deprecated {{Until|java 26.1}} ===
<div class="treeview">
* {{File|directory}}: A [[Minecraft:Java Edition level format|world directory]].
** {{File|directory|data}}
*** {{File|file|raids.dat}}: Stores information about the ongoing raids in [[Minecraft:Overworld|The Overworld]].
** {{File|directory|DIM-1}}
*** {{File|file|raids.dat}}: Stores information about the ongoing raids in [[Minecraft:The Nether]].
** {{File|directory|DIM1}}
*** {{File|file|raids_end.dat}}: Stores information about the ongoing raids in [[Minecraft:The End]].
</div>
</div>
|}


== NBT structure ==
== NBT structure ==

Revision as of 11:53, 20 July 2026

Template:Exclusive The raids.dat file located in the data folder of every Minecraft level is used to store information about the Minecraft:raids in the level. It is stored as a gzip compressed NBT file.

Additional file raids_end.dat is stored in the data folder of end dimension folders, allowing for raids in other dimensions for villages in those dimensions.

Folder structure

Current

Deprecated Template:Until

NBT structure

History

Template:HistoryTable

Navigation

Template:Navbox Java Edition technical Template:Lowercase title Minecraft:de:Überfalldaten Minecraft:fr:Format raids.dat Minecraft:ja:Raids.datフォーマット Minecraft:lzh:存襲範式 Minecraft:pt:Formato raids.dat Minecraft:zh:袭击存储格式