Skip to content

Commit

Permalink
add generating guides
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnze committed Nov 16, 2023
1 parent db5ba2b commit bbc7777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/registry/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ type registry struct {
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
var registersJson []byte

Expand Down

0 comments on commit bbc7777

Please sign in to comment.