Skip to content

Commit

Permalink
Merge pull request #30 from ModMaker101/development
Browse files Browse the repository at this point in the history
katana and beta apis
  • Loading branch information
ModMaker101 authored Jul 13, 2024
2 parents 419d8e8 + 10bac64 commit 375b839
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "0.3.0",
"configurations": [
{
"type": "minecraft-js",
"request": "attach",
"name": "Wait for Minecraft Debug Connections",
"mode": "listen",
"localRoot": "${workspaceFolder}/",
"port": 19144
}
]
}

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Naruto-Bedrock
![Latest Stable Release](https://badgen.net/github/release/modmaker101/minecraft-bedrock-naruto/stable)
![Latest Release](https://badgen.net/github/release/modmaker101/minecraft-bedrock-naruto)
![Latest Stable Release](https://badgen.net/github/release/modmaker101/minecraft-bedrock-naruto/stable)
![issues](https://badgen.net/github/open-issues/modmaker101/minecraft-bedrock-naruto) ![License](https://badgen.net/badge/license/BSL/blue) ![branches](https://badgen.net/github/branches/modmaker101/minecraft-bedrock-naruto) ![pr's](https://badgen.net/github/merged-prs/modmaker101/minecraft-bedrock-naruto)

# Check This Out
Expand Down
Binary file renamed nResource.mcaddon → nBehavior.mcaddon
Binary file not shown.
2 changes: 1 addition & 1 deletion nBehavior/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"module_name": "@minecraft/server",
"version": "1.11.0-beta"
"version": "1.12.0-beta"
}
]
}
13 changes: 0 additions & 13 deletions nBehavior/scripts/serverSide/server.say.js

This file was deleted.

Binary file removed nResource/textures/items/weapons/katana - Copy.png
Binary file not shown.
Binary file modified nResource/textures/items/weapons/katana.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 nResource/textures/items/weapons/katanaog.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 375b839

Please sign in to comment.