2.1.2 • Published 2 years ago

@veraa/minecraft-data v2.1.2

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
2 years ago

MINECRAFT DATA

An NPM module that includes a library on all possible aspects of Minecraft, for public use and constantly updated. Some of the options are: mobs, enchantments, effects, structures, biomes...

presetation_image

THANKS TO...

List of the people who helped making this module:

Thanks to all of them, for making this possible!

STARTING

1- First of all, you need to install the package, like this:

npm i @veraa/minecraft-data

2- Import in your code the object constructor:

const MinecraftData = require("@veraa/minecraft-data");

3- The use of the constructor is this one:

const variable = new MinecraftData("language").function(anotherVariable);
  • "language" goes for the language you want to use: available ones are en (english), es (spanish) and fr (french)
  • .function() is the function you are looking for (for different functions, look at the docs, links below)
  • anotherVariable goes (if needed) for another variable (for example, if you need to look up after a mob through a name)

DOCUMENTATION:

CONTACT:

You need help? Join our Discord server\ You want to help us? Contact us through contact.vera0011@gmail.com

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.0.2

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago