Giter Club home page Giter Club logo

seedcrackerx's Introduction

SeedCrackerX [Github All Releases]

Readme Language

中文 Русский Українська Türkçe

I'm active on:

Version Tab

Minecraft Version SeedCrackerX version Dependencies
1.21 2.15.0 Fabric mod loader 0.14.0+
1.20.6 2.14.7 Fabric mod loader 0.14.0+
1.20.4 2.14.6 Fabric mod loader 0.14.0+
1.20.2 2.14.5 Fabric mod loader 0.14.0+
1.20-1.20.1 2.14.4 Fabric mod loader 0.14.0+
1.19.4 2.14.2 Fabric mod loader 0.14.0+
1.19.3 2.13.1 Fabric mod loader 0.14.0+
1.19-1.19.2 2.13 Fabric mod loader 0.14.0+
1.18.2 2.12 Fabric mod loader
1.18-1.18.1 2.11.4 Fabric mod loader
1.17-1.17.1 2.10.1 Fabric mod loader
1.16.5 2.7 Fabric mod loader, Fabric API, Mod Menu

Installation

Download and install the fabric mod loader

Download the latest release or pre-release of SeedCrackerX

put the .jar file in your mod directory, either %appdata%/.minecraft/mods/ folder for the vanilla launcher or your own instance folder.

Optional

Download the latest release of Multiconnect or ViaFabric to connect to servers on lower MC versions

Database

Since the mod is used by many people, I have decided to create a Google sheet for server seeds. If you enable the database option in the config gui the mod will send cracked seeds from 10+ player servers directly to the Google sheet. You also need a minecraft license

The Sheet

Usage

1.17.X and below

Overworld

Run around in the world until the mod finds a dungeon. After the mod found one the cracking process starts automatically. If it doesn't give you a world seed, you may need to find another dungeon.

The Nether

Run around in the warped fungus biome until the mod finds big fungus and starts cracking.

The End

You have to find 5 (or more) end cities or end gateways and then return to the center of the end dimension to obtain the pillar seed, after that cracking should begin.

Video guides:

1.18.X and higher

Dungeon cracking, fungus cracking don't work anymore.

Overworld

Go to the config menu via "/seedcracker gui" (1.19.3+) or "/seed gui" (before 1.19.3) and make sure that Emeralds, Gateways, Biomes, Desert wells and Warped fungi are disabled since they aren't updated and can give wrong data.

For cracking, you now need to get 40 bits of liftable structures and 32 regular bits from the listed ones:

Supported Structures

- Igloo - 9 regular and liftable bits
- Desert Pyramid - 9 regular and liftable bits
- Jungle Temple - 9 regular and liftable bits
- Swamp Hut - 9 regular and liftable bits
- Shipwreck - 8 regular and liftable bits
- Pillager Outpost - 9 liftable bits
- Ocean Monument - 9 regular bits

Any combination is valid. For example: 3 shipwrecks, 1 pyramid and 1 igloo. You can track your process with "/seed data bits" (look at the bits count for liftable structures) A structure is found when there is an outline around it. After you get enough, the cracking process starts automatically. This process takes around 1-5 mins. The mod may ask you to find additional structures after this. It's more likely to happen with fewer bits and structures of the same type. After reducing your structure seeds, the mod will brute force your world seed via dungeon positions or hashed seed.

The Nether

Fungus cracking don't work anymore, so there are no way to find nether seed using SeedcrackerX, however you can try to crack it yourself by using Nether_Bedrock_Cracker

The End

You have to find 5 (or more) end cities (fill up regular bits) and then return to the center of the end dimension to obtain the pillar seed, after that cracking should begin.

  • You need to disable end gateways!

Commands

If version of your mod is older than 2.13.1, use prefix

  • /seed instead of /seedcracker

GUI Command

  • /seedcracker gui

Opens the config gui where you can modify settings like the server mc-version, all finders, database and rendermode. There are command alternatives for most of this, but they shouldn't be used anymore.

Finder Reload Command

  • /seedcracker finder reload

Rescans the loaded Chunks to find structures that weren't found before.

Data Command

  • /seedcracker data clear

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

  • /seedcracker data bits

Display how many bits of information have been collected. Normal bits are used for end pillar + structure cracking. Cracking starts at 32 bits. Lifting bits are used for liftable structure cracking. Cracking starts at 40 bits.

  • /seed data restore

When you leave a world, the mod will save currently collected structure information in a file of the .minecraft/config directory. After rejoining, you can restore it with this command.

