your current location:首页 > news>SEED Cracker X MineCraft

SEED Cracker X MineCraft

2024-12-15 01:51:52|Myriagame |source:minecraft skins

This module may be considered cheating in some servers. Please consult your server administrator before use.

Version list

Minecraft version SEEDCRACKERX version dependencies 1.212.15.0fabric Moder 0.14.0+1.20.62.14.7fabric mod loa der 0.14.0+1.20.42.14.6fabric Mod Loader 0.14.0+1.20.22.14.5fabric Mod Loader 0.14.0+1.20-1.20.12.14fabric Mod Loader 0.14.0+1.19.42.14.2fabric MOD LOADER 0.14.0+1.19.32.13.1Fabric Mod Loader 0.14.0+1.19-1.19.22.13fabric Mod Loader 0.14.0+1.18.22.12Fabric Moder1.18-18.12.11.4fabric Mod1.17-17.12 .10.1Fabric Mod Loader1.16.52.7fabric ModLoader, Fabric API, module menu (Mod Menu)

Installation method

Download Fabric Loader.

Download the latest distribution or pre -issued version of SEEDCRACKERX.

Put the .jar file into your MODS directory, such as the %AppData %/. Minecraft/MODS/folder or other launch folders of the official launch.

Optional mod

Download the latest Multiconnect or Viafabric to connect to the lower version of the server

Because Mod is used by many people, the author decides to create a Google form for server seeds.If you enable the database options in the configuration GUI, the MOD will send the cracking seeds directly from more than 10 player servers to Google table.Need to log in.

Use

1.17.x and below

Main world

Run around in this world until the MOD finds a dungeon.When you find one, the cracking process will start automatically.If you do not get world seeds, you may need to find another dungeon.

Lower boundary

Run around in the weird forest biological group, until the module finds giant strange bacteria and starts to crack.

End

You need to find 5 or more cities or the end of the ground, and then return to the center of the last ground to get obsolete pillar seeds, and then crack should start.

Video tutorial (YouTube)

Structure and obsidian column;

Strange forest.

Supportive decoration

Dungeon;

The end of the ground;

Desert water well;

Emerald Mine;

Strange bacteria.

1.18.x and above

The dungeon cracks and weird bacteria crack no longer effective.

Main world

Open the configuration panel through "/SEEDCRACKER GUI" (1.19.3+) or "/SEED GUI" (before 1.19.3) and ensure that emerald ore, the end of the ground, the biological group, the desert wells and strange bacteria are disabledBecause they are not updated and may provide error data.In order to crack, you need to get 40 digging structures and 32 -bit fixed structures from these structures:

Support structure

-Xuewu -9 digits can be excavated and 9 -bit fixed positioning;

-Femal Temple -9 digits can be excavated and 9 -bit fixed positioning;

-Jung Temple -9 digits can be excavated and 9 -bit fixed positioning;

-An Marsh Hut-9 digits can be excavated and 9-bit fixed positioning;

-Shenboa-8 bits can be excavated and 8-bit fixed positioning;

-The plunder outpost-9 digits can be excavated;

-Water Temple -9 -bit fixed positioning.

Any combination is effective.For example: three shipwrecks, 1 desert temple and 1 snow house.You can track your process with "/Seed Data Bits" (see the digits of the excavatable structure).When there is a contour around, a structure is found.When you get enough data, the cracking process will start automatically.This process takes about 1-5 minutes.This MOD may require you to find an additional structure after this.This is more likely to occur with less bits and the same type of structure.After reducing your structural seeds, the MOD will forcibly obtain your world seeds through the position of the dungeon or hash seeds.

Lower boundary

Strange bacteria cracking is no longer effective, so it is impossible to find the lower seed seeds using SEEDCRACKERX, but you can try to use Nether Bedrolk Cracker to crack yourself.

End

You need to find 5 or more end -of -the -ground cities (filling the fixing position) and then return to the center of the end to get obsidian pillar seeds, and then crack should start.

You need to disable the end of the end!

instruction

If your MOD version is "/set" instead of "/setcracker" before 2.13.1.

GUI instruction

/seedcracker gui 

Open the configuration GUI, you can modify the server MC version, all searchters, databases and rendering modes in it.In most cases, there are command replacement, but they should not be used anymore.

Handlene search device

/seedcracker Finder RELOAD 

Re -scan the loaded block to find the structure that was not found before.

Database instruction

/seedcracker data clear 

Clear all collected data instead of logging in again.This is very useful for many world servers.

/seedcracker data bits 

Show the collected information bit.Ordinary is used for obsidian columns and structural cracking.The crack starts from 32.The excavator can be used to crack the structured structure.Cracking from 40 bits.

/seed data restore 

When you leave a world, MOD saves the currently collected structural information in the file of the .minecraft/config directory.After re -joining, you can use this command to restore it.

DEBUG instruction

/seedcracker cracker debug 

Display additional information

Database instruction

/seedcracker database 

Open the Google table maintained by this MOD.

Video tutorial (YouTube)

Neil's:

1.15;

1.16.

Dyiing:

1.18.

Author's:

The dungeon cracked and obsidian column cracking;

Crack in the lower bound;

Structure cracking.

API

In your Build.Gradle contains SeedCracker-API and JITPACK.

 repositories {mavencentral () maven {url "https://jitpack.io"}} DependenCies {Implementation ('CO m.github.19misterx98.Seedcrackerx: SEEDCRACRACKERX-API: Master-Snapshot ')) {transition = false}} 

Add a class to implement the API interface.

 Package Misterx.mymod.SEEDMANAGEMNET.SEEDCRACKEREPIMPORT KAPTATAX.SeedCrackerx.API.SeedCrackerapi; Pub LIC Class SEEDCRACKEREP Implements SEEDCRACKERAPI {@Override Public Void PushworldSED (Long Seed) {// Do Something Foo.bar(SEED)}} 

Tell Fabric.mod.json where is your entry point.

 "Entrypoints": {"main": [...], "client": [...], "server": [...], "seedcrackerx":["Misterx.mymod.SeedManageMNet.SeedCrackerep"]},