34 lines
782 B
Markdown
34 lines
782 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[Bug] "
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Place [...]
|
|
2. Take [...]
|
|
3. Click on [...] then [...]
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Errors**
|
|
If any errors or stack traces appeared in the console, please link to them here. Please use Pastebin to post stack traces. Don't paste them into the issue.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Versions**
|
|
MC: VERSION
|
|
Java: VERSION (get from running `java -version` in console)
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|