All Projects → KaptainWutax → Seedcracker

KaptainWutax / Seedcracker

Licence: mit
Fast, Automatic In-Game Seed Cracker for Minecraft.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Seedcracker

Flying Squid
Create Minecraft servers with a powerful, stable, and high level JavaScript API.
Stars: ✭ 311 (-14.56%)
Mutual labels:  minecraft
Cc Tweaked
Just another ComputerCraft fork
Stars: ✭ 331 (-9.07%)
Mutual labels:  minecraft
Mcrcon
Rcon client for Minecraft
Stars: ✭ 350 (-3.85%)
Mutual labels:  minecraft
Liquidbounce
A free mixin-based injection hacked client for Minecraft using Minecraft Forge
Stars: ✭ 321 (-11.81%)
Mutual labels:  minecraft
Helioslauncher
☀ Custom launcher for modded minecraft written in Electron and Node.js
Stars: ✭ 333 (-8.52%)
Mutual labels:  minecraft
Nameless
NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range of features.
Stars: ✭ 337 (-7.42%)
Mutual labels:  minecraft
Freeminer
Freeminer is an open source sandbox game inspired by Minecraft.
Stars: ✭ 305 (-16.21%)
Mutual labels:  minecraft
Amulet Map Editor
A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
Stars: ✭ 356 (-2.2%)
Mutual labels:  minecraft
Hello Vue Django
vuejs and Django integration with hot code reload. Dont use this, use https://github.com/NdagiStanley/vue-django or https://github.com/gtalarico/django-vue-template
Stars: ✭ 335 (-7.97%)
Mutual labels:  minecraft
Replaymod
Minecraft ReplayMod
Stars: ✭ 348 (-4.4%)
Mutual labels:  minecraft
Gameservers Docker
A bunch of game servers I use, dockerised
Stars: ✭ 322 (-11.54%)
Mutual labels:  minecraft
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (-8.79%)
Mutual labels:  minecraft
Blessing Skin Server
Web application brings your custom skins back in offline Minecraft servers.
Stars: ✭ 344 (-5.49%)
Mutual labels:  minecraft
Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+1354.12%)
Mutual labels:  minecraft
Phantom
Use your own Minecraft server with your Xbox or PS4 and play with friends!
Stars: ✭ 360 (-1.1%)
Mutual labels:  minecraft
Go Mc
Golang library of Minecraft protocol for creating bots or server
Stars: ✭ 306 (-15.93%)
Mutual labels:  minecraft
Mcpelauncher Manifest
The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.
Stars: ✭ 338 (-7.14%)
Mutual labels:  minecraft
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (+1.37%)
Mutual labels:  minecraft
Cuberite
A lightweight, fast and extensible game server for Minecraft
Stars: ✭ 3,984 (+994.51%)
Mutual labels:  minecraft
Mscs
Powerful command-line control for UNIX and Linux powered Minecraft servers
Stars: ✭ 347 (-4.67%)
Mutual labels:  minecraft

SeedCracker Github All Releases

Installation

Vanilla Launcher

Download and install the fabric mod loader.

MultiMC

Add a new minecraft instance and press "Install Fabric" in the instance options.

Then download the lastest release of SeedCracker and put the .jar file in your mods directory, either %appdata%/.minecraft/mods/ folder for the vanilla launcher or your own MultiMC instance folder.

Usage

Run minecraft with the mod installed and run around in the world. Once the mod has collected enough data, it will start the cracking process automatically and output the seed in chat. For the process to start, the amount of data that needs to be collected varies depending on the type of feature. /seed data bits can be used to see how much progress has been done.

Supported Structures

- Ocean Monument
- End City
- Buried Treasure
- Desert Pyramid
- Jungle Temple
- Swamp Hut
- Shipwreck

Supported Decorators

- Dungeon
- End Gateway
- Desert Well
- Emerald Ore

Commands

The command prefix for this mod is /seed.

Render Command

-/seed render outlines <ON/OFF/XRAY>

This command only affects the renderer feedback. The default value is 'XRAY' and highlights data through blocks. You can set the render mod to 'ON' for more standard rendering.

Finder Command

-/seed finder type <FEATURE_TYPE> (ON/OFF)

-/seed finder category (BIOMES/ORES/OTHERS/STRUCTURES) (ON/OFF)

This command is used to disable finders in case you are aware the data is wrong. For example, a map generated in 1.14 has different decorators and would require you to disable them while going through those chunks.

Data Command

  • /seed data clear

Clears all the collected data without requiring a relog. This is useful for multi-world servers.

  • /seed data bits

Display how many bits of information have been collected. Even though this is an approximate, it serves as a good basis to guess when the brute-forcing should start.

Cracker Command

  • /seed cracker <ON/OFF>

Enables or disables the mod completely. Unlike the other commands, this one is persistent across reloads.

Video Tutorial

https://youtu.be/1ChmLi9og8Q

Upcoming Features

A list of features I have on my mind... they won't necessarily be implemented in this order if at all.

- SHA2 brute-forcing, auxiliary to biomes search. /implemented
- Dungeon floor cracker, fast lattice reversal. /implemented
- Stronghold portal room cracker. (alternative to dungeon floor?)
- Faster brute-forcing by reorganizing located features list. /implemented
- End and nether biome finders. (nether would mostly be in preparation for 1.16) /implemented

Setting up the Workspace

-Clone the repository.

-Run gradlew genSources <idea|eclipse>.

Building the Mod

-Update the version in build.gradle and fabric.mod.json.

-Run gradlew build.

Contributors

KaptainWutax - Author

neil - Video Tutorial

Nekzuris - README

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].