1.0.0 • Published 3 years ago

mc8 v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this?

mc8 is javsascript node module that can make datapacks and texturepacks for custom blocks!

Installation

npm i mc8 --save

Then...

import { mc8 } from 'mc8';

mc8(<type>).args


// Create New Block //

mc8('block').create({
  saveFunction: 'path-to-datapack',
  textures: 'path-to-texture-for-block',
  name: 'name-of-block',
  baseBlock: 'minecraft:name-of-base-block'
})

Options

mc8 supports many different blocks, they have to be spelled correctly thought,

  • baseBlock - minecraft:diamond_block | dirt | stone (Any block)
1.0.0

3 years ago