add generating guides
This commit is contained in:
@ -21,6 +21,9 @@ type registry struct {
|
|||||||
ProtocolID int `json:"protocol_id"`
|
ProtocolID int `json:"protocol_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This file is generated with following command
|
||||||
|
// java -DbundlerMainClass="net.minecraft.data.Main" -jar server.jar --all
|
||||||
|
// And you can found it at the generated\reports\ folder.
|
||||||
//go:embed registries.json
|
//go:embed registries.json
|
||||||
var registersJson []byte
|
var registersJson []byte
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user