Pack config reference
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
The project is configured in the pack.toml
file at the root of the project. It is automatically created when you create a new project with shulkerscript init
.
[pack]# The name of the datapackname = "shulkerpack"# The description of the datapackdescription = "I created this datapack with Shulkerscript"# The pack format of the datapack (https://minecraft.wiki/w/Data_pack#Pack_format)pack_format = 26# The version of the datapack (currently not used)version = "0.1.0"
[compiler] # optional# path to the folder to use as a datapack template# this folders files and subfolders will be copied to the root of the datapack# optionalassets = "./assets"