TreeCapitator Data Pack for Minecraft
Build for development:
(be sure to have npm installed)
- Open a terminal in this repository.
- First of all, make sure to run
npm i
to install dependencies. - Edit
watch-changes.js
. ChangedatapacksFolder
variable to your world's datapack folder. - Finally, run
npm start
to sync repository files to your Minecraft world. Any changes made will automatically be updated :D