Skip to content

Commit

Permalink
Recipes for Terrestria/Create
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Jul 4, 2024
1 parent b1e22ea commit a31a123
Show file tree
Hide file tree
Showing 18 changed files with 212 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
run: |
echo "$(jsonxf -s '{"main_menu":{"bottom_left":[{"text":"${{ steps.get_pack_name.outputs.value }} ${{ steps.set_pack_version.outputs.value }}","clickEvent":{"action":"open_url","value":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}}]}}')" > config/isxander-main-menu-credits.json
- name: Export datapack
run: zip -r cobble-creations-tweaks custom/datapacks/cobble-creations-tweaks/ && mv cobble-creations-tweaks.zip datapacks/

- name: Refresh and build .mrpack
run: packwiz refresh && packwiz mr export

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
run: |
echo "$(jsonxf -s '{"main_menu":{"bottom_left":[{"text":"${{ steps.get_pack_name.outputs.value }} v${{ github.event.inputs.version }}","clickEvent":{"action":"open_url","value":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}}]}}')" > config/isxander-main-menu-credits.json
- name: Export datapack
run: zip -r cobble-creations-tweaks custom/datapacks/cobble-creations-tweaks/ && mv cobble-creations-tweaks.zip datapacks/

- name: Refresh and build .mrpack
run: packwiz refresh && packwiz mr export

Expand Down
5 changes: 4 additions & 1 deletion .packwizignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# exclude exported curseforge/modrinth packs
# exclude exported curseforge/modrinth packs (only at root)
*.zip
*.mrpack

Expand All @@ -9,3 +9,6 @@ project_files

# exclude larger asset files
assets

# dev files for custom styff
custom
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:cypress_log"
}
],
"results": [
{
"item": "terrestria:stripped_cypress_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:cypress_quarter_log"
}
],
"results": [
{
"item": "terrestria:stripped_cypress_quarter_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:hemlock_log"
}
],
"results": [
{
"item": "terrestria:stripped_hemlock_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:hemlock_quarter_log"
}
],
"results": [
{
"item": "terrestria:stripped_hemlock_quarter_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:japanese_maple_log"
}
],
"results": [
{
"item": "terrestria:stripped_japanese_maple_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:rainbow_eucalyptus_log"
}
],
"results": [
{
"item": "terrestria:stripped_rainbow_eucalyptus_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:rainbow_eucalyptus_quarter_log"
}
],
"results": [
{
"item": "terrestria:stripped_rainbow_eucalyptus_quarter_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:redwood_log"
}
],
"results": [
{
"item": "terrestria:stripped_redwood_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:redwood_quarter_log"
}
],
"results": [
{
"item": "terrestria:stripped_redwood_quarter_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:rubber_log"
}
],
"results": [
{
"item": "terrestria:stripped_rubber_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:sakura_log"
}
],
"results": [
{
"item": "terrestria:stripped_sakura_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:small_oak_log"
}
],
"results": [
{
"item": "terrestria:stripped_small_oak_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:willow_log"
}
],
"results": [
{
"item": "terrestria:stripped_willow_log",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "terrestria:yucca_log"
}
],
"results": [
{
"item": "terrestria:stripped_yucca_log",
"count": 1
}
]
}
6 changes: 6 additions & 0 deletions custom/datapacks/cobble-creations-tweaks/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"description": "Cobble Creations Tweaks",
"pack_format": 15
}
}

0 comments on commit a31a123

Please sign in to comment.