Skip to content

Bedrock-OSS/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/