From 689a939cb996ba401a96364cef8c1499e0b8740d Mon Sep 17 00:00:00 2001 From: Justin Aquadro Date: Wed, 5 Oct 2011 23:46:46 -0400 Subject: [PATCH] Readme and license for git tree --- LICENSE.txt | 19 +++++++++++++++++++ README.txt | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 LICENSE.txt create mode 100644 README.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..27a2f7e --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,19 @@ +Copyright (C) 2011 by Justin Aquadro + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..9589316 --- /dev/null +++ b/README.txt @@ -0,0 +1,36 @@ +Substrate +Copyright (C) 2011 Justin Aquadro + +LICENSE: + +Substrate is licensed under the MIT License. See LICENSE.txt. + +ABOUT: + +Substrate is a fully-developed .NET SDK for editing Minecraft worlds. Substrate +provides high- and low-level APIs for manipulating Alpha and Beta-compatible +maps and player data. Substrate is developed in C# as a CLS-compliant assembly, +and example code is provided for both C# and VB.NET. A brief list of +Substrate's capabilities are: + + * Alpha and Beta map compatibility + * Separate block, chunk, and region views + * Global and local coordinate systems + * Automatic and manual light recalculation + * Automatic and manual fluid recalculation + * Automatic chunk cache management + * Automatic TileEntity? and Heightmap consistency + * Entity editing support + * Player editing support + * Level data editing support + * Edit existing worlds or create new ones + * Schematic import and export + * Low-level APIs for NBT reading, writing, and validation + +Most of the Substrate APIs are fully documented, including a compiled API +reference document and XML documentation for Intellisense. A number of +different example projects are provided in C# and VB.NET. + +Substrate is compatible with .NET Framework 2.0 or higher and Mono, and should +be compatible with any CLI language. All feedback is welcome: open an Issue or +respond in our Minecraft Forums thread. \ No newline at end of file