Debug Command

  • /seedcracker cracker debug

Additional info is shown

Database Command

  • /seedcracker database

Opens a google sheet that is maintained by the mod

Video Tutorials

Neil's:

Dyiing's

Mine:

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.

API for other mods

  • Include seedcracker-api and jitpack in your build.gradle

    repositories {
        mavenCentral()
        maven { url "https://jitpack.io" }
    }
    
    dependencies {
        implementation (include('com.github.19MisterX98.SeedcrackerX:seedcrackerx-api:master-SNAPSHOT')) {transitive = false}
    }
    
  • Add a class that implements the api interface

    package misterx.myMod.seedManagemnet.SeedCrackerEP
    
    import kaptainwutax.seedcrackerX.api.SeedCrackerAPI;
    
    public class SeedCrackerEP implements SeedCrackerAPI {
        @Override
        public void pushWorldSeed(long seed) {
            //do something
            Foo.bar(seed)
        }
    }
    
  • Tell fabric.mod.json where your entrypoint is

    "entrypoints": {
      "main": [...],
      "client": [...],
      "server": [...],
      "seedcrackerx": [
        "misterx.myMod.seedManagemnet.SeedCrackerEP"
      ]
    },
    

Contributors

KaptainWutax - Author of the original mod

neil - Video Tutorials

Nekzuris and ItzSkyReed - README

19MisterX98 - Author of SeedCrackerX

seedcrackerx's People

Contributors

19misterx98 avatar 65-7a avatar anfogy avatar buiawpkgew1 avatar c10udburst avatar canadianbaconboi avatar crsuh2er0 avatar devendrapoonia avatar dreeam-qwq avatar farkon00 avatar godgun968 avatar itzskyreed avatar kosmx avatar mathmakgakpak avatar phasenull avatar pommino avatar r8bhavneet avatar racoondog avatar rednotsus avatar rooftopjoe avatar saom88n avatar sersoid avatar whitelisted1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

seedcrackerx's Issues

Can't find world seed

I can't understand this mod.
I have been finding seed only nether
This server has anti-Xray I found overworld's seed but nether's seed is completely diffrent.
I found fungus seed and structure seed but I need nether world seed what should I do?
Capture

verbose or additional information?

The cracker is failing to find a seed. When I find a new structure, it reattempts and immediately fails. Is there a way to get more information about why?

Couldn't find the nether seed

I tried to find the nether seed of a server that I play and everytime I found a warped fungus it said "couldn't find a seed for this fungus" and Idk why

Dungeon cracking

Hi I tried dungeon cracking on a server, it keeps loading and saying finished without finding seeds. I tried more then 20 different dungeons.
Then i started a single player world, the same issue. I know the last version in 1.16 worked in the nether as well, but here it doesn’t seem to work or am i missing something?

Seed

It wont locate the seed and it keeps failing the dungeon search. I have 207/32 bits

Support for cracking seeds in the Nether

The server I am currently on has different seeds for the Overworld, Nether and The End. It is best if you could crack the seeds for Nether and The End separately. Thank you.

cant find the right seed

why does it give like 5 seeds and the nether seed cracking doesn't work either? do I need to do something after I start the seed cracking?

1.17?

When is 1.17 for this mod coming out? it's so amazing thank you 19MisterX98.

1.17 Snapshot

When I try to use this on 1.17, the game keeps to crash, is it possible for you to update it to the snapshots?

nether seed

Hi

I was wonder since the nether generation hasn't changed is it possible to get the seed of the 1.18 world by cracking the nether?

Server Updated from 1.16.x to 1.17.1 (Realms)

Decided to test run this a bit and ran into some issues.

The Realms was originally made during 1.16.x (Either 1.16 or 1.16.1).
I tried changing the Version in the GUI to both, clearing data, then rejoining but still encounter "Finished dungeon search with no seeds."

As seen here 2 dungeons are found, and another 3 are located a bit ahead but no seed is found.

I also tried the Biome search using a total of 23 biomes but the same 5 seeds were searched endlessly (Never "Reducing the total seed count")

Any information or feedback would be appreciated. Thanks

Gui Enhancement

Maybe it would be more clear if the "settings" tab would have the Name "Session Settings"

Can't join

So, I'm trying to do this on a modded server (it's just few origins mods), and it keeps on failing.

