PixelPilot.Structures
1.11.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package PixelPilot.Structures --version 1.11.2
NuGet\Install-Package PixelPilot.Structures -Version 1.11.2
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.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PixelPilot.Structures --version 1.11.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PixelPilot.Structures, 1.11.2"
#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.11.2 // Install PixelPilot.Structures as a Cake Tool #tool nuget:?package=PixelPilot.Structures&version=1.11.2
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- PixelPilot.Core (>= 1.11.2)
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.11.10 | 75 | 6 days ago |
1.11.9 | 93 | 8 days ago |
1.11.8 | 85 | 8 days ago |
1.11.7 | 101 | 14 days ago |
1.11.6 | 103 | 15 days ago |
1.11.5 | 91 | 19 days ago |
1.11.4 | 100 | a month ago |
1.11.3 | 137 | 2 months ago |
1.11.2 | 122 | 2 months ago |
1.11.1 | 122 | 2 months ago |
1.11.0 | 101 | 2 months ago |
1.10.5 | 99 | 2 months ago |
1.10.4 | 112 | 3 months ago |
1.10.3 | 117 | 3 months ago |
1.10.2 | 112 | 3 months ago |
1.10.1 | 102 | 3 months ago |
1.10.0 | 102 | 3 months ago |
1.10.0-alpha | 79 | 3 months ago |
1.9.15 | 101 | 3 months ago |
1.9.14 | 97 | 3 months ago |
1.9.13 | 98 | 4 months ago |
1.9.12 | 95 | 4 months ago |
1.9.11 | 84 | 4 months ago |
1.9.10 | 93 | 4 months ago |
1.9.9 | 88 | 4 months ago |
1.9.8 | 120 | 5 months ago |
1.9.7 | 90 | 5 months ago |
1.9.6 | 104 | 5 months ago |
1.9.5 | 112 | 5 months ago |
1.9.4 | 110 | 5 months ago |
1.9.3 | 114 | 5 months ago |
1.9.2 | 140 | 6 months ago |
1.9.1 | 123 | 6 months ago |
1.9.0 | 124 | 6 months ago |
1.8.3 | 135 | 6 months ago |
1.8.2 | 137 | 6 months ago |
1.8.1 | 140 | 7 months ago |
1.8.0 | 140 | 7 months ago |
1.7.9 | 67 | 7 months ago |
1.7.8 | 80 | 7 months ago |
1.7.7 | 97 | 7 months ago |
1.7.6 | 102 | 7 months ago |
1.7.5 | 109 | 7 months ago |
1.7.4 | 89 | 7 months ago |
1.7.3 | 131 | 7 months ago |
1.7.2 | 112 | 7 months ago |
1.7.1 | 108 | 7 months ago |
1.7.0 | 110 | 7 months ago |
1.6.5 | 142 | 8 months ago |
1.6.4 | 143 | 8 months ago |
1.6.3 | 122 | 9 months ago |
1.6.2 | 121 | 9 months ago |
1.6.1 | 103 | 9 months ago |
1.6.0 | 100 | 9 months ago |
1.5.2 | 105 | 9 months ago |
1.5.1 | 100 | 9 months ago |
1.5.0 | 112 | 9 months ago |
1.4.1 | 117 | 9 months ago |
1.4.0 | 106 | 9 months ago |
1.3.0 | 112 | 9 months ago |
0.0.1 | 112 | 9 months ago |