21 lines
408 B
Typst
21 lines
408 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.
|
|
]
|
|
|
|
```python
|
|
def foo():
|
|
pass
|
|
```
|
|
|