0.1.11 • Published 4 years ago

mfcpack v0.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

mfcpack

mfcpack is a packer that can compile TS files into mcfunction files for minecraft.

mfc-demo

install

Install with npm:

npm install --save-dev mfcpack

Install with yarn:

yarn add mfcpack --dev

Introduction

mfcpack is a packer that can compile TS files into mcfunction files for minecraft. Its main purpose is to convert JavaScript files into mcfunction files and output any static resources or assets. This doesn't mean it's a compiler, it's just converting JavaScript output into mcfunction files

Get started

Make sure your file directory like this

| /
|-src
     |-datapack/   -> convert .ts into .mcfunction 
     |-assets/     -> copy files

other

Also, you can clone this repository. https://github.com/hans000/mfcpack-demo

0.1.10

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago