Skip to content

Commit

Permalink
v2.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheClassic36 committed Jun 19, 2024
1 parent caffae0 commit f052eda
Show file tree
Hide file tree
Showing 22 changed files with 518 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body:
label: Version
description: Which version of Better Craftables are you using? If it's not listed, please update!
options:
- v2.0.0-alpha1
- v1.6.0+mod
- v1.6.0
- v1.5.1+mod
Expand All @@ -39,7 +40,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.15.11 with Fabric API v0.100.1 for Minecraft 1.21"
placeholder: "Example: Fabric Loader v0.15.11 with Fabric API v0.100.3 for Minecraft 1.21"
validations:
required: false
- type: textarea
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,23 @@ Recipes in this data pack/mod can be found on the wiki.

| Minecraft Version | Better Craftables Version |
| :--: | :--: |
| 1.21+ | [v2.0.0-alpha1](https://github.com/TheClassic36/Better-Craftables/releases/tag/v2.0.0-alpha1) |
| 1.21 | [v1.6.0](https://github.com/TheClassic36/Better-Craftables/releases/tag/v1.6.0) |
| 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) |

Versions for older game versions 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:
Please open any support or feature requests [here on GitHub](https://github.com/TheClassic36/Better-Craftables/issues/new/choose) or on Discord:

[![](https://img.shields.io/discord/1107084025442607206?label=Discord&style=for-the-badge&color=5865F2&logo=discord)](https://discord.gg/vZJSDjPcmu)

## Credits
* [Vanilla Tweaks](https://vanillatweaks.net/)
* Nametag recipe
* Craftable Name Tag
* Unpackable Wool
* [HexedHero](https://github.com/TheClassic36/Better-Craftables/issues/1)
* Cobweb recipe suggestion
* Cobweb recipe suggestion
* [babarsc](https://github.com/TheClassic36/Better-Craftables/issues/4)
* Wool to String recipe suggestion
9 changes: 7 additions & 2 deletions credits.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
CREDITS:

Vanilla Tweaks
- Craftable Nametag
- Craftable Name Tag
- Unpackable Wool
https://vanillatweaks.net

HexedHero
- Cobweb recipe suggestion
https://github.com/TheClassic36/Better-Craftables/issues/1
https://github.com/TheClassic36/Better-Craftables/issues/1

babarsc
- Wool to String recipe suggestion
https://github.com/TheClassic36/Better-Craftables/issues/4
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"crafting:amethyst_block_to_shards"
]
},
"criteria": {
"has_amethyst": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:amethyst_block"
}
]
}
},
"has_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "crafting:amethyst_block_to_shards"
}
}
},
"requirements": [
[
"has_amethyst",
"has_recipe"
]
]
}
32 changes: 32 additions & 0 deletions data/crafting/advancement/recipes/misc/bell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"crafting:bell"
]
},
"criteria": {
"has_gold_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gold_block"
}
]
}
},
"has_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "crafting:bell"
}
}
},
"requirements": [
[
"has_gold_block",
"has_recipe"
]
]
}
32 changes: 32 additions & 0 deletions data/crafting/advancement/recipes/misc/copper_powered_rails.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"crafting:copper_powered_rails"
]
},
"criteria": {
"has_copper_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:copper_ingot"
}
]
}
},
"has_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "crafting:copper_powered_rails"
}
}
},
"requirements": [
[
"has_copper_ingot",
"has_recipe"
]
]
}
32 changes: 32 additions & 0 deletions data/crafting/advancement/recipes/misc/deepslate_to_cobbled.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"crafting:deepslate_to_cobbled"
]
},
"criteria": {
"has_deepslate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:deepslate"
}
]
}
},
"has_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "crafting:deepslate_to_cobbled"
}
}
},
"requirements": [
[
"has_deepslate",
"has_recipe"
]
]
}
32 changes: 32 additions & 0 deletions data/crafting/advancement/recipes/misc/gilded_blackstone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"crafting:gilded_blackstone"
]
},
"criteria": {
"has_gold_nugget": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gold_nugget"
}
]
}
},
"has_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "crafting:gilded_blackstone"
}
}
},
"requirements": [
[
"has_gold_nugget",
"has_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"crafting:glowstone_block_to_dust"
]
},
"criteria": {
"has_glowstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glowstone"
}
]
}
},
"has_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "crafting:glowstone_block_to_dust"
}
}
},
"requirements": [
[
"has_glowstone",
"has_recipe"
]
]
}
32 changes: 32 additions & 0 deletions data/crafting/advancement/recipes/misc/large_fern.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"crafting:large_fern"
]
},
"criteria": {
"has_fern": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:fern"
}
]
}
},
"has_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "crafting:large_fern"
}
}
},
"requirements": [
[
"has_fern",
"has_recipe"
]
]
}
37 changes: 37 additions & 0 deletions data/crafting/advancement/recipes/misc/mushroom_blocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"crafting:brown_mushroom_block",
"crafting:red_mushroom_block",
"crafting:mushroom_stem"
]
},
"criteria": {
"has_mushrooms": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_mushroom"
},
{
"item": "minecraft:brown_mushroom"
}
]
}
},
"has_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "crafting:mushroom_stem"
}
}
},
"requirements": [
[
"has_mushrooms",
"has_recipe"
]
]
}
32 changes: 32 additions & 0 deletions data/crafting/advancement/recipes/misc/name_tag.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"crafting:name_tag"
]
},
"criteria": {
"has_paper": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:paper"
}
]
}
},
"has_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "crafting:name_tag"
}
}
},
"requirements": [
[
"has_paper",
"has_recipe"
]
]
}
Loading

0 comments on commit f052eda

Please sign in to comment.