Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bedrock-OSS/bedrock-loot-gen
Website for creating Bedrock Edition loot tables.
https://github.com/Bedrock-OSS/bedrock-loot-gen
bedrock-edition flask hacktoberfest
Last synced: 3 months ago
JSON representation
Website for creating Bedrock Edition loot tables.
- Host: GitHub
- URL: https://github.com/Bedrock-OSS/bedrock-loot-gen
- Owner: Bedrock-OSS
- License: mit
- Created: 2020-07-03T23:22:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T23:28:19.000Z (over 1 year ago)
- Last Synced: 2024-04-13T07:19:49.422Z (7 months ago)
- Topics: bedrock-edition, flask, hacktoberfest
- Language: JavaScript
- Homepage: https://bedrock-oss.github.io/bedrock-loot-gen/
- Size: 62.5 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minecraft-bedrock - Loot-Table Generator - Website for creating Bedrock Edition loot tables. (Tool (Create) / Addons and GameTest)
README
# 🛠 Bedrock Loot-Table Generator
**⭐ [View the Website](https://bedrock-oss.github.io/bedrock-windmill/) ⭐**
This website allows you to create Loot Tables for the Bedrock Edition of Minecraft. For support, you may join the [Bedrock OSS Discord](https://discord.gg/XjV87YN).
![image](https://user-images.githubusercontent.com/18729296/141279899-32898eaf-5db3-4621-aabc-4678e51649ea.png)
- **Note: This repo uses the [json-editor](https://github.com/json-editor/json-editor) library.**
## 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/`