Socket
Socket
Sign inDemoInstall

minecraft-data

Package Overview
Dependencies
Maintainers
1
Versions
303
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.63.0 to 3.64.0

minecraft-data/data/pc/1.10.2/sounds.json

4

doc/history.md
# History
## 3.64.0
* update `minecraft-data`
## 3.63.0

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

@@ -807,2 +807,16 @@ declare namespace MinecraftData {

type Sounds = Sound[];
interface Sound {
/**
* The unique identifier for a sound
*/
id: number;
/**
* The name of a sound
*/
name: string;
}
interface Tints {

@@ -1104,2 +1118,5 @@ grass?: {

"resourcePackUsesHash": boolean;
/** `1.20.3 - latest`
* resource pack uses UUID identification */
"resourcePackUsesUUID": boolean;
/** `1.8 - 1.10.2`

@@ -1106,0 +1123,0 @@ * max chars in chat */

72

minecraft-data/data/dataPaths.json

@@ -153,3 +153,4 @@ {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.7"
"mapIcons": "pc/1.7",
"sounds": "pc/1.9.4"
},

@@ -259,3 +260,4 @@ "16w20a": {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.7"
"mapIcons": "pc/1.7",
"sounds": "pc/1.10.2"
},

@@ -325,3 +327,4 @@ "16w35a": {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.11"
"mapIcons": "pc/1.11",
"sounds": "pc/1.11.2"
},

@@ -452,3 +455,4 @@ "17w15a": {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.11"
"mapIcons": "pc/1.11",
"sounds": "pc/1.12.2"
},

@@ -582,3 +586,4 @@ "17w50a": {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.13"
"mapIcons": "pc/1.13",
"sounds": "pc/1.13.2"
},

@@ -607,3 +612,4 @@ "1.14": {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.13"
"mapIcons": "pc/1.13",
"sounds": "pc/1.14"
},

@@ -680,3 +686,4 @@ "1.14.1": {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.13"
"mapIcons": "pc/1.13",
"sounds": "pc/1.14.4"
},

@@ -705,3 +712,4 @@ "1.15": {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.13"
"mapIcons": "pc/1.13",
"sounds": "pc/1.15"
},

@@ -754,3 +762,4 @@ "1.15.1": {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.13"
"mapIcons": "pc/1.13",
"sounds": "pc/1.15.2"
},

@@ -849,3 +858,4 @@ "20w13b": {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.16"
},

@@ -972,3 +982,4 @@ "1.16.1": {

"tints": "pc/1.16.2",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.16"
},

@@ -1021,3 +1032,4 @@ "21w07a": {

"tints": "pc/1.17",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.17"
},

@@ -1046,3 +1058,4 @@ "1.17.1": {

"tints": "pc/1.17",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.17"
},

@@ -1071,3 +1084,4 @@ "1.18": {

"tints": "pc/1.17",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.18"
},

@@ -1120,3 +1134,4 @@ "1.18.1": {

"tints": "pc/1.17",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.18"
},

@@ -1145,3 +1160,4 @@ "1.19": {

"tints": "pc/1.19",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.19"
},

@@ -1170,3 +1186,4 @@ "1.19.2": {

"tints": "pc/1.19.2",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.19.2"
},

@@ -1219,3 +1236,4 @@ "1.19.3": {

"tints": "pc/1.19.4",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.19.2"
},

@@ -1244,3 +1262,4 @@ "1.20": {

"tints": "pc/1.20",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.20.1"
},

@@ -1269,3 +1288,4 @@ "1.20.1": {

"tints": "pc/1.20",
"mapIcons": "pc/1.16"
"mapIcons": "pc/1.16",
"sounds": "pc/1.20.1"
},

@@ -1295,3 +1315,4 @@ "1.20.2": {

"mapIcons": "pc/1.20.2",
"commands": "pc/1.20.2"
"commands": "pc/1.20.2",
"sounds": "pc/1.20.2"
},

@@ -1318,3 +1339,3 @@ "1.20.3": {

"entityLoot": "pc/1.20",
"loginPacket": "pc/1.19.2",
"loginPacket": "pc/1.20.2",
"tints": "pc/1.20.2",

@@ -1344,6 +1365,7 @@ "mapIcons": "pc/1.20.2",

"entityLoot": "pc/1.20",
"loginPacket": "pc/1.19.2",
"loginPacket": "pc/1.20.2",
"tints": "pc/1.20.2",
"mapIcons": "pc/1.20.2",
"commands": "pc/1.20.3"
"commands": "pc/1.20.3",
"sounds": "pc/1.20.4"
}

@@ -2020,2 +2042,2 @@ },

}
}
}

