Skip to content

MineSeam is a MineCraft seam builder in Java for beta v1.3 maps

Notifications You must be signed in to change notification settings

ninjaoxygen/mineseam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                        MineSeam

  What is it?
  -----------
  
  MineSeam is a tool to convert ore deposits into seams of ore in Minecraft beta maps.
  It was first publicly released on 4th March 2011.
  
  MineSeam is currently ALPHA software, it has not been thoroughly tested, it may destroy your
  saves and burn down your house!
  
  In the near future, I will be adding control of the options through the GUI.
  
  ** IMPORTANT **
  Please back up your save files before using this tool!
  
  Latest Version
  --------------
  
  MineSeam is hosted at https://github.com/ninjaoxygen/mineseam
  
  System Requirements
  -------------------
  
  MineSeam requires Java J2SE 5 or above - please let me know if it does not run on your system.
  It hopefully runs on Windows, Linux and OS X, but is currently only tested on Windows.
  
  Usage
  -----
  
  java -jar mineseam.jar
  
  This will open the GUI, allow you to select whether to back up your world and produce before 
  and after maps. Pressing "Go" will turn deposits of diamond ore into seams of up to 20 blocks.
  
  Bug Reporting
  -------------
  
  Please e-mail me, Chris Poole <chris@hackernet.co.uk> to report bugs.
  As a bare minimum, please include a description of the the problem, what you expected to happen,
  the version number of Java you are running and the operating system you are running.
  
  Copyright and License
  ---------------------

  This software is built around the following source:
  
  RegionFile.java and RegionFileCache.java as released my Mojang, based on the work of Scaevolus.
  See file header for copyright disclaimer.
  
  Tag.java from http://www.minecraftwiki.net/index.php?title=NBT_class&oldid=48155
  No copyright claim, although no disclaimer either.
  
  All other files are released under the New BSD license.
  
  Copyright (c) 2011, Chris Poole
  All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
      * Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
      * Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
      * Neither the name of any associated organization nor the
        names of its contributors may be used to endorse or promote products
        derived from this software without specific prior written permission.

  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

MineSeam is a MineCraft seam builder in Java for beta v1.3 maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages