Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheClassic36 committed Oct 28, 2024
2 parents 371af11 + 71f752b commit 18ada53
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
attributes:
label: What happened?
description: A clear and concise description of what the bug is.
placeholder: "Example: By putting 1 Amethyst Block into a crafting table, I cannot craft it back into 4 Amethyst Shards."
placeholder: "Example: By surrounding a Blackstone block with 8 Gold Nuggets in a Crafting Table, I cannot craft it into a Gilded Blackstone block."
validations:
required: true
- type: dropdown
Expand All @@ -18,9 +18,8 @@ body:
label: Version
description: Which version of Better Craftables are you using? If it's not listed, please update!
options:
- v3.0.0-beta1
- v2.1.0+mod
- v2.1.0
- v3.0.0+mod
- v3.0.0
- v2.0.0+mod
- v2.0.0
validations:
Expand All @@ -38,7 +37,7 @@ body:
attributes:
label: Mod Loader Version
description: If running as a mod, which mod loader & Fabric API version are you using?
placeholder: "Example: Fabric Loader v0.16.7 with Fabric API v0.106.1 for Minecraft 1.21.2"
placeholder: "Example: Fabric Loader v0.16.8 with Fabric API v0.107.0 for Minecraft 1.21.3"
validations:
required: false
- type: textarea
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Recipes in this data pack/mod can be found on the wiki.
| Minecraft Version | Better Craftables Version |
| :--: | :--: |
| 1.21.2 - 1.21.3 | [v3.0.0-beta1](https://github.com/Classic36-Media/Better-Craftables/releases/tag/v3.0.0-beta1) |
| 1.21.2 | [v2.1.0](https://github.com/Classic36-Media/Better-Craftables/releases/tag/v2.1.0) |
| 1.21.2 - 1.21.3 | [v3.0.0](https://github.com/Classic36-Media/Better-Craftables/releases/tag/v3.0.0) |
| 1.21 - 1.21.1 | [v2.0.0](https://github.com/Classic36-Media/Better-Craftables/releases/tag/v2.0.0) |
| 1.20.5 - 1.20.6 | [v1.5.1](https://github.com/Classic36-Media/Better-Craftables/releases/tag/v1.5.1) |
| 1.20.2 - 1.20.4 | [v1.4.0](https://github.com/Classic36-Media/Better-Craftables/releases/tag/v1.4.0) |
Expand Down
2 changes: 1 addition & 1 deletion fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "better_craftables",
"version": "3.0.0-beta",
"version": "3.0.0",
"name": "Better Craftables",
"description": "Adds some improved crafting recipes to the game!",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"pack":{
"pack_format": 57,
"supported_formats": {"min_inclusive": 57, "max_inclusive": 57},
"description": "§6Better Craftables §7v3.0.0-beta1\n§fMinecraft 1.21.2-1.21.3"
"description": "§6Better Craftables §7v3.0.0\n§fMinecraft 1.21.2-1.21.3"
}
}
2 changes: 1 addition & 1 deletion quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"quilt_loader": {
"group": "org.classic36media",
"id": "better_craftables",
"version": "3.0.0-beta",
"version": "3.0.0",
"metadata": {
"name": "Better Craftables",
"description": "Adds some improved crafting recipes to the game!",
Expand Down

0 comments on commit 18ada53

Please sign in to comment.