1.1.6 • Published 3 years ago

mc-uta v1.1.6

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

Installation

This plugin requires npm to install: npm install -g mc-uta

Preview

npm.io

Features

  • Discover nearby note blocks and determine sound & pitch
  • Import MIDI files and play them in-game using note blocks
  • Automatically tune note blocks based on MIDI key range

Example

ES6:

import { mc_uta } from 'mc-uta';
import * as mineflayer from 'mineflayer';

let bot = mineflayer.createbot({
username: "robo",
});

let uta = mc_uta.plugin(bot);

bot.once('login', () => 
setTimeout(() => {
let note_blocks = uta.retreiveNearbyNoteBlocks();
uta.playMidi('midi/teddybear.mid', note_blocks);
}, 5 * 1000));

Usage

  • Coming soon!
1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago