This commit is contained in:
David Allemang
2026-05-08 09:58:01 -04:00
committed by David Allemang
parent b5f8b03503
commit 3f637373f5
29 changed files with 318 additions and 0 deletions

12
content/bulk.typ Normal file
View File

@@ -0,0 +1,12 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/bulk/",
title: [Bulk Transport],
)
= Tileable Receivers
= Interleaved vs Sequential Channels
= Chained vs Shared Reference
= Broadcast and Multicast

12
content/channels.typ Normal file
View File

@@ -0,0 +1,12 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/channels/",
title: [Channels],
)
= Static Channel Allocation
= Dynamic Channel Selectors
= Looped Connections

11
content/core.typ Normal file
View File

@@ -0,0 +1,11 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/core/",
title: [Core Mechanics],
)
= Entity IDs
= Stationary Item Optimization
= Observable Drop Delay

17
content/design.typ Normal file
View File

@@ -0,0 +1,17 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/design/",
title: [Design Considerations],
)
= Tilesets
== Binary vs Lexicographic
= Block Event Delay
= Synchronization
== Daylight Detector
== Geyser
== Ender Pearl
== Synchronization Protocols
= Settling time
= Horizontal vs Vertical Arrangement

12
content/interference.typ Normal file
View File

@@ -0,0 +1,12 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/interference/",
title: [Interference],
)
= Entity Spawns
= Single-Player (before 26.2) <singleplayer>
= Mixed Diode Interference
= Lazy chunks
= Reloading Chunks

14
content/network.typ Normal file
View File

@@ -0,0 +1,14 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/network/",
title: [Network Protocols],
)
= Collision Prevention
== Checkbit
== Queue
= Load Balancing
= Private Channels
= Self Syncing Protocol

14
content/transport.typ Normal file
View File

@@ -0,0 +1,14 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/transport/",
title: [Transport Protocols],
)
= Mod 4 Binary
= Mod 2 Binary
= Mod 4 Quaternary
= Transceivers
= Logical Operations
= Transport Protocol Catalog