package
Version:
v0.33.2
Opens a new window with list of versions in this module.
Published: Aug 22, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package modinfo provides mod information used in Forge ping responses.
type Mod struct {
ID string `json:"modid"`
Version string `json:"version"`
}
Mod represents a mod.
type ModInfo struct {
Type string `json:"type"`
Mods []Mod `json:"modList"`
}
ModInfo represents a mod info.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.