24 lines
462 B
Typst
24 lines
462 B
Typst
#import "/docs.typ": docs-page, note, tip, warn
|
|
|
|
#show: docs-page.with(
|
|
route: "/core/",
|
|
title: [Core Mechanics],
|
|
)
|
|
|
|
#tip[
|
|
Until version 26.2, this only works on multiplayer servers. See @singleplayer.
|
|
]
|
|
|
|
#note[
|
|
Until version 26.2, this only works on multiplayer servers. See @singleplayer.
|
|
]
|
|
|
|
#warn[
|
|
Until version 26.2, this only works on multiplayer servers. See @singleplayer.
|
|
]
|
|
|
|
= Entity IDs
|
|
= Stationary Item Optimization
|
|
= Observable Drop Delay
|
|
|