[19:08:34] [main/ERROR]: Registry remapping failed!
java.lang.RuntimeException: Server contains Fabric-modded registries: minecraft:block, minecraft:enchantment, minecraft:mob_effect, minecraft:entity_type, minecraft:item! Multiconnect does not support modded registries.
at net.fabricmc.fabric.impl.registry.sync.RegistrySyncManager.handler$zoi000$onApplyModdedRegistry(RegistrySyncManager.java:543) [909a9447-3934-4e32-8a61-bd3110ac5259.jar:?]
at net.fabricmc.fabric.impl.registry.sync.RegistrySyncManager.lambda$receivePacket$0(RegistrySyncManager.java) [909a9447-3934-4e32-8a61-bd3110ac5259.jar:?]
at net.fabricmc.fabric.impl.registry.sync.RegistrySyncManager$$Lambda$4430/22956143.get(Unknown Source) [909a9447-3934-4e32-8a61-bd3110ac5259.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582) [?:1.8.0_51]
at net.minecraft.class_1255.method_18859(class_1255.java:191) [intermediary-fabric-loader-0.11.2-1.16.5.jar:?]
at net.minecraft.class_4093.method_18859(class_4093.java:23) [intermediary-fabric-loader-0.11.2-1.16.5.jar:?]
at net.minecraft.class_1255.method_16075(class_1255.java:153) [intermediary-fabric-loader-0.11.2-1.16.5.jar:?]
at net.minecraft.class_1255.method_5383(class_1255.java:130) [intermediary-fabric-loader-0.11.2-1.16.5.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1015) [intermediary-fabric-loader-0.11.2-1.16.5.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:681) [intermediary-fabric-loader-0.11.2-1.16.5.jar:?]
at net.minecraft.client.main.Main.main(Main.java:215) [intermediary-fabric-loader-0.11.2-1.16.5.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) [fabric-loader-0.11.2.jar:?]
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146) [fabric-loader-0.11.2.jar:?]
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.2.jar:?]

if this helps..

Nothing rendering and no data being collected

Hello, I am trying to crack a nether seed on a Minecraft Server, this server does have an anti xray by the way. Whenever i load the game and go to a warped fungus I only ever get a hashed world seed, nothing more.
Screenshot (70)

Can you just keep the thing off by default and we can manually turn it on?

Every fucking time I join a server, no matter the server, it turns on and lags my fucking game like crazy when shortcutting to dungeons I have a server and play on servers with custom generation so since it can't find the seed, it keeps on looking and keeps on lagging the hell out of my game. Just keep it off by default and when we want to use it, we'll turn it on with /seed crack, if we leave a server, it turns back off.

Doesn't detect tree

I am trying to crack the nether seed but it doesn't seem to work. I am standing in a warped forest with multiple trees, but it doesn't highlight anything nor does it say anything in chat.

2021-05-01_20 34 56

Edit: This server is using antiseedcracker, so I can't use the hashed world seed.

Update Please?

Could you update the 1.16.5 version and add the updates for the 1.17 version please? I play on an Origins server and I need the 1.16.5 version. I would like it to be updated with the latest tweaks, but if you can't do it or don't have time I understand.

When logging on to the server, it is not on all servers only if the BotFilter is being checked.

---- Minecraft Crash Report ----
// My bad.

Time: 01.07.2021, 13:34
Description: Unexpected error

java.lang.IllegalStateException: Missing: ResourceKey[minecraft:worldgen/biome / minecraft:the_void]
at net.minecraft.class_2378.method_31140(class_2378.java:405)
at net.minecraft.class_638.handler$zoj000$getGeneratorStoredBiome(class_638.java:2037)
at net.minecraft.class_638.method_22387(class_638.java)
at net.minecraft.class_4538.method_16359(class_4538.java:67)
at net.minecraft.class_4546.method_22396(class_4546.java:586)
at net.minecraft.class_4543.method_22393(class_4543.java:32)
at net.minecraft.class_4538.method_23753(class_4538.java:39)
at net.minecraft.class_638.method_2943(class_638.java:320)
at net.minecraft.class_638.method_2941(class_638.java:274)
at net.minecraft.class_310.method_1574(class_310.java:1793)
at net.minecraft.class_310.method_1523(class_310.java:1083)
at net.minecraft.class_310.method_1514(class_310.java:730)
at net.minecraft.client.main.Main.main(Main.java:217)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.class_2378.method_31140(class_2378.java:405)
at net.minecraft.class_638.handler$zoj000$getGeneratorStoredBiome(class_638.java:2037)
at net.minecraft.class_638.method_22387(class_638.java)
at net.minecraft.class_4538.method_16359(class_4538.java:67)
at net.minecraft.class_4546.method_22396(class_4546.java:586)
at net.minecraft.class_4543.method_22393(class_4543.java:32)
at net.minecraft.class_4538.method_23753(class_4538.java:39)
at net.minecraft.class_638.method_2943(class_638.java:320)
at net.minecraft.class_638.method_2941(class_638.java:274)

