summaryrefslogtreecommitdiff
path: root/classic/ext_custom_blocks.go
diff options
context:
space:
mode:
authorraven <citrons@mondecitronne.com>2026-03-22 15:22:52 -0500
committerraven <citrons@mondecitronne.com>2026-03-22 15:24:00 -0500
commit0dbe6d3c10621adf1552741ce2cba4178304fecd (patch)
tree7fc3a26e544a7c637cd680779ba81918ca93ad6b /classic/ext_custom_blocks.go
parentc8ccf29f3154299b7f692e75cfe835935e9b8362 (diff)
support CustomBlocks
Diffstat (limited to 'classic/ext_custom_blocks.go')
-rw-r--r--classic/ext_custom_blocks.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/classic/ext_custom_blocks.go b/classic/ext_custom_blocks.go
new file mode 100644
index 0000000..f19c2f8
--- /dev/null
+++ b/classic/ext_custom_blocks.go
@@ -0,0 +1,8 @@
+package classic
+
+type CustomBlocksSupportLevel struct {
+ SupportLevel byte
+}
+func (p *CustomBlocksSupportLevel) PacketId() byte {
+ return 0x13
+}