PixelPilot.Structures
1.15.5
dotnet add package PixelPilot.Structures --version 1.15.5
NuGet\Install-Package PixelPilot.Structures -Version 1.15.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.15.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PixelPilot.Structures" Version="1.15.5" />
<PackageReference Include="PixelPilot.Structures" />
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.15.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PixelPilot.Structures, 1.15.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.15.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.15.5
#tool nuget:?package=PixelPilot.Structures&version=1.15.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
net8.0
- PixelPilot.Core (>= 1.15.5)
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.15.5 | 93 | 5/8/2026 |
| 1.15.3 | 99 | 5/2/2026 |
| 1.15.2 | 104 | 4/27/2026 |
| 1.15.1 | 108 | 4/17/2026 |
| 1.15.0 | 102 | 4/14/2026 |
| 1.14.7 | 92 | 4/13/2026 |
| 1.14.6 | 96 | 4/13/2026 |
| 1.14.4 | 132 | 1/26/2026 |
| 1.14.3 | 224 | 12/23/2025 |
| 1.14.2 | 216 | 12/22/2025 |
| 1.14.1 | 215 | 12/22/2025 |
| 1.14.0 | 189 | 12/22/2025 |
| 1.14.0-beta.4 | 409 | 12/8/2025 |
| 1.14.0-beta.3 | 406 | 12/8/2025 |
| 1.14.0-beta.2 | 268 | 12/7/2025 |
| 1.14.0-beta.1 | 200 | 12/7/2025 |
| 1.13.8 | 283 | 12/15/2025 |
| 1.13.7 | 246 | 12/14/2025 |
| 1.13.6 | 233 | 12/3/2025 |
| 1.13.5 | 225 | 10/13/2025 |
Loading failed