Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 792 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 792 Bytes

🛠 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/