22 lines
563 B
Typst
22 lines
563 B
Typst
#import "/docs.typ": docs-page, note, tip, warn
|
|
|
|
#show: docs-page.with(
|
|
route: "/",
|
|
title: [The Wireless Masterclass],
|
|
)
|
|
|
|
= Entity ID Wireless Redstone <home>
|
|
|
|
Welcome! Here, we will talk about Entity ID based wireless redstone (EID Wireless) for Minecraft Java Edition 1.14+.
|
|
|
|
#note[
|
|
Until version 26.2, this only works on multiplayer servers. See @singleplayer.
|
|
]
|
|
|
|
#html.nav(
|
|
context for doc in query(document) {
|
|
html.h3(link(doc.location(), doc.title))
|
|
// outline(title: none, depth: 1, target: selector(heading).within(doc.location()))
|
|
},
|
|
)
|