Skip to content

jonthesquirrel/datapack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datapack Template

Setup

  • Create a new GitHub repository with the "Use this template" button
  • Clone the repository into your minecraft world's datapacks folder
  • Open the folder in Visual Studio Code and install the recommended extensions
  • Rename the yourname folder to your datapack's name, and change the description in pack.mcmeta to your datapack's description
  • Enable the datapack in Minecraft by running /datapack enable "file/yourname" (replace yourname with your datapack's name)
  • Run /function yourname:helloworld to test if it's working

Editing

  • Change or add .mcfunction files (see the Function documentation)
  • Run /reload in Minecraft to reload the datapack after making changes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published