Skip to content

A tool to update the pack_format of Minecraft resource packs and data packs.

License

Notifications You must be signed in to change notification settings

Beatso/PackUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tool to update the pack_format of Minecraft resource packs and data packs

Technologies Used

Contributions

Contribution Accepted
Issues (bug reports)
Issues (feature requests)
Pull Requests (bug fixes)
Pull Requests (new features)

Running

Dependencies:

To run client development server

cd client
npm install
npm start

Open http://localhost:3000/ in a browser.

To build client for production

cd client
npm install
npm run build
cd build

To run server development

cd server
npm install
npm run watch

Will be served on http://localhost:3100/.

To build server for production

cd server
npm install
npm run build