IMac in Minecraft 1.8 Beta Version Minecraft Map & Project. IMac in Minecraft 1.8 Beta Version. Minecraft Map. 2 diamonds 455 views 94 downloads. Export blocks and game entities as a.schematic file to be imported by MCEdit or compatible programs. Automatically fixes wool colors when importing and exporting between Minecraft PC, Classic, and Pocket editions! Double-click on a chest to change its contents, or double-click on a mob spawner to choose what spawns.
This article is about the unofficial format used by many community programs. For the similar format used by Structure Blocks, see Structure block file format.
This article is a stub, meaning that it lacks some important content. You can help by expanding it with further information relating to the topic. |
The contents of this page are not supported by Mojang AB, the Minecraft Wiki, or the Minecraft Forums. |
The .schematic file format was created by the community to store sections of a Minecraft world for use with third-party programs (including MCEdit, Minecraft Note Block Studio, Redstone Simulator, WorldEdit, and Schematica). Schematics are in NBT format and are loosely based on the Indev level format. Indices for the Blocks and Data arrays are ordered YZX - that is, the X coordinate varies the fastest. This is similar to block ordering for Classic, Indev, and Anvil levels. This format cannot store or distinguish air blocks that should overwrite existing blocks from those that shouldn't.
NBT Structure[edit]
Coordinates in schematics range from (0,0,0) to (Width-1, Height-1, Length-1).
Visual basic for word for mac. What's new in Word 2019 for Mac Tools for easier reading, more natural writing. Add visual impact. With a library of icons and a trove of 3D images to choose from. Back by popular demand: focus mode. Focus mode removes distractions by hiding all. Fix accessibility issues with one click. Visual Basic for Applications (VBA) in all versions of Word for Mac is based on Visual Basic (VB) v5. VBA in Word 97 for Windows is also based on VB5, but later versions of Word for Windows use VB6 as the basis for VBA. This means that there are some commands and functions that are available in Word 2000, Word 2002 and Word XP that just are not available on the Mac. Notably these include the Split Function, and non-modal windows. Macros are written in Visual Basic for Applications (VBA), one of a number of coding languages. Macros are saved inside templates. Within templates, macros are saved in Modules, which hold collections of macros. Use VBA add-ins and macros that you developed for Office for Windows with Office for Mac. Office for Mac for Visual Basic for Applications (VBA) Microsoft Docs Skip to main content.
- Schematic: Schematic data.
- Width: Size along the X axis.
- Height: Size along the Y axis.
- Length: Size along the Z axis.
- Materials: This will be 'Classic' for schematics exported from Minecraft Classic levels, 'Pocket' for those from Pocket Edition levels, and 'Alpha' for those from Minecraft Alpha and newer levels.
- Blocks: Block IDs defining the terrain. 8 bits per block. Sorted by height (bottom to top) then length then width -- the index of the block at X,Y,Z is (Y×length + Z)×width + X.
- AddBlocks: Extra bits that can be used to further define terrain; optional. Two nibbles are put into each index in this array. Unlike normal chunks, even indexes go on the high nibble and odd indexes go on the low nibble.
Adddeprecated: Old versions of Schematica used this instead of AddBlocks. Byte array where each byte contains additional data to define terrain, in order. This tag should not be written.- Data: Block data additionally defining parts of the terrain. Only the lower 4 bits of each byte are used. (Unlike in the chunk format, the block data in the schematic format occupies a full byte per block.)
- Entities: List of Compound tags.
- A single entity in the schematic.
- See the Chunk Format -> Entity Format.
- TileEntities: List of Compound tags.
- A single tile entity in the schematic.
- See Chunk Format -> Block Entity Format.
- Icon Used by Schematica as an item to use as an icon for the schematic. Does not include a Slot tag.
- Tags common to all items see Template:Nbt inherit/itemnoslot/template
- SchematicaMapping: ID mapping for the version this schematic was saved in, used by Schematica. Only provided for materials used in the schematic.
- [name]: Indicates that name has the given ID (e.g. [name] being
minecraft:stone
and the value being 1).
- ExtendedMetadata: Arbitrary additional data, provided by Schematica for extensions. Optional, and will only be provided if not empty.
- WEOriginX: WorldEdit-only origin X coordinate; optional but if one is provided all parts should be.
- WEOriginY: WorldEdit-only origin Y coordinate; optional but if one is provided all parts should be.
- WEOriginZ: WorldEdit-only origin Z coordinate; optional but if one is provided all parts should be.
- WEOffsetX: WorldEdit-only offset X coordinate; optional but if one is provided all parts should be.
- WEOffsetY: WorldEdit-only offset Y coordinate; optional but if one is provided all parts should be.
- WEOffsetZ: WorldEdit-only offset Z coordinate; optional but if one is provided all parts should be.
- itemStackVersion: MCEdit2-only; 17 if items use numeric IDs (1.7.x) and 18 if items use text IDs (1.8.x).
- BlockIDs: MCEdit2-only; maps numeric block IDs to textual IDs.
- [number]: The textual ID for the given number (e.g. [number] is 1 and the value is
minecraft:stone
)
- ItemIDs: MCEdit2-only; maps numeric item IDs to textual IDs. Only provided if itemStackVersion is 17.
- [number]: The textual ID for the given number (e.g. [number] is 1 and the value is
minecraft:stone
)
- TileTicks: MCEdit-Unified only; list of queued block updates (as in the chunk format)
- i: The ID of the block; used to activate the correct block update procedure.
- t: The number of ticks until processing should occur. May be negative when processing is overdue.
- p: If multiple tile ticks are scheduled for the same tick, tile ticks with lower p are processed first. If they also have the same p, the order is unknown.
- x: X position
- y: Y position
- z: Z position
- Biomes: MCEdit-Unified only; a byte array containing all biomes in the schematic.
Implementations[edit]
Versions | - Demo
- PC Gamer Demo (Beta 1.3)
|
---|
Development | |
---|
Technical | - Known bugs
- Hardware
- Commands
- Data values
Development resources | - Structure block file format
|
---|
Legacy development resources |
---|
|
---|
Multiplayer |
---|
Game customization | |
---|
Retrieved from 'https://minecraft.gamepedia.com/index.php?title=Schematic_file_format&oldid=1461875'
This article is about the unofficial format used by many community programs. For the similar format used by Structure Blocks, see Structure block file format.
This article is a stub, meaning that it lacks some important content. You can help by expanding it with further information relating to the topic. |
The contents of this page are not supported by Mojang AB, the Minecraft Wiki, or the Minecraft Forums. |
The .schematic file format was created by the community to store sections of a Minecraft world for use with third-party programs (including MCEdit, Minecraft Note Block Studio, Redstone Simulator, WorldEdit, and Schematica). Schematics are in NBT format and are loosely based on the Indev level format. Indices for the Blocks and Data arrays are ordered YZX - that is, the X coordinate varies the fastest. This is similar to block ordering for Classic, Indev, and Anvil levels. This format cannot store or distinguish air blocks that should overwrite existing blocks from those that shouldn't.
NBT Structure[edit]
Coordinates in schematics range from (0,0,0) to (Width-1, Height-1, Length-1).
- Schematic: Schematic data.
- Width: Size along the X axis.
- Height: Size along the Y axis.
- Length: Size along the Z axis.
- Materials: This will be 'Classic' for schematics exported from Minecraft Classic levels, 'Pocket' for those from Pocket Edition levels, and 'Alpha' for those from Minecraft Alpha and newer levels.
- Blocks: Block IDs defining the terrain. 8 bits per block. Sorted by height (bottom to top) then length then width -- the index of the block at X,Y,Z is (Y×length + Z)×width + X.
- AddBlocks: Extra bits that can be used to further define terrain; optional. Two nibbles are put into each index in this array. Unlike normal chunks, even indexes go on the high nibble and odd indexes go on the low nibble.
Adddeprecated: Old versions of Schematica used this instead of AddBlocks. Byte array where each byte contains additional data to define terrain, in order. This tag should not be written.- Data: Block data additionally defining parts of the terrain. Only the lower 4 bits of each byte are used. (Unlike in the chunk format, the block data in the schematic format occupies a full byte per block.)
- Entities: List of Compound tags.
- A single entity in the schematic.
- See the Chunk Format -> Entity Format.
- TileEntities: List of Compound tags.
- A single tile entity in the schematic.
- See Chunk Format -> Block Entity Format.
- Icon Used by Schematica as an item to use as an icon for the schematic. Does not include a Slot tag.
- Tags common to all items see Template:Nbt inherit/itemnoslot/template
- SchematicaMapping: ID mapping for the version this schematic was saved in, used by Schematica. Only provided for materials used in the schematic.
- [name]: Indicates that name has the given ID (e.g. [name] being
minecraft:stone
and the value being 1).
- ExtendedMetadata: Arbitrary additional data, provided by Schematica for extensions. Optional, and will only be provided if not empty.
- WEOriginX: WorldEdit-only origin X coordinate; optional but if one is provided all parts should be.
- WEOriginY: WorldEdit-only origin Y coordinate; optional but if one is provided all parts should be.
- WEOriginZ: WorldEdit-only origin Z coordinate; optional but if one is provided all parts should be.
- WEOffsetX: WorldEdit-only offset X coordinate; optional but if one is provided all parts should be.
- WEOffsetY: WorldEdit-only offset Y coordinate; optional but if one is provided all parts should be.
- WEOffsetZ: WorldEdit-only offset Z coordinate; optional but if one is provided all parts should be.
- itemStackVersion: MCEdit2-only; 17 if items use numeric IDs (1.7.x) and 18 if items use text IDs (1.8.x).
- BlockIDs: MCEdit2-only; maps numeric block IDs to textual IDs.
- [number]: The textual ID for the given number (e.g. [number] is 1 and the value is
minecraft:stone
)
- ItemIDs: MCEdit2-only; maps numeric item IDs to textual IDs. Only provided if itemStackVersion is 17.
- [number]: The textual ID for the given number (e.g. [number] is 1 and the value is
minecraft:stone
)
- TileTicks: MCEdit-Unified only; list of queued block updates (as in the chunk format)
- i: The ID of the block; used to activate the correct block update procedure.
- t: The number of ticks until processing should occur. May be negative when processing is overdue.
- p: If multiple tile ticks are scheduled for the same tick, tile ticks with lower p are processed first. If they also have the same p, the order is unknown.
- x: X position
- y: Y position
- z: Z position
- Biomes: MCEdit-Unified only; a byte array containing all biomes in the schematic.
Implementations[edit]
Versions | - Demo
- PC Gamer Demo (Beta 1.3)
|
---|
Development | |
---|
Technical | - Known bugs
- Hardware
- Commands
- Data values
Development resources | - Structure block file format
|
---|
Legacy development resources |
---|
|
---|
Multiplayer |
---|
Game customization | |
---|
Retrieved from 'https://minecraft.gamepedia.com/index.php?title=Schematic_file_format&oldid=1461875'