minecraft-data
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -17,1 +17,3 @@ # API | ||
## minecraft-data.biomes | ||
## minecraft-data.entities |
@@ -0,1 +1,4 @@ | ||
## 0.2.1 | ||
* entities is now in the API | ||
## 0.2.0 | ||
@@ -2,0 +5,0 @@ * update blocks, entities, items and recipes enums with new wiki extractors |
@@ -7,3 +7,4 @@ module.exports = { | ||
instruments: require('./enums/instruments'), | ||
materials: require('./enums/materials') | ||
materials: require('./enums/materials'), | ||
entities: require('./enums/entities') | ||
}; |
{ | ||
"name": "minecraft-data", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "provide minecraft data for minecraft clients, servers and libraries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
36412
0
692685