Skip to content

Commit

Permalink
Merge pull request #20 from Adr-hyng/main
Browse files Browse the repository at this point in the history
Updated to support v1.20.5x, and re-modeled axe textures.
  • Loading branch information
Adr-hyng committed Dec 8, 2023
2 parents 93114fa + 89a60b0 commit 215457b
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BP/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.7.0-beta"
"version": "1.8.0-beta"
},
{
"module_name": "@minecraft/server-ui",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div align="center">

![Development - is_in_progress](https://img.shields.io/badge/Development-finished-2ea44f?logo=visualstudiocode&logoColor=blue)
![Version - v1.0.5](https://img.shields.io/badge/Version-v1.0.8-2ea44f?logo=git&logoColor=red)
![Version - v1.0.5](https://img.shields.io/badge/Version-v1.0.9-2ea44f?logo=git&logoColor=red)
[![Twitter - h_YanG_0A](https://img.shields.io/badge/Twitter-Follow_@h__YanG__0A-2ea44f?logo=twitter&logoColor=blue)](https://twitter.com/h_YanG_0A)
[![Support - Donate](https://img.shields.io/badge/Support-Donate-2ea44f?logo=paypal)](https://www.paypal.com/paypalme/DennisAbaigar?country.x=PH&locale.x=en_US)
![Minecraft BE Addon Latest Release](https://img.shields.io/github/v/release/Adr-hyng-OSS/Lumber-Axe?logo=xbox&logoColor=green&label=Minecraft)
Expand Down
Binary file modified RP/textures/items/Lumber Axes/diamond_lumber_axe.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 modified RP/textures/items/Lumber Axes/golden_lumber_axe.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 modified RP/textures/items/Lumber Axes/iron_lumber_axe.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 modified RP/textures/items/Lumber Axes/netherite_lumber_axe.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 modified RP/textures/items/Lumber Axes/stone_lumber_axe.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 modified RP/textures/items/Lumber Axes/wooden_lumber_axe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@minecraft/server": "^1.7.0-beta.1.20.40-stable",
"@minecraft/server": "^1.8.0-beta.1.20.50-stable",
"@minecraft/server-ui": "^1.2.0-beta.1.20.30-preview.25"
}
}
2 changes: 1 addition & 1 deletion setup/mc_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"bp_dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.7.0-beta"
"version": "1.8.0-beta"
},
{
"module_name": "@minecraft/server-ui",
Expand Down
2 changes: 1 addition & 1 deletion tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

addon_name = json.loads(open('setup/mc_manifest.json', 'r').read()).get("header").get("bp_name")
build_pack_name = addon_name[:addon_name.rfind(" BP")]
version_tag = 'v1.20.4x-108'
version_tag = 'v1.20.5x-109'

def handleError(err):
if err: exit(err)
Expand Down

0 comments on commit 215457b

Please sign in to comment.