Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

minecraft-data

Package Overview
Dependencies
Maintainers
1
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minecraft-data - npm Package Compare versions

Comparing version 3.55.0 to 3.56.0

4

doc/history.md
# History
## 3.56.0
* update `minecraft-data`
## 3.55.0

@@ -4,0 +8,0 @@

@@ -1324,2 +1324,6 @@ declare namespace MinecraftData {

type: 'pc' | 'bedrock'
version?: number
dataVersion?: number
majorVersion?: string
minecraftVersion?: string
}

@@ -1509,3 +1513,3 @@

const versions: {
[key in keyof SupportedVersions]: Version[]
[key in keyof SupportedVersions]: ProtocolVersions
}

@@ -1512,0 +1516,0 @@ const versionsByMinecraftVersion: VersionSet

2

minecraft-data/doc/add-data-new-version.md

@@ -10,3 +10,3 @@ # How to add data for a new version ?

| items.json | Yes | Use [Burger][1], then use [burger-extractor][2], then use [turbo-invention][6] |
| entities.json | Yes | Use [Burger][1], then use [burger-extractor][2] |
| entities.json | Yes | Use [mcdata-generator][20] and run `extractPcEntityMetadata.js` script in tools/js to generate entity metadata in entities.json and protocol.json |
| recipes.json | Yes | Use [Burger][1], then use [burger-extractor][2] | should eventually be changed to native data generators |

@@ -13,0 +13,0 @@ | blockCollisionShapes.json | Yes | Use [McDataExtracting][4] |

@@ -0,1 +1,5 @@

## 3.56.0
* [Fix 1.20.2 and 1.20.3 metadata keys (#818)](https://github.com/PrismarineJS/minecraft-data/commit/7c65e2640ef7efad691ee9cbd22377c655e44c40) (thanks @wgaylord)
* [node 18 (#709)](https://github.com/PrismarineJS/minecraft-data/commit/4360b8461f655b943271d8101660dfb544c477f9) (thanks @rom1504)
## 3.55.0

@@ -2,0 +6,0 @@ * [Add missing seed field in 1.19 based on minecraft packet tests](https://github.com/PrismarineJS/minecraft-data/commit/5f9995a821311c9ac926a208f957bd76a468fe55) (thanks @rom1504)

{
"name": "minecraft-data",
"version": "3.55.0",
"version": "3.56.0",
"description": "Provide easy access to minecraft data in node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,2 +13,6 @@ export interface Version {

type: 'pc' | 'bedrock'
version?: number
dataVersion?: number
majorVersion?: string
minecraftVersion?: string
}

@@ -198,3 +202,3 @@

const versions: {
[key in keyof SupportedVersions]: Version[]
[key in keyof SupportedVersions]: ProtocolVersions
}

@@ -201,0 +205,0 @@ const versionsByMinecraftVersion: VersionSet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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