Skip to content

Commit

Permalink
v1.6.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheClassic36 committed May 10, 2024
1 parent ade3f8b commit 8f4fc44
Show file tree
Hide file tree
Showing 62 changed files with 26 additions and 1,596 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
label: Version
description: Which version of Better Craftables are you using? If it is not listed, please update the pack/mod.
options:
- v1.6.0-beta1
- v1.6.0-beta2
- v1.5.1+mod
- v1.5.1
- v1.4.0+mod
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Recipes in this data pack/mod can be found on the wiki.

| Minecraft Version | Better Craftables Version |
| :--: | :--: |
| 1.21 (24w18a) | [v1.6.0-beta1](https://github.com/TheClassic36/Better-Craftables/releases/tag/v1.6.0-beta1) |
| 1.21 (24w18a - 24w19b) | [v1.6.0-beta2](https://github.com/TheClassic36/Better-Craftables/releases/tag/v1.6.0-beta2) |
| 1.20.5 - 1.20.6 | [v1.5.1](https://github.com/TheClassic36/Better-Craftables/releases/tag/v1.5.1) |
| 1.20.2 - 1.20.4 | [v1.4.0](https://github.com/TheClassic36/Better-Craftables/releases/tag/v1.4.0) |
| 1.20 - 1.20.1 | [v1.3.0](https://github.com/TheClassic36/Better-Craftables/releases/tag/v1.3.0) |
| 1.19.4 | [v1.2.1](https://github.com/TheClassic36/Better-Craftables/releases/tag/v1.2.1) |
| 1.19 - 1.19.3 | [v1.0.0](https://github.com/TheClassic36/Better-Craftables/releases/tag/v1.0.0) |

Other versions can be found [here](https://github.com/TheClassic36/Better-Craftables/wiki/Versions).
Versions for older game updates and snapshots can be found [here](https://github.com/TheClassic36/Better-Craftables/wiki/Versions).

## Support & Feature Requests
Please open any support requests or feature requests on GitHub or on Discord:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"S S",
" S ",
"S S"
"F",
"F"
],
"key": {
"S": {
"item": "minecraft:string"
"F": {
"item": "minecraft:fern"
}
},
"result": {
"id": "minecraft:cobweb",
"id": "minecraft:large_fern",
"count": 1
}
}
16 changes: 16 additions & 0 deletions data/crafting/recipes/tall_grass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"G",
"G"
],
"key": {
"G": {
"item": "minecraft:short_grass"
}
},
"result": {
"id": "minecraft:tall_grass",
"count": 1
}
}
File renamed without changes.
21 changes: 0 additions & 21 deletions mod/LICENSE

This file was deleted.

9 changes: 0 additions & 9 deletions mod/credits.txt

This file was deleted.

15 changes: 0 additions & 15 deletions mod/data/crafting/recipes/amethyst_block_to_shards.json

This file was deleted.

25 changes: 0 additions & 25 deletions mod/data/crafting/recipes/bell.json

This file was deleted.

23 changes: 0 additions & 23 deletions mod/data/crafting/recipes/copper_powered_rails.json

This file was deleted.

17 changes: 0 additions & 17 deletions mod/data/crafting/recipes/deepslate_to_cobbled.json

This file was deleted.

20 changes: 0 additions & 20 deletions mod/data/crafting/recipes/gilded_blackstone.json

This file was deleted.

23 changes: 0 additions & 23 deletions mod/data/crafting/recipes/name_tag.json

This file was deleted.

22 changes: 0 additions & 22 deletions mod/data/crafting/recipes/rooted_dirt.json

This file was deleted.

23 changes: 0 additions & 23 deletions mod/data/crafting/recipes/saddle.json

This file was deleted.

17 changes: 0 additions & 17 deletions mod/data/crafting/recipes/stone_to_cobble.json

This file was deleted.

78 changes: 0 additions & 78 deletions mod/data/minecraft/recipes/armor_stand.json

This file was deleted.

Loading

0 comments on commit 8f4fc44

Please sign in to comment.