PixelPilot.Structures 1.11.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package PixelPilot.Structures --version 1.11.7
                    
NuGet\Install-Package PixelPilot.Structures -Version 1.11.7
                    
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.11.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PixelPilot.Structures" Version="1.11.7" />
                    
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.11.7
                    
#r "nuget: PixelPilot.Structures, 1.11.7"
                    
#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.
#addin nuget:?package=PixelPilot.Structures&version=1.11.7
                    
Install PixelPilot.Structures as a Cake Addin
#tool nuget:?package=PixelPilot.Structures&version=1.11.7
                    
Install PixelPilot.Structures 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. 
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.12.0 34 a day ago
1.11.13 39 a day ago
1.11.12 451 16 days ago
1.11.11 136 22 days ago
1.11.10 89 a month ago
1.11.9 110 a month ago
1.11.8 94 a month ago
1.11.7 107 2 months ago
1.11.6 108 2 months ago
1.11.5 97 2 months ago
1.11.4 106 2 months ago
1.11.3 143 3 months ago
1.11.2 130 3 months ago
1.11.1 128 3 months ago
1.11.0 106 3 months ago
1.10.5 104 4 months ago
1.10.4 117 4 months ago
1.10.3 124 4 months ago
1.10.2 118 4 months ago
1.10.1 107 4 months ago
1.10.0 107 4 months ago
1.10.0-alpha 84 4 months ago
1.9.15 106 4 months ago
1.9.14 103 5 months ago
1.9.13 103 5 months ago
1.9.12 99 5 months ago
1.9.11 95 5 months ago
1.9.10 98 5 months ago
1.9.9 93 5 months ago
1.9.8 122 6 months ago
1.9.7 93 6 months ago
1.9.6 106 6 months ago
1.9.5 114 6 months ago
1.9.4 112 6 months ago
1.9.3 117 7 months ago
1.9.2 149 7 months ago
1.9.1 126 7 months ago
1.9.0 127 7 months ago
1.8.3 137 8 months ago
1.8.2 139 8 months ago
1.8.1 142 8 months ago
1.8.0 142 8 months ago
1.7.9 69 8 months ago
1.7.8 82 8 months ago
1.7.7 98 8 months ago
1.7.6 104 8 months ago
1.7.5 111 8 months ago
1.7.4 91 9 months ago
1.7.3 132 9 months ago
1.7.2 114 9 months ago
1.7.1 110 9 months ago
1.7.0 112 9 months ago
1.6.5 144 9 months ago
1.6.4 145 10 months ago
1.6.3 123 10 months ago
1.6.2 121 10 months ago
1.6.1 103 10 months ago
1.6.0 100 10 months ago
1.5.2 105 10 months ago
1.5.1 100 10 months ago
1.5.0 113 6/6/2024
1.4.1 118 6/5/2024
1.4.0 107 6/3/2024
1.3.0 113 5/29/2024
0.0.1 113 5/29/2024