Skip to content

Commit

Permalink
7.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Mar 29, 2024
1 parent d4891b8 commit 31d5d2d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions client/package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "blockception-minecraft-client",
"version": "7.0.33",
"version": "7.0.34",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "blockception-minecraft-client",
"version": "7.0.33",
"version": "7.0.34",
"license": "BSD-3-Clause",
"dependencies": {
"bc-minecraft-bedrock-project": "^1.19.50-1",
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "blockception-minecraft-client",
"private": true,
"publisher": "BlockceptionLtd",
"version": "7.0.33",
"version": "7.0.34",
"author": {
"name": "Blockception Ltd",
"url": "https://www.blockception.com/"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "blockceptionvscodeminecraftbedrockdevelopmentextension",
"version": "7.0.33",
"version": "7.0.34",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "blockceptionvscodeminecraftbedrockdevelopmentextension",
"version": "7.0.33",
"version": "7.0.34",
"license": "BSD-3-Clause",
"workspaces": [
"client",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"client": {
"name": "blockception-minecraft-client",
"version": "7.0.33",
"version": "7.0.34",
"license": "BSD-3-Clause",
"dependencies": {
"@blockception/shared": "^0.0.1",
Expand Down Expand Up @@ -4320,7 +4320,7 @@
},
"server": {
"name": "blockception-minecraft-server",
"version": "7.0.33",
"version": "7.0.34",
"license": "BSD-3-Clause",
"dependencies": {
"@blockception/shared": "^0.0.1",
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "./client/out/extension.js",
"name": "blockceptionvscodeminecraftbedrockdevelopmentextension",
"publisher": "BlockceptionLtd",
"version": "7.0.33",
"version": "7.0.34",
"pricing": "Free",
"workspaces": [
"client",
Expand Down Expand Up @@ -591,7 +591,11 @@
"url": "./minecraft-bedrock-schemas/resource/attachables/attachables.json"
},
{
"fileMatch": ["block_culling/*.{json,jsonc,json5}", "block_culling/**/*.{json,jsonc,json5}", "*.{cull}.{json,jsonc,json5}"],
"fileMatch": [
"block_culling/*.{json,jsonc,json5}",
"block_culling/**/*.{json,jsonc,json5}",
"*.{cull}.{json,jsonc,json5}"
],
"url": "./minecraft-bedrock-schemas/resource/block_culling/block_culling.json"
},
{
Expand Down

0 comments on commit 31d5d2d

Please sign in to comment.