-- Affected level --
Details:
All players: 1 total; [class_746['Bak'/686188574, l='ClientLevel', x=7.00, y=450.00, z=7.00]]
Chunk stats: 256, 1
Level dimension: minecraft:overworld
Level spawn location: World: (8,64,8), Section: (at 8,0,8 in 0,4,0; chunk contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2 game time, 23701 day time
Server brand: BotFilter (https://vk.cc/8hr1pU)
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:370)
at net.minecraft.class_310.method_1587(class_310.java:2399)
at net.minecraft.class_310.method_1514(class_310.java:754)
at net.minecraft.client.main.Main.main(Main.java:217)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: No
Packs: Default, Fabric Mods

-- System Details --
Details:
Minecraft Version: 1.17
Minecraft Version ID: 1.17
Operating System: Windows 10 (amd64) version 10.0
Java Version: 16.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 484263104 bytes (461 MiB) / 1308622848 bytes (1248 MiB) up to 2147483648 bytes (2048 MiB)
CPUs: 4
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
Identifier: Intel64 Family 6 Model 58 Stepping 9
Microarchitecture: Ivy Bridge (Client)
Frequency (GHz): 2,59
Number of physical packages: 1
Number of physical CPUs: 2
Number of logical CPUs: 4
Graphics card #0 name: NVIDIA GeForce GT 720M
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 2048,00
Graphics card #0 deviceId: 0x1140
Graphics card #0 versionInfo: DriverVersion=23.21.13.8873
Graphics card #1 name: Intel(R) HD Graphics 4000
Graphics card #1 vendor: Intel Corporation (0x8086)
Graphics card #1 VRAM (MB): 2112,00
Graphics card #1 deviceId: 0x0166
Graphics card #1 versionInfo: DriverVersion=10.18.10.4358
Memory slot #0 capacity (MB): 4096,00
Memory slot #0 clockSpeed (GHz): 1,60
Memory slot #0 type: DDR3
Memory slot #1 capacity (MB): 4096,00
Memory slot #1 clockSpeed (GHz): 1,60
Memory slot #1 type: DDR3
Virtual memory max (MB): 18573,63
Virtual memory used (MB): 9510,82
Swap memory total (MB): 10496,00
Swap memory used (MB): 68,17
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
betterf3: BetterF3 1.1.4
centeredinventory: Centered inventory 1.0.3
cloth-basic-math: Cloth Basic Math 0.5.1
cloth-config2: Cloth Config v4 5.0.34
com_github_kaptainwutax_biomeutils: BiomeUtils b1e661d93f5262d747d7f92642bd8b20211d2fd8
com_github_kaptainwutax_chunkrandomreversal: ChunkRandomReversal 6b76fb5cf2cd438de56e6a46cea2a83985831834
com_github_kaptainwutax_featureutils: FeatureUtils ff97b44038b0410cef83cd813b4569ef4a5e4d03
com_github_kaptainwutax_latticg: LattiCG ec805b20bda95ead23216ab249a5ef5b8587e9e9
com_github_kaptainwutax_mathutils: MathUtils 5531c4a87b0f1bb85d1dab2bdd18ce375400626a
com_github_kaptainwutax_mcutils: MCUtils 13009755237551c6148cdbda87e8d924c5bfc1ef
com_github_kaptainwutax_noiseutils: NoiseUtils 288e1b60e0f427bead80f001d19565ad1adcbd73
com_github_kaptainwutax_seedutils: SeedUtils b6a383113ce5d8d09a59e91b28ff064fb97c0709
com_github_kaptainwutax_terrainutils: TerrainUtils 322c2405600be7e87ded65f7bc6f2c4f042a5472
dashloader: DashLoader 1.5
fabric: Fabric API 0.36.0+1.17
fabric-api-base: Fabric API Base 0.3.0+a02b44633d
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.2.0+2b5c62d03d
fabric-biome-api-v1: Fabric Biome API (v1) 3.1.11+c345aea83d
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b44633d
fabric-command-api-v1: Fabric Command API (v1) 1.1.1+a02b44633d
fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa3d
fabric-containers-v0: Fabric Containers (v0) 0.1.12+a02b44633d
fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.2+a02b44633d
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da3103d
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.10+a02b44633d
fabric-entity-events-v1: Fabric Entity Events (v1) 1.1.0+a02b44633d
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.9+a722d8c03d
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa3d
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+a02b44633d
fabric-item-api-v1: Fabric Item API (v1) 1.2.4+a02b44633d
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab61213d
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+a02b44633d
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e3d
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b44633d
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b44633d
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa3d
fabric-models-v0: Fabric Models (v0) 0.3.0+a02b44633d
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.11+b7ab61213d
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b44633d
fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa3d
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab61213d
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b44633d
fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b44633d
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.10+e2961fee3d
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.3+676f40fa3d
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.8+a02b44633d
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.0+a02b44633d
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b4463d5
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+a02b4463d5
fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+92519afa3d
fabric-rendering-v1: Fabric Rendering (v1) 1.6.0+a02b44633d
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.7+b7ab6121d5
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.4+198a96213d
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+a02b44633d
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.11+e36969833d
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.4+a02b44633d
fabric-textures-v0: Fabric Textures (v0) 1.0.6+a02b44633d
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab61213d
fabricloader: Fabric Loader 0.11.6
io_activej_activej-codegen: activej-codegen 4.2
io_activej_activej-serializer: activej-serializer 4.2
java: OpenJDK 64-Bit Server VM 16
lithium: Lithium 0.7.2
minecraft: Minecraft 1.17
modmenu: Mod Menu 2.0.2
net_gudenau_lib_unsafe: unsafe 1.4.1
org_slf4j_slf4j-api: slf4j-api 1.7.29
seedcrackerx: Seed Cracker X 0.2.8
sodium: Sodium 0.3.0+unknown
spark: spark ${pluginVersion}
wurst: Wurst Client v7.15.3-MC1.17
Launched Version: fabric-loader-0.11.6-1.17
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GT 720M/PCIe/SSE2 GL version 3.2.0 NVIDIA 388.73, NVIDIA Corporation
Window size: 1920x1080
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: Fabric Mods
Current Language: Русский (Россия)
CPU: 4x Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz

suggestion.

add a /locate command that use the cracked seed to locate stractuers and staff.
or smth like that

crash

how do i fix this
image

1.16.5 Crashing on void world

Version: seedcrackerX-0.2.7.jar on 1.16.5
Fabric: 0.11.6 (Also occurs on 0.11.3)

SeedCrackerX is throwing a crash when attempting to join a lobby that is a blank void. (I've only had this occur on one server, but I'd assume the void world is the reasoning behind it.). SeedCracker v0.2.3 beta (Wutax) does not crash.

Log & crash report: https://paste.ee/p/B00EC

Doesn't find the seed in the End dimension

My end dimension was generated and then server changed to Vanilla, then Fabric, then back to Spigot. By this time, we explored nether, found elytras and generated some chunks in the end.
I assume that the mod requires to visit the main island in order to collect data from pillars, but I believe that it was generated with different seed. (Basically, 2 seeds were generated and pillars from 1st seed, most of other end including new chunks from another seed).
I don't Know how this happened, but I assume it will never find the seed since pillars are already generated.

Is there anything I can do manually to make it work or it all depends on pillars and its hard-coded?

Many thanks

1.17 Release

Hey, any estimated update on when the 1.17 release will come out?

1.18

how soon will it be available for 1.18 and do you plan on updating?

1.16.4

Is here something for 1.16.4?

finished dungeon search with no seeds

the server is running on freemcserver.net, it runs on purpur with no plugins added
no matter what dungeon I search from it always gives me this error

Nether seed cracker is inaccurate

So, I'm on a server, Minecraft 1.17 and I ran the seed cracker in the nether, it gave me a "Fungus seed" and a "Structure seed". I tested these two seeds as the seed in a singleplayer world and it is wrong. And this "End Pillar Seed", what am I supposed to do with it, its just 5 numbers.

Small Enhancement for End Pillar

2021-08-05_22 36 09
A small example of a problem with Old version then the server updated to a new version that changed how the pillar generate.

Could a small fix be implemented that check for 1 obsidian block below the bedrock? If there's no obsidian it would ignore this bedrock. Lower bedrock get overwrite by the regeneration of new pillars so the higher floating bedrock would be the only one needed to clear any obsidian left below them if any.

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.