Skip to content

Commit

Permalink
v2.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheClassic36 committed Jun 21, 2024
1 parent f052eda commit 6d18cc8
Show file tree
Hide file tree
Showing 23 changed files with 249 additions and 463 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's not listed, please update!
options:
- v2.0.0-alpha1
- v2.0.0-alpha2
- v1.6.0+mod
- v1.6.0
- v1.5.1+mod
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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+ | [v2.0.0-alpha2](https://github.com/TheClassic36/Better-Craftables/releases/tag/v2.0.0-alpha2) |
| 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) |
Expand All @@ -37,7 +37,5 @@ Please open any support or feature requests [here on GitHub](https://github.com/
* [Vanilla Tweaks](https://vanillatweaks.net/)
* Craftable Name Tag
* Unpackable Wool
* [HexedHero](https://github.com/TheClassic36/Better-Craftables/issues/1)
* Cobweb recipe suggestion
* [babarsc](https://github.com/TheClassic36/Better-Craftables/issues/4)
* Wool to String recipe suggestion

Other contributors can be found [here](https://github.com/TheClassic36/Better-Craftables/wiki/Credits).
12 changes: 9 additions & 3 deletions credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ Vanilla Tweaks
- Unpackable Wool
https://vanillatweaks.net

ACCEPTED SUGGESTIONS:

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

babarsc
- Wool to String recipe suggestion
https://github.com/TheClassic36/Better-Craftables/issues/4
- Wool to String recipe
https://github.com/TheClassic36/Better-Craftables/issues/4

vgtom4
- Honey Bottle in Sticky Piston recipe
https://github.com/TheClassic36/Better-Craftables/issues/6
15 changes: 15 additions & 0 deletions data/crafting/tags/item/alternate_stones.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"replace": false,
"values": [
"minecraft:blackstone",
"minecraft:cobbled_deepslate",
"minecraft:andesite",
"minecraft:granite",
"minecraft:diorite",
"minecraft:deepslate",
"minecraft:cobblestone",
"minecraft:stone",
"minecraft:tuff",
"minecraft:dripstone_block"
]
}
9 changes: 9 additions & 0 deletions data/minecraft/recipe/armor_stand.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@
},
{
"item": "minecraft:polished_blackstone_brick_slab"
},
{
"item": "minecraft:tuff_slab"
},
{
"item": "minecraft:polished_tuff_slab"
},
{
"item": "minecraft:tuff_brick_slab"
}
],
"/": [
Expand Down
54 changes: 9 additions & 45 deletions data/minecraft/recipe/blast_furnace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,15 @@
"###"
],
"key": {
"#": [
{
"item": "minecraft:smooth_stone"
},
{
"item": "minecraft:blackstone"
},
{
"item": "minecraft:cobbled_deepslate"
},
{
"item": "minecraft:andesite"
},
{
"item": "minecraft:granite"
},
{
"item": "minecraft:diorite"
},
{
"item": "minecraft:deepslate"
},
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:stone"
},
{
"item": "minecraft:tuff"
},
{
"item": "minecraft:dripstone_block"
}
],
"I": [
{
"item": "minecraft:iron_ingot"
}
],
"F": [
{
"item": "minecraft:furnace"
}
]
"#": {
"tag": "crafting:alternate_stones"
},
"I": {
"item": "minecraft:iron_ingot"
},
"F": {
"item": "minecraft:furnace"
}
},
"result": {
"id": "minecraft:blast_furnace",
Expand Down
37 changes: 4 additions & 33 deletions data/minecraft/recipe/brewing_stand.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,11 @@
],
"key": {
"/": {
"item": "minecraft:blaze_rod"
"item": "minecraft:blaze_rod"
},
"#": [
{
"item": "minecraft:blackstone"
},
{
"item": "minecraft:cobbled_deepslate"
},
{
"item": "minecraft:andesite"
},
{
"item": "minecraft:granite"
},
{
"item": "minecraft:diorite"
},
{
"item": "minecraft:deepslate"
},
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:stone"
},
{
"item": "minecraft:tuff"
},
{
"item": "minecraft:dripstone_block"
}
]
"#": {
"tag": "crafting:alternate_stones"
}
},
"result": {
"id": "minecraft:brewing_stand",
Expand Down
52 changes: 52 additions & 0 deletions data/minecraft/recipe/comparator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"TQT",
"###"
],
"key": {
"#": [
{
"item": "minecraft:blackstone"
},
{
"item": "minecraft:cobbled_deepslate"
},
{
"item": "minecraft:andesite"
},
{
"item": "minecraft:granite"
},
{
"item": "minecraft:diorite"
},
{
"item": "minecraft:deepslate"
},
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:stone"
},
{
"item": "minecraft:tuff"
},
{
"item": "minecraft:dripstone_block"
}
],
"T": {
"item": "minecraft:redstone_torch"
},
"Q": {
"item": "minecraft:quartz"
}
},
"result": {
"id": "minecraft:comparator",
"count": 1
}
}
51 changes: 9 additions & 42 deletions data/minecraft/recipe/dispenser.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,15 @@
"#R#"
],
"key": {
"#": [
{
"item": "minecraft:blackstone"
},
{
"item": "minecraft:cobbled_deepslate"
},
{
"item": "minecraft:andesite"
},
{
"item": "minecraft:granite"
},
{
"item": "minecraft:diorite"
},
{
"item": "minecraft:deepslate"
},
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:stone"
},
{
"item": "minecraft:tuff"
},
{
"item": "minecraft:dripstone_block"
}
],
"B": [
{
"item": "minecraft:bow"
}
],
"R": [
{
"item": "minecraft:redstone"
}
]
"#": {
"tag": "crafting:alternate_stones"
},
"B": {
"item": "minecraft:bow"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"id": "minecraft:dispenser",
Expand Down
37 changes: 4 additions & 33 deletions data/minecraft/recipe/dropper.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,11 @@
"#R#"
],
"key": {
"#": [
{
"item": "minecraft:blackstone"
},
{
"item": "minecraft:cobbled_deepslate"
},
{
"item": "minecraft:andesite"
},
{
"item": "minecraft:granite"
},
{
"item": "minecraft:diorite"
},
{
"item": "minecraft:deepslate"
},
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:stone"
},
{
"item": "minecraft:tuff"
},
{
"item": "minecraft:dripstone_block"
}
],
"#": {
"tag": "crafting:alternate_stones"
},
"R": {
"item": "minecraft:redstone"
"item": "minecraft:redstone"
}
},
"result": {
Expand Down
35 changes: 3 additions & 32 deletions data/minecraft/recipe/furnace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,9 @@
"###"
],
"key": {
"#": [
{
"item": "minecraft:blackstone"
},
{
"item": "minecraft:cobbled_deepslate"
},
{
"item": "minecraft:andesite"
},
{
"item": "minecraft:granite"
},
{
"item": "minecraft:diorite"
},
{
"item": "minecraft:deepslate"
},
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:stone"
},
{
"item": "minecraft:tuff"
},
{
"item": "minecraft:dripstone_block"
}
]
"#": {
"tag": "crafting:alternate_stones"
}
},
"result": {
"id": "minecraft:furnace",
Expand Down
Loading

0 comments on commit 6d18cc8

Please sign in to comment.