From 1e124c966243ce68c948e819afe5d39e960a64f6 Mon Sep 17 00:00:00 2001 From: IntelliFish123 Date: Mon, 19 Aug 2024 21:16:50 +0300 Subject: [PATCH] release --- .github/workflows/1.yml | 4 ++-- gradle.properties | 2 +- .../data/fishmc/recipe/shortbow.json | 20 +++++++++++++++++++ 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 src/main/resources/data/fishmc/recipe/shortbow.json diff --git a/.github/workflows/1.yml b/.github/workflows/1.yml index 2f6bea7..35b71ec 100644 --- a/.github/workflows/1.yml +++ b/.github/workflows/1.yml @@ -5,8 +5,8 @@ on: [ workflow_dispatch ] env: MINECRAFT_VERSION: 1.21 JAVA_VERSION: 21 - VERSION: 1.7.0.0+1.21.1 - RELEASE_NAME: v1.7.0.0+1.21.1 + VERSION: 2.0.0.0+1.21.1 + RELEASE_NAME: v2.0.0.0+1.21.1 MODRINTH_TOKEN: ${{ secrets.RINTHMOD }} permissions: diff --git a/gradle.properties b/gradle.properties index bbf889e..8cc3bd8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.21+build.9 loader_version=0.16.2 # Mod Properties -mod_version=1.7.0.0+1.21.1 +mod_version=2.0.0.0+1.21.1 maven_group=ro.fishmc archives_base_name=fishmc ranged_weapon_api_version=2.0.0+1.21 diff --git a/src/main/resources/data/fishmc/recipe/shortbow.json b/src/main/resources/data/fishmc/recipe/shortbow.json new file mode 100644 index 0000000..f854a1e --- /dev/null +++ b/src/main/resources/data/fishmc/recipe/shortbow.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "#S", + "# " + ], + "key": { + "#": { + "item": "minecraft:oak_planks" + }, + "S": { + "item": "minecraft:string" + } + }, + "result": { + "id": "fishmc:shortbow", + "count": 1 + } +} \ No newline at end of file