Skip to content

Developer-Mike/minecraft-bedrock-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Bedrock Finder (1.18-1.21)

This repo contains the code snippet to generate a Minecraft map of the Bedrock for a given seed in a given region.

Usage

This code is just a demo and needs to be modified to be used effectively.

The main class is the BedrockReader class and has a .isBedrock(int x, int y, int z) method that returns true if the block at the given coordinates is bedrock.

BedrockReader bedrockReader = new BedrockReader(seed);
boolean bedrock = bedrockReader.isBedrock(x, y, z);

To compile the code to a jar file, you can use the following command:

mvn package

About

Lets you generate any region of Bedrock in a Minecraft world using a few lines of code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages