New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

seedhelper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seedhelper

A python library that help to find specific Minecraft structures or biomes for a given seed.

  • 0.1.4
  • PyPI
  • Socket score

Maintainers
1

Seed Helper

Seed Helper is a python library that help to find specific Minecraft structures or biomes for a given seed. The package is currently in very early development, so currently only the get_elytras_positions function is available (in the structure module).

Example:

import seedhelper.structures as sth

seed = 123456789
ships = sth.get_elytras_positions(seed, r=5000, mc_version="1.20")
for ship in ships:
    print(f"Elytra Ship found at: {ship.pos.x}, {ship.pos.z}")

Installation

You can install the package using pip:

pip install seedhelper

Credits

The project uses the Cubiomes C library, which help to work with Minecraft seeds.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc