diff options
| author | raven <citrons@mondecitronne.com> | 2026-03-25 16:08:04 -0500 |
|---|---|---|
| committer | raven <citrons@mondecitronne.com> | 2026-03-25 16:12:18 -0500 |
| commit | 5130dafed153210d01388f36b440c6156ae127b8 (patch) | |
| tree | 5e31e475774ef894f05799f869d9f30ae85db681 /classic | |
| parent | e9a5843ffe222baf59e1bfee15f5eb41cdc99e5b (diff) | |
BlockPermissions
Diffstat (limited to 'classic')
| -rw-r--r-- | classic/ext_block_permissions.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/classic/ext_block_permissions.go b/classic/ext_block_permissions.go new file mode 100644 index 0000000..d0523da --- /dev/null +++ b/classic/ext_block_permissions.go @@ -0,0 +1,10 @@ +package classic + +type SetBlockPermission struct { + BlockId byte + AllowPlacement byte + AllowDeletion byte +} +func (p *SetBlockPermission) PacketId() byte { + return 0x1c +} |
