Initialize Commit
This commit is contained in:
16
codec/component/map_post_processing.go
Normal file
16
codec/component/map_post_processing.go
Normal file
@ -0,0 +1,16 @@
|
||||
package component
|
||||
|
||||
import "git.konjactw.dev/patyhank/minego/codec/data/slot"
|
||||
|
||||
//codec:gen
|
||||
type MapPostProcessing struct {
|
||||
PostProcessingType int32 `mc:"VarInt"` // 0=Lock, 1=Scale
|
||||
}
|
||||
|
||||
func (*MapPostProcessing) Type() slot.ComponentID {
|
||||
return 39
|
||||
}
|
||||
|
||||
func (*MapPostProcessing) ID() string {
|
||||
return "minecraft:map_post_processing"
|
||||
}
|
Reference in New Issue
Block a user