PixelPilot.Structures 1.6.4

dotnet add package PixelPilot.Structures --version 1.6.4
NuGet\Install-Package PixelPilot.Structures -Version 1.6.4
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.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PixelPilot.Structures --version 1.6.4
#r "nuget: PixelPilot.Structures, 1.6.4"
#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.
// Install PixelPilot.Structures as a Cake Addin
#addin nuget:?package=PixelPilot.Structures&version=1.6.4

// Install PixelPilot.Structures as a Cake Tool
#tool nuget:?package=PixelPilot.Structures&version=1.6.4

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. 
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.6.4 97 6/20/2024
1.6.3 82 6/15/2024
1.6.2 77 6/15/2024
1.6.1 60 6/14/2024
1.6.0 59 6/14/2024
1.5.2 64 6/11/2024
1.5.1 59 6/11/2024
1.5.0 72 6/6/2024
1.4.1 75 6/5/2024
1.4.0 66 6/3/2024
1.3.0 69 5/29/2024
0.0.1 68 5/29/2024