Giter VIP home page Giter VIP logo

terrainfinder's Introduction

TerrainFinder

Build Status Discord

IMPORTANT! READ THIS FIRST!

After quite a bit of debugging, I've come to the unfortunate realization that this implementation, as well as ChromeCrusher's original code, only works for specific biomes. Any biome that doesn't use the default generateBiomeTerrain method, as well as any biome that uses any type of sand as a filler (beach and desert) will simply produce different results ingame.

I'm going to think hard about the best way to get around this, but I have a feeling I'll end up having to re-implement the entire terrain generator in OpenCL or something.

Original README follows

An optimized Java implementation of ChromeCrusher's bedrock pattern finder with a GUI.

Building

  1. Download and Install Maven (Extra info for Windows. Remember to add Maven bin/ to your Path after extracting)
  2. Clone the repository to your machine: git clone https://github.com/DaMatrix/TerrainFinder
  3. cd to the clone directory
  4. Run mvn package
  5. The compiled Jar will be in the target/ directory (choose the one that isn't prefixed with original-).

Using

  1. Double-click the .jar file or run java -jar jarfile.jar in your terminal.

  2. The program displays a 16x16 grid representing a chunk in Minecraft. Click each square to set one of three states:

    • Empty (No bedrock at given location)
    • Check (There is bedrock at given location)
    • Square (Wildcard; use if unsure if there is bedrock or not)
  3. Click Start. Wait for the program to find a chunk.

Troubleshooting

  • Make sure you have the correct Rotation set in Options.
  • If your computer lags while using this, lower Threads in Options.

terrainfinder's People

Contributors

damatrix avatar ironexception avatar tycrek avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.