add cached item.has_tag, block.has_tag & update docs

This commit is contained in:
MihailRis
2025-08-31 12:55:02 +03:00
parent 185b6cc661
commit 19acda1a88
6 changed files with 43 additions and 13 deletions
+3
View File
@@ -67,6 +67,9 @@ block.get_variant(x: int, y: int, z: int) -> int
-- Устанавливает вариант блока по индексу
block.set_variant(x: int, y: int, z: int, index: int) -> int
-- Проверяет наличие тега у блока
block.has_tag(id: int, tag: str) -> bool
```
### Raycast