New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bedrock-development

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bedrock-development - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

bin/app/item.js

@@ -102,3 +102,3 @@ "use strict";

// texture file
(0, file_manager_1.copyFile)(`${Global.app_root}/src/attachables/attachable.png`, `${Global.project_rp}textures/entity/player/items/${name_obj.shortname}.png`);
(0, file_manager_1.copyFile)(`${Global.app_root}/src/attachables/attachable.png`, `${Global.project_rp}textures/attachables/${name_obj.shortname}.png`);
// modify player.entity.json

@@ -105,0 +105,0 @@ player_entity['minecraft:client_entity']['description']['animations']['ctrl.' + name_obj.shortname] = 'controller.animation.player.custom_items.' + name_obj.shortname;

{
"name": "bedrock-development",
"version": "1.0.4",
"version": "1.0.5",
"description": "APIs for creating and editing files related to Minecraft Bedrock development.",

@@ -13,2 +13,3 @@ "main": "bin/index.js",

"build": "npx tsc -w",
"prepare": "npx tsc",
"clear": "rm ./behavior_packs/** -r && rm ./resource_packs/** -r"

@@ -15,0 +16,0 @@ },

@@ -75,3 +75,3 @@ import * as fs from 'fs';

// texture file
copyFile(`${Global.app_root}/src/attachables/attachable.png`, `${Global.project_rp}textures/entity/player/items/${name_obj.shortname}.png`);
copyFile(`${Global.app_root}/src/attachables/attachable.png`, `${Global.project_rp}textures/attachables/${name_obj.shortname}.png`);

@@ -78,0 +78,0 @@ // modify player.entity.json

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc