name: Bug report title: "[Bug]: " description: "Use this template if you're running into bugs or other issues" labels: - T-bug - S-needs-triage body: - type: markdown attributes: value: >- ## Instructions This is a template for the issue you are about to open! It will help you provide the information necessary to complete your **bug report**. Before you open an issue, ensure you've completed every step on the checklist below. - Have you used the [search tool](https://github.com/Awakened-Redstone/Subathon/issues) to find similar issues? If you find one that looks like what you are getting, consider contributing additional information to it instead. Make sure you are not opening a duplicate. - Are you using the latest version of the mod? If not, try updating to see if it resolves your issue. All good? Then continue to fill the issue by providing the following information about it: - type: input id: mod_version attributes: label: Mod version description: >- Please provide the exact version of the mod you are using. Every part of the version is important! If you do not know what version you are using, look at the file name in your `mods` folder. placeholder: 'Example: 1.0.4-beta.2' validations: required: true - type: input id: mc_version attributes: label: Minecraft version description: >- Please provide the exact version of the mod you are using. Every part of the version is important! If you do not know what version you are using, look at the file name in your `mods` folder. placeholder: '1.20.2' validations: required: true - type: textarea id: expected attributes: label: Expected Behavior description: What did you expect to happen? placeholder: 'Example: The Piston should extend.' validations: required: true - type: textarea id: actual attributes: label: Actual Behavior description: What did actually happen? placeholder: 'Example: The Piston does not extend.' validations: required: true - type: textarea id: repro-steps attributes: label: Reproduction Steps description: >- Provide information on how to reproduce this bug. You can either fill this section in like the example below or do something else just make sure your instructions are minimal and clear, as other people will need to be able to replicate your issue. placeholder: | Example: 1. Place a Redstone Lamp in front of a Redstone Repeater 2. Use a Lever to activate the Redstone Repeater 3. Nothing happens validations: required: true - type: input id: java attributes: label: Java version placeholder: 'Example: Java 17' validations: required: true - type: textarea id: additional attributes: label: Additional information description: >- Provide a list of any other mods you are using, along with their respective versions. If you have any screenshots, videos, or other information that you feel is necessary to explain the issue, feel free to attach them here.