Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish committed Aug 19, 2024
1 parent 8e6f016 commit 1e124c9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions src/main/resources/data/fishmc/recipe/shortbow.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 1e124c9

Please sign in to comment.