PixelPilot.Structures 1.13.5

dotnet add package PixelPilot.Structures --version 1.13.5
                    
NuGet\Install-Package PixelPilot.Structures -Version 1.13.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PixelPilot.Structures" Version="1.13.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PixelPilot.Structures" Version="1.13.5" />
                    
Directory.Packages.props
<PackageReference Include="PixelPilot.Structures" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PixelPilot.Structures --version 1.13.5
                    
#r "nuget: PixelPilot.Structures, 1.13.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PixelPilot.Structures@1.13.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PixelPilot.Structures&version=1.13.5
                    
Install as a Cake Addin
#tool nuget:?package=PixelPilot.Structures&version=1.13.5
                    
Install as a Cake Tool

PixelPilot.Structures

Structures are used to load and save blocks. This is an optional package.

📄 Documentation

JSON Format

This is an example. This example has been shortened to fit here so it might not actually be a valid and working save file.

{
  // Version of this save
  "Version": 1,
  // Width & Height of this structure
  "Width": 1,
  "Height": 1,
  // Meta tags to be defined by the user
  "Meta": {
    "key": "value"
  },
  // If this structure has saved empty blocks
  "ContainsEmpty": false,
  "Blocks": {
    // Mapping of blocks. ID's in blockdata are replaced by temporary IDs.
    // BricksGrass: 0, Coin: 1
    "Mapping": [
      "BricksGrass",
      "Coin"
    ],
    // Blockdata as found in the world buffer in INIT.
    "BlockData": [
      "AQAAAAsAAAABAAAAAAAAAA==",
      "AgAAAAgAAAABAAAAAQAAAA=="
    ]
  }
}

Example bot

An example bot can be found in here.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.13.5 177 10/13/2025
1.13.4 126 10/10/2025
1.13.3 140 10/10/2025
1.13.2 113 8/22/2025
1.13.1 114 8/22/2025
1.13.0 113 8/22/2025
1.12.12 176 8/19/2025
1.12.11 160 8/18/2025
1.12.9 139 8/17/2025
1.12.8 372 7/25/2025
1.12.7 499 7/24/2025
1.12.6 496 7/24/2025
1.12.5 116 7/18/2025
1.12.4 177 7/6/2025
1.12.3 169 7/6/2025
1.12.2 212 5/25/2025
1.12.1 211 5/20/2025
1.12.0 231 4/8/2025
1.11.13 212 4/8/2025
1.11.12 539 3/24/2025
1.11.11 222 3/18/2025
1.11.10 159 2/28/2025
1.11.9 179 2/26/2025
1.11.8 157 2/26/2025
1.11.7 156 2/19/2025
1.11.6 182 2/18/2025
1.11.5 148 2/15/2025
1.11.4 176 1/25/2025
1.11.3 212 1/3/2025
1.11.2 169 1/3/2025
1.11.1 192 1/3/2025
1.11.0 168 12/29/2024
1.10.5 160 12/20/2024
1.10.4 189 12/17/2024
1.10.3 186 12/6/2024
1.10.2 183 12/4/2024
1.10.1 180 12/1/2024
1.10.0 178 12/1/2024
1.10.0-alpha 144 11/30/2024
1.9.15 152 11/26/2024
1.9.14 179 11/24/2024
1.9.13 146 11/18/2024
1.9.12 163 11/18/2024
1.9.11 154 11/18/2024
1.9.10 141 11/18/2024
1.9.9 150 11/18/2024
1.9.8 189 10/17/2024
1.9.7 154 10/16/2024
1.9.6 175 10/15/2024
1.9.5 179 10/10/2024
1.9.4 153 10/8/2024
1.9.3 172 9/21/2024
1.9.2 218 9/4/2024
1.9.1 165 9/3/2024
1.9.0 192 8/26/2024
1.8.3 212 8/22/2024
1.8.2 193 8/22/2024
1.8.1 181 8/17/2024
1.8.0 206 8/15/2024
1.7.9 124 7/31/2024
1.7.8 144 7/29/2024
1.7.7 165 7/29/2024
1.7.6 170 7/28/2024
1.7.5 176 7/26/2024
1.7.4 138 7/23/2024
1.7.3 200 7/21/2024
1.7.2 182 7/21/2024
1.7.1 172 7/21/2024
1.7.0 174 7/20/2024
1.6.5 210 7/5/2024
1.6.4 189 6/20/2024
1.6.3 190 6/15/2024
1.6.2 174 6/15/2024
1.6.1 137 6/14/2024
1.6.0 138 6/14/2024
1.5.2 148 6/11/2024
1.5.1 137 6/11/2024
1.5.0 153 6/6/2024
1.4.1 181 6/5/2024
1.4.0 160 6/3/2024
1.3.0 155 5/29/2024
0.0.1 153 5/29/2024