22 lines
580 B
Typst
22 lines
580 B
Typst
#import "/lib.typ": callout, warn
|
|
|
|
#title()
|
|
|
|
Everything I know about Entity ID Wireless Redstone (EID Wireless) for Minecraft Java Edition 1.14+.
|
|
|
|
#warn[
|
|
In versions 1.14 - 26.1, only multiplayer servers are supported.
|
|
|
|
Singleplayer is supported in 26.2+. See @singleplayer for details.
|
|
|
|
It works on most (but not all) versions of Paper servers. See @paper for details.
|
|
|
|
It does not work with any version of Bedrock Edition.
|
|
]
|
|
|
|
#callout(kind: "todo", label: "TODO LIST")[
|
|
#outline(title: none, target: figure.where(kind: "todo"))
|
|
]
|
|
|
|
#outline(title: [Outline], depth: 2)
|