@@ -362,2 +362,7 @@ [

{
"name": "resourcePackUsesUUID",
"description": "resource pack uses UUID identification",
"versions": ["1.20.3", "latest"]
},
{
"name": "lessCharsInChat",

@@ -364,0 +369,0 @@ "description": "max chars in chat",

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

| loginPacket.json | Yes | Running tests on [node-minecraft-protocol][10] |
| sounds.json | Yes | Use [minecraft-data-generator-server][2] |
| sounds.json | Yes | Use [minecraft-data-generator-server][2] | Make sure to check the packets that use this and the friendlybytebuffer functions to check if an offset is needed in the generator code.

@@ -30,0 +30,0 @@

@@ -0,1 +1,8 @@

## 3.64.0
* [Fixed 1.20.3 and 1.20.4 loginPacket version was set incorrectly on data/dataPaths.json (#853)](https://github.com/PrismarineJS/minecraft-data/commit/73679065860242acb6b8bf2692718700a1bd5c37) (thanks @n-qber)
* [Added a resource pack UUID feature that 1.20.3 and later versions use. (#854)](https://github.com/PrismarineJS/minecraft-data/commit/90d6ddac514232e2b609ad6f71012d052210a833) (thanks @TerminalCalamitas)
* [Add sounds files for majority of versions. (#839)](https://github.com/PrismarineJS/minecraft-data/commit/d9f4a0654fa980423ba4f182e443df15e70d018e) (thanks @wgaylord)
* [Create ARCHITECTURE.md (#856)](https://github.com/PrismarineJS/minecraft-data/commit/03107f89d1d70df42f568fc4a2da33af48404d38) (thanks @extremeheat)
* [Add 24w11a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/fe8ed241a4b141ed1fae58dd361597c9ee4581d9) (thanks @github-actions[bot])
## 3.63.0

@@ -2,0 +9,0 @@ * [Add bedrock 1.20.71 protocol data (#858)](https://github.com/PrismarineJS/minecraft-data/commit/fc0aac53acb683cba83f3d692cbf053094f49108) (thanks @extremeheat)

@@ -60,2 +60,3 @@ # minecraft-data

| Features | This can be used to check is a specific feature is available in the current Minecraft version. This is usually only required for handling version-specific functionality.
| Sounds | For versions that use a sound id over the network (1.9+) this provides mappings between network sound id and sound name.

@@ -62,0 +63,0 @@ See more information about this data in the [documentation](http://prismarinejs.github.io/minecraft-data/)

@@ -14,3 +14,3 @@ /* eslint-env mocha */

const data = ['attributes', 'biomes', 'commands', 'instruments', 'items', 'materials', 'blocks', 'blockCollisionShapes', 'recipes', 'windows', 'entities', 'protocol', 'version', 'effects', 'enchantments', 'language', 'foods', 'particles', 'blockLoot', 'entityLoot', 'mapIcons', 'tints', 'blockMappings']
const data = ['attributes', 'biomes', 'commands', 'instruments', 'items', 'materials', 'blocks', 'blockCollisionShapes', 'recipes', 'windows', 'entities', 'protocol', 'version', 'effects', 'enchantments', 'language', 'foods', 'particles', 'blockLoot', 'entityLoot', 'mapIcons', 'tints', 'blockMappings', 'sounds']

@@ -17,0 +17,0 @@ require('./version_iterator')(function (p, versionString) {

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

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

"standard": "^17.0.0",
"typescript": "~5.3.3"
"typescript": "~5.4.2"
},
"dependencies": {}
}

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