diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 74928e9..f97fa3e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@mcbe-mods/utils': specifier: ^0.0.4 diff --git a/src/behavior_pack/texts/en_US.lang b/src/behavior_pack/texts/en_US.lang index e697d39..d072784 100644 --- a/src/behavior_pack/texts/en_US.lang +++ b/src/behavior_pack/texts/en_US.lang @@ -1,2 +1,2 @@ pack.name=Serendipity v1.0.0 -pack.description=When you break a block, there is a 1% chance to randomly drop an item from the game. \ No newline at end of file +pack.description=When you break a block, there is a 1/100 chance to randomly drop an item from the game. \ No newline at end of file diff --git a/src/behavior_pack/texts/zh_CN.lang b/src/behavior_pack/texts/zh_CN.lang index c1272fa..1a3a83c 100644 --- a/src/behavior_pack/texts/zh_CN.lang +++ b/src/behavior_pack/texts/zh_CN.lang @@ -1,2 +1,2 @@ pack.name=意外发现 v1.0.0 -pack.description=打碎方块时,有 1% 的几率随机掉落游戏中的物品。 \ No newline at end of file +pack.description=打碎方块时,有 1/100 的几率随机掉落游戏中的物品。 \ No newline at end of file