package
Version:
v1.0.0-cli.0...-a3b83d0
Opens a new window with list of versions in this module.
Published: May 7, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Chunk struct {
Name string `json:"name"`
Description string `json:"description"`
Thumbnail string `json:"thumbnail"`
Tags []string `json:"tags"`
Flavors []Flavor `json:"flavors"`
}
type Config struct {
Version string `json:"version"`
Chunk Chunk `json:"chunk"`
}
type Flavor struct {
Name string `json:"name"`
Version string `json:"version"`
MinecraftVersion string `json:"minecraftVersion"`
Path string `json:"path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.