updating readme 2

This commit is contained in:
Alexandre 2025-02-22 12:06:50 +01:00
parent 6de46b1197
commit 5c8515810f
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ each block type (Blocks, Teleporters, Entities) must have the corresponding word
not all three keywords have to be written
*Data-specific structure :*
```
blocks:
[x, y, z, w, h, d, rhz, rvt, r, g, b]
@ -48,3 +49,4 @@ entities:
[.. cost, doPay, tred, tgreen, tblue] with
cost = int[> 0] (0 breaks)
doPay = {0, 1} (bool)
```