Update Creating a custom gate layout

2025-09-14 01:12:34 +02:00
parent f13d2cf3e3
commit 1270c95bb3

@@ -28,6 +28,8 @@ X*.X
XX
```
Materials for a gate can be specified as a material identifier (like `STONE`), a material tag (like `#WOOL`) or a comma-separated list of materials, tags or both (like `#buttons,#wall_corals,CHEST`). If several materials are specified for the border, the creation allows any specified material used in the border. If several materials are specified for the button, a random button from the options will be generated. If several materials are specified for the portal-open and/or portal-closed materials, a random material will be picked from the options each time the Stargate is opened/closed.
The keys `portal-open` and `portal-closed` are used to define the material in the gate when it is open or closed. The
material for `portal-closed` can be most things, including solid blocks. Some materials may act weirdly though. The
material for `portal-open` can be any block the player can partially enter, even things like `GLOW_LICHEN`.