Skip to content

ThomasOrs/bedrock-loot-gen

 
 

Repository files navigation

🛠 Bedrock Loot-Table Generator

View the Website

This website allows you to create Loot Tables for the Bedrock Edition of Minecraft. For support, you may join the Bedrock OSS Discord.

image

Running Locally

To test locally, you may use the flask server included in this project:

First time setup

  • Create venv: python -m venv venv
  • ./venv/Scripts/Activate
  • pip install flask

Running

  • set FLASK_APP=app
  • flask run
  • Available at: http://127.0.0.1:5000/

About

Website for creating Bedrock Edition loot tables.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.8%
  • HTML 34.5%
  • CSS 16.0%
  • Python 3.7%