@veraa/minecraft-data
Version:
A Minecraft NPM module who integrates all the stuff from Minecraft
34 lines (30 loc) • 844 B
Markdown
# **FUNCIONAMIENTO DEL MÓDULO:**
El módulo tiene varias funciones, con diferentes categorías:
## __**BUSCAR**:__
- search: Busca por **nombre** cualquier cosa del módulo (mobs, estructuras, etc);
```js
const result = new MinecraftData("es").search(name);
```
## __**ALEATORIO:**__
- getRandom: Busca **aleatoriamente** cualquier cosa del módulo (mobs, estructuras, etc);
```js
const result = new MinecraftData("es").getRandom(name);
```
## **OBJETIVOS:**
- [ ] Biomas
- [x] Pociones
- [ ] Construcción
- [x] Combate
- [ ] Decoración
- [x] Efectos
- [x] Alimentación
- [ ] Objetos varios
- [x] Mobs
- [x] Redstone
- [x] Estructuras
- [x] Herramientas
- [x] Transporte
# ¿Necesitas más ayuda? ¡Contáctanos!
- Contacto:
- Correo Electrónico: contact.vera0011@gmail.com
- Discord tag: Vera#0011