Skip to content

Commit

Permalink
icon and amethst buds
Browse files Browse the repository at this point in the history
- create icon
- Craftable amethyst buds and clusters
  • Loading branch information
danlivingston committed May 22, 2023
1 parent cd6a958 commit 3e5c1a4
Show file tree
Hide file tree
Showing 16 changed files with 142 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
regex: false

- name: Create Archive
run: zip -r LoopsRecipes.zip pack.mcmeta pack.png data/
run: zip -r LoopsRecipes.zip pack.mcmeta images/icon/pack.png data/

- name: Create Release
id: create_release
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ Added:
Added:

- Craft hoppers using barrels instead of chests

## v1.9

Added:

- Craftable amethyst buds and clusters
22 changes: 18 additions & 4 deletions RECIPES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,29 @@

### Craftables

#### Craftable saddle
#### Amethyst buds and clusters

> :twisted_rightwards_arrows: Shapeless recipe
![Craftable small amethyst bud](images/crafting_table/craftables/small_amethyst_bud.png)

![Craftable medium amethyst bud](images/crafting_table/craftables/medium_amethyst_bud.png)

![Craftable large amethyst bud](images/crafting_table/craftables/large_amethyst_bud.png)

![Craftable amethyst cluster](images/crafting_table/craftables/amethyst_cluster.png)

#### Saddle

<!-- TODO: Create image -->
![Craftable saddle](images/crafting_table/craftables/saddle.png)

#### Craftable hoppers using barrels
#### Hoppers using barrels

<!-- TODO: Create image -->
![Craftable hoppers using barrels](images/crafting_table/craftables/hopper.png)

#### Craftable Smooth Stone
#### Smooth Stone

<!-- TODO: Create image -->
![Craftable Smooth Stone](images/crafting_table/craftables/smooth_stone.png)
Expand All @@ -25,7 +37,9 @@

![Amethyst block to amethyst shards](images/crafting_table/unpackables/amethyst_shard.png)

#### Glowstone block to glowstone dust ![Glowstone block to glowstone dust](images/crafting_table/unpackables/glowstone_dust.png)
#### Glowstone block to glowstone dust

![Glowstone block to glowstone dust](images/crafting_table/unpackables/glowstone_dust.png)

### Converters

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_amethyst_shard": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:amethyst_shard"
}
]
}
},
"has_amethyst_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:amethyst_block"
}
]
}
}
},
"requirements": [
[
"has_amethyst_shard",
"has_amethyst_block"
]
],
"rewards": {
"recipes": [
"craftables:small_amethyst_bud",
"craftables:medium_amethyst_bud",
"craftables:large_amethyst_bud",
"craftables:amethyst_cluster"
]
}
}
24 changes: 24 additions & 0 deletions data/craftables/recipes/amethyst_cluster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shapeless",
"result": {
"item": "minecraft:amethyst_cluster",
"count": 1
},
"ingredients": [
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:amethyst_block"
}
]
}
21 changes: 21 additions & 0 deletions data/craftables/recipes/large_amethyst_bud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"result": {
"item": "minecraft:large_amethyst_bud",
"count": 1
},
"ingredients": [
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:amethyst_block"
}
]
}
18 changes: 18 additions & 0 deletions data/craftables/recipes/medium_amethyst_bud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"result": {
"item": "minecraft:medium_amethyst_bud",
"count": 1
},
"ingredients": [
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:amethyst_block"
}
]
}
15 changes: 15 additions & 0 deletions data/craftables/recipes/small_amethyst_bud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"result": {
"item": "minecraft:small_amethyst_bud",
"count": 1
},
"ingredients": [
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:amethyst_block"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/crafting_table/craftables/hopper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon/icon.afdesign
Binary file not shown.
Binary file added images/icon/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icon/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3e5c1a4

Please sign in to comment.