Merge branch 'main' into dev

This commit is contained in:
MihailRis
2025-10-14 23:18:15 +03:00
14 changed files with 51 additions and 44 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ block.set_rotation(x: int, y: int, z: int, rotation: int)
## Extended blocks
Extended blocks are blocks with size greather than 1x1x1
Extended blocks are blocks with size greater than 1x1x1
```lua
-- Checks whether the block is extended.
+1 -1
View File
@@ -104,7 +104,7 @@ pack.get_info(packids: table) -> {id={...}, id2={...}, ...}
```
```lua
pack.assemble(packis: table) -> table
pack.assemble(packids: table) -> table
```
Checks the configuration for correctness and adds dependencies, returning the complete configuration.