Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dries007/tfcseedmaker
Terrafirmacraft Seed maker / analyzer. Now with support for TNG (1.12)
https://github.com/dries007/tfcseedmaker
terrafirmacraft
Last synced: 19 days ago
JSON representation
Terrafirmacraft Seed maker / analyzer. Now with support for TNG (1.12)
- Host: GitHub
- URL: https://github.com/dries007/tfcseedmaker
- Owner: dries007
- License: other
- Created: 2015-12-15T23:49:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T22:11:01.000Z (over 4 years ago)
- Last Synced: 2024-10-11T12:54:18.411Z (about 1 month ago)
- Topics: terrafirmacraft
- Language: Java
- Homepage:
- Size: 1.31 MB
- Stars: 22
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
TFC Seed Maker
==============Purpose
-------There are 2 main reasons I'm making this:
1. I wanted to be able to check one or more existing seeds for resoureces and/or make maps of those resources.
2. I wanted to make a non-spoiling way to select a good seed. (aka be sure it has some decent resources within a reasonable radius of spawn, without knowing where to go look)**For info about the maps, including a color legend, see [below](#legend).**
Download builds via the GitHub releases [here](https://github.com/dries007/TFCSeedMaker/releases).
License
-------Unless otherwise specified per file, or per package via the package-info.java file:
Copyright © 2015 - Dries007 - Available under [GPLv3](license.md)
This program contains code from the [Terrafirmacraft mod](https://github.com/Deadrik/TFCraft).
Done/Todo
----- [x] Make maps per layer + combined
- [x] Multithreading
- [x] Biomes
- [x] Rock types
- [x] Trees
- [x] Json output of discovered information
- [x] EVT
- [x] Rain
- [x] Stability
- [x] pH
- [x] Drainage
- [x] Add Gradle file and use it for dependecies
- [ ] Seed rating system
- [ ] Requirements
- [ ] Instant rejections
- [ ] Score system
- [ ] Add "hardcoded" tree generation
- [ ] Crops
- [ ] AnimalsLegend
------The lines on the map are 1000x1000 grid lines.
The resolution is 1 block per pixel.
The "combined" map is a biome map with the outlines of the rock and tree layers.You can also generate this image by running the `net.dries007.tfc.seedmaker.MainLegend` class.
![A color map](legend.png)